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

  /frameworks/base/libs/rs/
rsFifo.cpp 24 Fifo::Fifo() {
28 Fifo::~Fifo() {
rsFifo.h 27 // A simple FIFO to be used as a producer / consumer between two
32 class Fifo {
34 Fifo();
35 virtual ~Fifo();
  /frameworks/base/include/gui/
SurfaceTexture.h 472 // mQueue is a FIFO of queued buffers used in synchronous mode
473 typedef Vector<int> Fifo;
474 Fifo mQueue;
  /frameworks/base/include/media/stagefright/
SurfaceMediaSource.h 46 // onFrameAvailable() is called from queueBuffer() is the FIFO is
150 // FIFO. In asynchronous mode, this always returns 0 or 1 since
151 // frames are not accumulating in the FIFO.
327 // mQueue is a FIFO of queued buffers used in synchronous mode
328 typedef Vector<int> Fifo;
329 Fifo mQueue;
  /frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp 195 // We need to wait for the FIFO to drain if the number of buffer
207 // As long as this condition is true AND the FIFO is not empty, we
216 // wait for the FIFO to drain
218 LOGV("Waiting for the FIFO to drain");
498 // in synchronous mode we queue all buffers in a FIFO
508 Fifo::iterator front(mQueue.begin());
648 String8 fifo; local
650 Fifo::const_iterator i(mQueue.begin());
654 fifo.append(buffer);
776 Fifo::iterator front(mQueue.begin())
    [all...]
  /frameworks/base/libs/gui/
SurfaceTexture.cpp 302 // We need to wait for the FIFO to drain if the number of buffer
314 // As long as this condition is true AND the FIFO is not empty, we
325 // wait for the FIFO to drain
568 // In synchronous mode we queue all buffers in a FIFO.
584 Fifo::iterator front(mQueue.begin());
761 Fifo::iterator front(mQueue.begin());
1146 String8 fifo; local
    [all...]

Completed in 83 milliseconds