Home
last modified time | relevance | path

Searched refs:X3aTemporalNoiseReduction (Results 1 – 7 of 7) sorted by relevance

/external/libxcam/modules/isp/iq/
Dx3a_ciq_tnr_tuning_handler.cpp66 …SmartPtr<X3aTemporalNoiseReduction> nr_result = new X3aTemporalNoiseReduction (XCAM_3A_RESULT_3D_N… in analyze()
67 …SmartPtr<X3aTemporalNoiseReduction> yuv_result = new X3aTemporalNoiseReduction (XCAM_3A_RESULT_TEM… in analyze()
/external/libxcam/xcore/
Dx3a_result_factory.cpp204 SmartPtr<X3aTemporalNoiseReduction>
207 XCAM_3A_RESULT_FACTORY (X3aTemporalNoiseReduction, XCAM_3A_RESULT_3D_NOISE_REDUCTION, from); in create_3d_noise_reduction()
210 SmartPtr<X3aTemporalNoiseReduction>
213 …XCAM_3A_RESULT_FACTORY (X3aTemporalNoiseReduction, XCAM_3A_RESULT_TEMPORAL_NOISE_REDUCTION_YUV, fr… in create_yuv_temp_noise_reduction()
Dx3a_result_factory.h47 …SmartPtr<X3aTemporalNoiseReduction> create_3d_noise_reduction (XCam3aResultTemporalNoiseReduction …
48 …SmartPtr<X3aTemporalNoiseReduction> create_yuv_temp_noise_reduction (XCam3aResultTemporalNoiseRedu…
Dx3a_result.h162 typedef X3aStandardResultT<XCam3aResultTemporalNoiseReduction> X3aTemporalNoiseReduction; typedef
/external/libxcam/modules/ocl/
Dcl_3a_image_processor.cpp221 …SmartPtr<X3aTemporalNoiseReduction> nr_res = result.dynamic_cast_ptr<X3aTemporalNoiseReduction> (); in apply_3a_result()
229 …SmartPtr<X3aTemporalNoiseReduction> tnr_res = result.dynamic_cast_ptr<X3aTemporalNoiseReduction> (… in apply_3a_result()
Dcl_post_image_processor.cpp167 …SmartPtr<X3aTemporalNoiseReduction> tnr_res = result.dynamic_cast_ptr<X3aTemporalNoiseReduction> (… in apply_3a_result()
189 …SmartPtr<X3aTemporalNoiseReduction> nr_res = result.dynamic_cast_ptr<X3aTemporalNoiseReduction> (); in apply_3a_result()
/external/libxcam/modules/isp/
Daiq3a_utils.cpp257 SmartPtr<X3aTemporalNoiseReduction> xcam_tnr = in translate_3a_results_to_xcam()
258 isp_result.dynamic_cast_ptr<X3aTemporalNoiseReduction> (); in translate_3a_results_to_xcam()