HomeSort by relevance Sort by last modified time
    Searched refs:_not_ready_buffers (Results 1 - 2 of 2) sorted by null

  /external/libxcam/modules/ocl/
cl_image_processor.cpp 206 UnsafePriorityBufferList::iterator i = _not_ready_buffers.begin ();
208 while (i != _not_ready_buffers.end()) {
217 _not_ready_buffers.erase (i++);
255 _not_ready_buffers.push_back (p_buf);
351 _not_ready_buffers.clear ();
cl_image_processor.h 88 UnsafePriorityBufferList _not_ready_buffers; member in class:XCam::CLImageProcessor

Completed in 126 milliseconds