Searched refs:ImageProcessorThread (Results 1 – 2 of 2) sorted by relevance
46 class ImageProcessorThread; variable52 friend class ImageProcessorThread; variable99 SmartPtr<ImageProcessorThread> _processor_thread;
68 class ImageProcessorThread class72 ImageProcessorThread (ImageProcessor *processor) in ImageProcessorThread() function in XCam::ImageProcessorThread76 ~ImageProcessorThread () {} in ~ImageProcessorThread()84 bool ImageProcessorThread::loop () in loop()147 _processor_thread = new ImageProcessorThread (this); in ImageProcessor()