Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dimage_processor.h47 class X3aResultsProcessThread; variable
53 friend class X3aResultsProcessThread; variable
101 SmartPtr<X3aResultsProcessThread> _results_thread;
Dimage_processor.cpp92 class X3aResultsProcessThread class
97 X3aResultsProcessThread (ImageProcessor *processor) in X3aResultsProcessThread() function in XCam::X3aResultsProcessThread
101 ~X3aResultsProcessThread () {} in ~X3aResultsProcessThread()
119 bool X3aResultsProcessThread::loop () in loop()
148 _results_thread = new X3aResultsProcessThread (this); in ImageProcessor()