Home
last modified time | relevance | path

Searched refs:_yuv_pipe (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_3a_image_processor.cpp189 if (_yuv_pipe.ptr()) { in apply_3a_result()
190 _yuv_pipe->set_rgbtoyuv_matrix (csc_res->get_standard_result ()); in apply_3a_result()
191 _yuv_pipe->set_3a_result (result); in apply_3a_result()
199 if (_yuv_pipe.ptr()) { in apply_3a_result()
200 _yuv_pipe->set_macc_table (macc_res->get_standard_result ()); in apply_3a_result()
201 _yuv_pipe->set_3a_result (result); in apply_3a_result()
231 if (_yuv_pipe.ptr ()) { in apply_3a_result()
232 _yuv_pipe->set_tnr_yuv_config(tnr_res->get_standard_result ()); in apply_3a_result()
233 _yuv_pipe->set_3a_result (result); in apply_3a_result()
350 _yuv_pipe = image_handler.dynamic_cast_ptr<CLYuvPipeImageHandler> (); in create_handlers()
[all …]
Dcl_3a_image_processor.h119 SmartPtr<CLYuvPipeImageHandler> _yuv_pipe; variable