Home | History | Annotate | Download | only in gui

Lines Matching refs:fifo

271         // We need to wait for the FIFO to drain if the number of buffer
283 // As long as this condition is true AND the FIFO is not empty, we
294 // wait for the FIFO to drain
493 // In synchronous mode we queue all buffers in a FIFO.
509 Fifo::iterator front(mQueue.begin());
677 Fifo::iterator front(mQueue.begin());
901 Fifo::iterator front(mQueue.begin());
1036 String8 fifo;
1038 Fifo::const_iterator i(mQueue.begin());
1042 fifo.append(buffer);
1047 "%snext : {crop=[%d,%d,%d,%d], transform=0x%02x, FIFO(%d)={%s}}\n"
1053 mNextCrop.bottom, mNextTransform, fifoSize, fifo.string()