Searched refs:_done_buf_thread (Results 1 – 2 of 2) sorted by relevance
89 _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()
89 SmartPtr<CLBufferNotifyThread> _done_buf_thread; variable