Lines Matching refs:number
32 * Sets the maximum number of buffers that can be dequeued at one time. If
39 * @p maxDequeuedBuffers must not be less than the number of currently
51 * - @p maxDequeuedBuffers is greater than or equal to the number of
54 * maximum number of dequeued buffers cannot be accomplished for any other
57 * @param maxDequeuedBuffers The desired number of buffers that can be
78 * @return generationNumber Generation number of the buffer. If
81 * match the current generation number of the buffer queue previously
83 * match the current generation number of the buffer queue.
102 * Changing the async flag may affect the number of available slots. If the
103 * adjustment to the number of slots cannot be made, @p status shall be set
153 * The number of frames that have elapsed since the buffer was last
210 * If a dequeue operation shall cause certain conditions on the number of
211 * buffers to be violated (such as the maximum number of dequeued buffers),
296 * @param generationNumber Generation number of the buffer. If this does not
297 * match the current generation number of the buffer queue, the call
378 * The number of pending buffers in the buffer queue. If this is
379 * returned from queueBuffer(), the number shall include the buffer that
384 * The frame number of the next frame. The buffer queue maintains this
385 * number and makes sure that it is increasing for every successful
405 * buffer count was smaller than the maximum number of buffers that can
478 * - The number of available slots cannot be adjusted to accommodate the
534 * This function shall allocate up to the maximum number of buffers
538 * way as for dequeueBuffer() to ensure that the correct number of buffers
540 * dequeueBuffer(). If there are already the maximum number of buffers
584 * Sets the current generation number of the buffer queue.
586 * This generation number shall be inserted into any buffers allocated by the
588 * generation number shall fail. Buffers already in the queue are not
589 * affected and shall retain their current generation number. The generation
590 * number defaults to 0, i.e., buffers allocated before the first call to
593 * @param generationNumber New generation number. The client must make sure
595 * number if it wants to deprecate old buffers.
613 * setting @p timeoutNs equal to any negative number (such as `-1`). If
618 * Changing the dequeue timeout may affect the number of buffers. (See
619 * setAsyncMode().) If the adjustment to the number of buffers inside the