Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_image_processor.cpp206 UnsafePriorityBufferList::iterator i = _not_ready_buffers.begin (); in check_ready_buffers()
208 while (i != _not_ready_buffers.end()) { in check_ready_buffers()
217 _not_ready_buffers.erase (i++); in check_ready_buffers()
255 _not_ready_buffers.push_back (p_buf); in process_cl_buffer_queue()
351 _not_ready_buffers.clear (); in emit_stop()
Dcl_image_processor.h88 UnsafePriorityBufferList _not_ready_buffers; variable