OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_3a_stats_thread
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/modules/ocl/
cl_bayer_basic_handler.cpp
196
_3a_stats_thread
= new CLBayer3AStatsThread (this);
197
XCAM_ASSERT (
_3a_stats_thread
.ptr ());
204
_3a_stats_thread
->stop ();
258
_3a_stats_thread
->emit_stop ();
304
WARNING,
_3a_stats_thread
->start (), XCAM_RETURN_ERROR_THREAD,
382
ERROR,
_3a_stats_thread
->queue_stats (output, _stats_cl_buffer), XCAM_RETURN_ERROR_UNKNOWN,
392
SmartPtr<VideoBuffer> done_buf =
_3a_stats_thread
->pop_buf ();
cl_bayer_basic_handler.h
97
SmartPtr<CLBayer3AStatsThread>
_3a_stats_thread
;
member in class:XCam::CLBayerBasicImageHandler
Completed in 583 milliseconds