Home
last modified time | relevance | path

Searched refs:X3aWhiteBalanceResult (Results 1 – 6 of 6) sorted by relevance

/external/libxcam/xcore/
Dx3a_result_factory.cpp150 SmartPtr<X3aWhiteBalanceResult>
153 XCAM_3A_RESULT_FACTORY (X3aWhiteBalanceResult, XCAM_3A_RESULT_WHITE_BALANCE, from); in create_whitebalance()
Dx3a_analyzer_simple.cpp203 … SmartPtr<X3aWhiteBalanceResult> result = new X3aWhiteBalanceResult (XCAM_3A_RESULT_WHITE_BALANCE); in analyze_awb()
Dx3a_result_factory.h38 SmartPtr<X3aWhiteBalanceResult> create_whitebalance (XCam3aResultWhiteBalance *from = NULL);
Dx3a_result.h148 typedef X3aStandardResultT<XCam3aResultWhiteBalance> X3aWhiteBalanceResult; typedef
/external/libxcam/modules/isp/
Dx3a_isp_config.cpp227 SmartPtr<X3aWhiteBalanceResult> wb_res = in attach()
228 result.dynamic_cast_ptr<X3aWhiteBalanceResult> (); in attach()
/external/libxcam/modules/ocl/
Dcl_3a_image_processor.cpp156 SmartPtr<X3aWhiteBalanceResult> wb_res = result.dynamic_cast_ptr<X3aWhiteBalanceResult> (); in apply_3a_result()