HomeSort by relevance Sort by last modified time
    Searched refs:_results_thread (Results 1 - 2 of 2) sorted by null

  /external/libxcam/xcore/
image_processor.cpp 148 _results_thread = new X3aResultsProcessThread (this);
169 if (!_results_thread->start ()) {
179 _results_thread->triger_stop ();
181 _results_thread->stop ();
192 _results_thread->triger_stop ();
197 _results_thread->stop ();
221 ret = _results_thread->push_result (res);
237 XCamReturn ret = _results_thread->push_result (result);
image_processor.h 101 SmartPtr<X3aResultsProcessThread> _results_thread; member in class:XCam::ImageProcessor

Completed in 60 milliseconds