Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_post_image_processor.cpp169 if (_tnr.ptr ()) { in apply_3a_result()
181 _tnr->set_yuv_config (config); in apply_3a_result()
183 _tnr->set_yuv_config (tnr_res->get_standard_result ()); in apply_3a_result()
271 _tnr = image_handler.dynamic_cast_ptr<CLTnrImageHandler> (); in create_handlers()
274 _tnr.ptr (), in create_handlers()
Dcl_post_image_processor.h115 SmartPtr<CLTnrImageHandler> _tnr; variable