OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X3aBrightnessResult
(Results
1 - 5
of
5
) sorted by null
/external/libxcam/xcore/
x3a_result_factory.h
57
SmartPtr<
X3aBrightnessResult
> create_brightness (XCam3aResultBrightness *from = NULL);
x3a_result.h
161
typedef X3aStandardResultT<XCam3aResultBrightness>
X3aBrightnessResult
;
x3a_result_factory.cpp
264
SmartPtr<
X3aBrightnessResult
>
267
XCAM_3A_RESULT_FACTORY (
X3aBrightnessResult
, XCAM_3A_RESULT_BRIGHTNESS, from);
/external/libxcam/modules/ocl/
cl_3a_image_processor.cpp
266
SmartPtr<
X3aBrightnessResult
> brightness_res = result.dynamic_cast_ptr<
X3aBrightnessResult
> ();
/external/libxcam/modules/isp/
aiq3a_utils.cpp
245
SmartPtr<
X3aBrightnessResult
> xcam_brightness =
246
isp_result.dynamic_cast_ptr<
X3aBrightnessResult
>();
Completed in 3653 milliseconds