Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_image_processor.cpp89 _done_buf_thread = new CLBufferNotifyThread (this); in CLImageProcessor()
90 XCAM_ASSERT (_done_buf_thread.ptr ()); in CLImageProcessor()
328 if (!_done_buf_thread->start ()) in emit_start()
350 _done_buf_thread->stop (); in emit_stop()
Dcl_image_processor.h89 SmartPtr<CLBufferNotifyThread> _done_buf_thread; variable