Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dimage_processor.cpp148 _results_thread = new X3aResultsProcessThread (this); in ImageProcessor()
169 if (!_results_thread->start ()) { in start()
179 _results_thread->triger_stop (); in start()
181 _results_thread->stop (); in start()
192 _results_thread->triger_stop (); in stop()
197 _results_thread->stop (); in stop()
221 ret = _results_thread->push_result (res); in push_3a_results()
237 XCamReturn ret = _results_thread->push_result (result); in push_3a_result()
Dimage_processor.h101 SmartPtr<X3aResultsProcessThread> _results_thread; variable