Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_image_processor.h33 class CLHandlerThread; variable
42 friend class CLHandlerThread; variable
86 SmartPtr<CLHandlerThread> _handler_thread;
Dcl_image_processor.cpp29 class CLHandlerThread class
33 CLHandlerThread (CLImageProcessor *processor) in CLHandlerThread() function in XCam::CLHandlerThread
37 ~CLHandlerThread () {} in ~CLHandlerThread()
45 bool CLHandlerThread::loop () in loop()
86 _handler_thread = new CLHandlerThread (this); in CLImageProcessor()