Home | History | Annotate | Download | only in gui

Lines Matching refs:QUEUED

54         // frames that are queued while in asynchronous mode only trigger the
55 // callback if no previous frames are pending. Frames queued while in
112 // queued buffers will be retired in order.
136 // the most recently queued buffer.
305 // subsequently queued by the client.
309 // client, but has not yet been queued or canceled. The buffer is
316 // be in either the DEQUEUED or QUEUED state. In asynchronous mode,
317 // however, the current buffer is always in the QUEUED state.
320 // QUEUED indicates that the buffer has been queued by the client,
323 // buffer away from the QUEUED state. However, in Synchronous mode
327 QUEUED = 2,
353 // to set by queueBuffer each time this slot is queued.
356 // mFrameNumber is the number of the queued frame for this slot.
433 // that gets queued. It is set by calling setCrop.
437 // buffer that gets queued. It is set by calling setTransform.
441 // buffers that get queued. It is set by calling setScalingMode.
472 // mQueue is a FIFO of queued buffers used in synchronous mode
507 // mFrameCounter is the free running counter, incremented for every buffer queued