Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dimage_processor.h46 class ImageProcessorThread; variable
52 friend class ImageProcessorThread; variable
99 SmartPtr<ImageProcessorThread> _processor_thread;
Dimage_processor.cpp68 class ImageProcessorThread class
72 ImageProcessorThread (ImageProcessor *processor) in ImageProcessorThread() function in XCam::ImageProcessorThread
76 ~ImageProcessorThread () {} in ~ImageProcessorThread()
84 bool ImageProcessorThread::loop () in loop()
147 _processor_thread = new ImageProcessorThread (this); in ImageProcessor()