Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_csc_image_processor.cpp48 _csc = image_handler.dynamic_cast_ptr<CLCscImageHandler> (); in create_handlers()
51 _csc .ptr (), in create_handlers()
Dcl_post_image_processor.cpp424 _csc = image_handler.dynamic_cast_ptr<CLCscImageHandler> (); in create_handlers()
427 _csc .ptr (), in create_handlers()
430 _csc->enable_handler (_out_sample_type == OutSampleRGB); in create_handlers()
431 _csc->set_output_format (_output_fourcc); in create_handlers()
Dcl_3a_image_processor.cpp185 if (_csc.ptr()) { in apply_3a_result()
186 _csc->set_matrix (csc_res->get_standard_result ()); in apply_3a_result()
187 _csc->set_3a_result (result); in apply_3a_result()
Dcl_csc_image_processor.h45 SmartPtr<CLCscImageHandler> _csc;
Dcl_3a_image_processor.h109 SmartPtr<CLCscImageHandler> _csc; variable
Dcl_post_image_processor.h123 SmartPtr<CLCscImageHandler> _csc; variable