OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_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 818 milliseconds