Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_3a_image_processor.cpp159 _bayer_basic_pipe->set_wb_config (wb_res->get_standard_result ()); in apply_3a_result()
169 _bayer_basic_pipe->set_blc_config (bl_res->get_standard_result ()); in apply_3a_result()
186 _csc->set_matrix (csc_res->get_standard_result ()); in apply_3a_result()
190 _yuv_pipe->set_rgbtoyuv_matrix (csc_res->get_standard_result ()); in apply_3a_result()
200 _yuv_pipe->set_macc_table (macc_res->get_standard_result ()); in apply_3a_result()
214 _bayer_basic_pipe->set_gamma_table (gamma_res->get_standard_result ()); in apply_3a_result()
232 _yuv_pipe->set_tnr_yuv_config(tnr_res->get_standard_result ()); in apply_3a_result()
242 _bayer_pipe->set_ee_config (ee_ee_res->get_standard_result ()); in apply_3a_result()
247 _ee->set_ee_config_ee (ee_ee_res->get_standard_result ()); in apply_3a_result()
258 _bayer_pipe->set_bnr_config (bnr_res->get_standard_result ()); in apply_3a_result()
[all …]
Dcl_post_image_processor.cpp183 _tnr->set_yuv_config (tnr_res->get_standard_result ()); in apply_3a_result()
192 _3d_denoise->set_denoise_config (nr_res->get_standard_result ()); in apply_3a_result()
200 _wavelet->set_denoise_config (wavelet_res->get_standard_result ()); in apply_3a_result()
203 _newwavelet->set_denoise_config (wavelet_res->get_standard_result ()); in apply_3a_result()
219 _image_warp->set_warp_config (dvs_res->get_standard_result ()); in apply_3a_result()
/external/libxcam/modules/isp/
Daiq3a_utils.cpp226 const XCam3aResultExposure &exposure = isp_exposure->get_standard_result (); in translate_3a_results_to_xcam()
247 const XCam3aResultBrightness &brightness = xcam_brightness->get_standard_result(); in translate_3a_results_to_xcam()
259 const XCam3aResultTemporalNoiseReduction &tnr = xcam_tnr->get_standard_result(); in translate_3a_results_to_xcam()
270 const XCam3aResultEdgeEnhancement &ee = xcam_ee->get_standard_result(); in translate_3a_results_to_xcam()
281 const XCam3aResultBayerNoiseReduction &bnr = xcam_bnr->get_standard_result(); in translate_3a_results_to_xcam()
292 const XCam3aResultWaveletNoiseReduction &wavelet = xcam_wavelet->get_standard_result(); in translate_3a_results_to_xcam()
Dx3a_isp_config.cpp231 if (translator->translate_white_balance (wb_res->get_standard_result(), wb) in attach()
246 if (translator->translate_black_level (bl_res->get_standard_result(), ob) in attach()
263 if (translator->translate_color_matrix (cc_res->get_standard_result(), cc) in attach()
Disp_image_processor.cpp168 ret = _translator->translate_exposure (res->get_standard_result (), isp_exposure); in apply_exposure_result()
/external/libxcam/xcore/
Dx3a_result.h133 StandardResult &get_standard_result () { in get_standard_result() function
136 const StandardResult &get_standard_result () const { in get_standard_result() function