Lines Matching refs:dequeueBuffer
79 * requestBuffer() is called immediately after dequeueBuffer() returns
117 * Input data for dequeueBuffer() specifying desired attributes of a buffer
129 * used. If only one of `width` and `height` is zero, dequeueBuffer() shall
146 * Output data for dequeueBuffer().
148 * A `DequeueBufferOutput` object returned from dequeueBuffer() shall be
193 * If dequeueBuffer() returns with `output.releaseAllBuffers` set to `true`,
197 * If dequeueBuffer() returns with `output.bufferNeedsReallocation` set to
228 dequeueBuffer(
243 * buffer in dequeueBuffer() or a buffer is attached to the slot. The buffer
259 * dequeueBuffer(), requestBuffer(), and detachBuffer() in succession except
268 * equivalent to the fence that would be returned from dequeueBuffer().
274 * @sa dequeueBuffer(), requestBuffer(), detachBuffer().
293 * See dequeueBuffer() for conditions that may cause the call to fail.
304 * @sa dequeueBuffer().
408 * client by previously calling dequeueBuffer(), requestBuffer() or
420 * @sa #QueueBufferInput, #QueueBufferOutput, dequeueBuffer().
437 * dequeueBuffer().
537 * same way as for dequeueBuffer(), and the async flag must be set the same
538 * way as for dequeueBuffer() to ensure that the correct number of buffers
540 * dequeueBuffer(). If there are already the maximum number of buffers
562 * Sets whether dequeueBuffer() is allowed to allocate new buffers.
564 * Normally dequeueBuffer() does not discriminate between free slots which
570 * eligible slot is available, dequeueBuffer() shall block or return an
574 * dequeueBuffer().
605 * Sets how long dequeueBuffer() shall wait for a buffer to become available
622 * @param timeoutNs Amount of time dequeueBuffer() is allowed to block
624 * dequeueBuffer() shall not be able to return `TIMED_OUT`. Instead, it
628 * @sa dequeueBuffer(), setAsyncMode(), query().