Searched refs:_stats_process_list (Results 1 - 1 of 1) sorted by relevance

/external/libxcam/modules/ocl/
H A Dcl_bayer_basic_handler.cpp67 SafeList<BayerPostData> _stats_process_list; member in class:XCam::CLBayer3AStatsThread
74 _stats_process_list.pause_pop ();
77 _stats_process_list.wakeup ();
97 return _stats_process_list.push (data);
109 _stats_process_list.clear ();
118 data = _stats_process_list.pop ();

Completed in 206 milliseconds