Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Disp_image_processor.cpp31 , _3a_config (new X3aIspConfig) in IspImageProcessor()
106 XCAM_ASSERT (_3a_config.ptr()); in apply_3a_results()
108 ret = _controller->set_3a_config (_3a_config.ptr()); in apply_3a_results()
112 _3a_config->clear (); in apply_3a_results()
137 if (_3a_config->attach (x3a_result, _translator.ptr())) { in merge_results()
Disp_image_processor.h58 SmartPtr<X3aIspConfig> _3a_config; variable