Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_3a_image_processor.cpp158 if (_bayer_basic_pipe.ptr ()) { in apply_3a_result()
159 _bayer_basic_pipe->set_wb_config (wb_res->get_standard_result ()); in apply_3a_result()
160 _bayer_basic_pipe->set_3a_result (result); in apply_3a_result()
168 if (_bayer_basic_pipe.ptr ()) { in apply_3a_result()
169 _bayer_basic_pipe->set_blc_config (bl_res->get_standard_result ()); in apply_3a_result()
170 _bayer_basic_pipe->set_3a_result (result); in apply_3a_result()
213 if (_bayer_basic_pipe.ptr ()) { in apply_3a_result()
214 _bayer_basic_pipe->set_gamma_table (gamma_res->get_standard_result ()); in apply_3a_result()
215 _bayer_basic_pipe->set_3a_result (result); in apply_3a_result()
291 _bayer_basic_pipe = image_handler.dynamic_cast_ptr<CLBayerBasicImageHandler> (); in create_handlers()
[all …]
Dcl_3a_image_processor.h117 SmartPtr<CLBayerBasicImageHandler> _bayer_basic_pipe; variable