Home
last modified time | relevance | path

Searched refs:X3aBrightnessResult (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/xcore/
Dx3a_result_factory.cpp264 SmartPtr<X3aBrightnessResult>
267 XCAM_3A_RESULT_FACTORY (X3aBrightnessResult, XCAM_3A_RESULT_BRIGHTNESS, from); in create_brightness()
Dx3a_result_factory.h57 SmartPtr<X3aBrightnessResult> create_brightness (XCam3aResultBrightness *from = NULL);
Dx3a_result.h161 typedef X3aStandardResultT<XCam3aResultBrightness> X3aBrightnessResult; typedef
/external/libxcam/modules/ocl/
Dcl_3a_image_processor.cpp266 … SmartPtr<X3aBrightnessResult> brightness_res = result.dynamic_cast_ptr<X3aBrightnessResult> (); in apply_3a_result()
/external/libxcam/modules/isp/
Daiq3a_utils.cpp245 SmartPtr<X3aBrightnessResult> xcam_brightness = in translate_3a_results_to_xcam()
246 isp_result.dynamic_cast_ptr<X3aBrightnessResult>(); in translate_3a_results_to_xcam()