Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/iq/
Dx3a_ciq_bnr_ee_tuning_handler.cpp83 …SmartPtr<X3aBayerNoiseReduction> bnr_result = new X3aBayerNoiseReduction (XCAM_3A_RESULT_BAYER_NOI… in analyze()
/external/libxcam/xcore/
Dx3a_result_factory.cpp258 SmartPtr<X3aBayerNoiseReduction>
261 XCAM_3A_RESULT_FACTORY (X3aBayerNoiseReduction, XCAM_3A_RESULT_BAYER_NOISE_REDUCTION, from); in create_bayer_noise_reduction()
Dx3a_result_factory.h56 …SmartPtr<X3aBayerNoiseReduction> create_bayer_noise_reduction (XCam3aResultBayerNoiseReduction *fr…
Dx3a_result.h160 typedef X3aStandardResultT<XCam3aResultBayerNoiseReduction> X3aBayerNoiseReduction; typedef
/external/libxcam/modules/ocl/
Dcl_3a_image_processor.cpp255 … SmartPtr<X3aBayerNoiseReduction> bnr_res = result.dynamic_cast_ptr<X3aBayerNoiseReduction> (); in apply_3a_result()
/external/libxcam/modules/isp/
Daiq3a_utils.cpp279 SmartPtr<X3aBayerNoiseReduction> xcam_bnr = in translate_3a_results_to_xcam()
280 isp_result.dynamic_cast_ptr<X3aBayerNoiseReduction> (); in translate_3a_results_to_xcam()