diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-10-03 22:55:11 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-10-07 18:10:05 +0300 |
commit | 014698cba1f4e6a0325fe070c9208c74d7639b74 (patch) | |
tree | 3f21840c07962e1b0389f1f732453ff6f9c9eaf6 /src/py/meson.build | |
parent | 9d9481188fc3a4291b33a2d53e9e331cc2d7a023 (diff) |
ipa: camera_sensor_helper: Implement factories through class templates
The REGISTER_CAMERA_SENSOR_HELPER() macro defines a class type that
inherits from the CameraSensorHelperFactory class, and implements a
constructor and createInstance() function. Replace the code generation
through macro with the C++ equivalent, a class template, as done by the
Algorithm factory.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Xavier Roumegue <xavier.roumegue@oss.nxp.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/py/meson.build')
0 files changed, 0 insertions, 0 deletions