Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_image_processor.h34 class CLBufferNotifyThread; variable
43 friend class CLBufferNotifyThread; variable
89 SmartPtr<CLBufferNotifyThread> _done_buf_thread;
Dcl_image_processor.cpp54 class CLBufferNotifyThread class
58 CLBufferNotifyThread (CLImageProcessor *processor) in CLBufferNotifyThread() function in XCam::CLBufferNotifyThread
62 ~CLBufferNotifyThread () {} in ~CLBufferNotifyThread()
70 bool CLBufferNotifyThread::loop () in loop()
89 _done_buf_thread = new CLBufferNotifyThread (this); in CLImageProcessor()