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

  /external/libxcam/modules/ocl/
cl_image_processor.cpp 86 _handler_thread = new CLHandlerThread (this);
87 XCAM_ASSERT (_handler_thread.ptr ());
331 if (!_handler_thread->start ())
349 _handler_thread->stop ();
cl_image_processor.h 86 SmartPtr<CLHandlerThread> _handler_thread; member in class:XCam::CLImageProcessor

Completed in 1536 milliseconds