HomeSort by relevance Sort by last modified time
    Searched refs:_done_buf_thread (Results 1 - 2 of 2) sorted by null

  /external/libxcam/modules/ocl/
cl_image_processor.cpp 89 _done_buf_thread = new CLBufferNotifyThread (this);
90 XCAM_ASSERT (_done_buf_thread.ptr ());
328 if (!_done_buf_thread->start ())
350 _done_buf_thread->stop ();
cl_image_processor.h 89 SmartPtr<CLBufferNotifyThread> _done_buf_thread; member in class:XCam::CLImageProcessor

Completed in 548 milliseconds