Home
last modified time | relevance | path

Searched refs:_video_buf_queue (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/
Dimage_processor.cpp178 _video_buf_queue.pause_pop (); in start()
191 _video_buf_queue.pause_pop (); in stop()
205 if (_video_buf_queue.push (buf)) in push_buffer()
329 SmartPtr<VideoBuffer> buf = _video_buf_queue.pop(); in buffer_process_loop()
Dimage_processor.h100 VideoBufQueue _video_buf_queue; variable