HomeSort by relevance Sort by last modified time
    Searched full:get_standard_result (Results 1 - 6 of 6) sorted by null

  /external/libxcam/modules/ocl/
cl_3a_image_processor.cpp 159 _bayer_basic_pipe->set_wb_config (wb_res->get_standard_result ());
169 _bayer_basic_pipe->set_blc_config (bl_res->get_standard_result ());
186 _csc->set_matrix (csc_res->get_standard_result ());
190 _yuv_pipe->set_rgbtoyuv_matrix (csc_res->get_standard_result ());
200 _yuv_pipe->set_macc_table (macc_res->get_standard_result ());
214 _bayer_basic_pipe->set_gamma_table (gamma_res->get_standard_result ());
232 _yuv_pipe->set_tnr_yuv_config(tnr_res->get_standard_result ());
242 _bayer_pipe->set_ee_config (ee_ee_res->get_standard_result ());
247 _ee->set_ee_config_ee (ee_ee_res->get_standard_result ());
258 _bayer_pipe->set_bnr_config (bnr_res->get_standard_result ());
    [all...]
cl_post_image_processor.cpp 183 _tnr->set_yuv_config (tnr_res->get_standard_result ());
192 _3d_denoise->set_denoise_config (nr_res->get_standard_result ());
200 _wavelet->set_denoise_config (wavelet_res->get_standard_result ());
203 _newwavelet->set_denoise_config (wavelet_res->get_standard_result ());
219 _image_warp->set_warp_config (dvs_res->get_standard_result ());
  /external/libxcam/modules/isp/
aiq3a_utils.cpp 226 const XCam3aResultExposure &exposure = isp_exposure->get_standard_result ();
247 const XCam3aResultBrightness &brightness = xcam_brightness->get_standard_result();
259 const XCam3aResultTemporalNoiseReduction &tnr = xcam_tnr->get_standard_result();
270 const XCam3aResultEdgeEnhancement &ee = xcam_ee->get_standard_result();
281 const XCam3aResultBayerNoiseReduction &bnr = xcam_bnr->get_standard_result();
292 const XCam3aResultWaveletNoiseReduction &wavelet = xcam_wavelet->get_standard_result();
x3a_isp_config.cpp 231 if (translator->translate_white_balance (wb_res->get_standard_result(), wb)
246 if (translator->translate_black_level (bl_res->get_standard_result(), ob)
263 if (translator->translate_color_matrix (cc_res->get_standard_result(), cc)
isp_image_processor.cpp 168 ret = _translator->translate_exposure (res->get_standard_result (), isp_exposure);
  /external/libxcam/xcore/
x3a_result.h 133 StandardResult &get_standard_result () { function in class:XCam::X3aStandardResultT
136 const StandardResult &get_standard_result () const { function in class:XCam::X3aStandardResultT

Completed in 397 milliseconds