Home | History | Annotate | Download | only in gui

Lines Matching refs:QUEUED

56         // are queued while in asynchronous mode only trigger the callback if no
57 // previous frames are pending. Frames queued while in synchronous mode
189 // number of queued buffers.
203 // queued buffers will be acquired in order. In asynchronous mode,
204 // a queued buffer may be replaced by a subsequently queued buffer.
261 // to set by queueBuffer each time this slot is queued.
264 // mFrameNumber is the number of the queued frame for this slot.
383 // are freed except the currently queued buffer (if it exists).
449 // producer, but has not yet been queued or canceled. The
454 // QUEUED (via queueBuffer) or back to FREE (via cancelBuffer).
457 // QUEUED indicates that the buffer has been filled by the
458 // producer and queued for use by the consumer. The buffer
465 // queued in asynchronous mode).
466 QUEUED = 2,
469 // consumer. As with QUEUED, the contents must not be accessed
497 // to set by queueBuffer each time this slot is queued.
500 // mFrameNumber is the number of the queued frame for this slot. This
517 // QUEUED, it indicates when the producer has finished filling the
594 // mQueue is a FIFO of queued buffers used in synchronous mode
619 // mBufferHasBeenQueued is true once a buffer has been queued. It is