Home | History | Annotate | Download | only in media

Lines Matching defs:dequeueInputBuffer

394  buffers. In synchronous mode, call {@link #dequeueInputBuffer dequeueInput}/{@link
523 int inputBufferId = codec.dequeueInputBuffer(timeoutUs);
563 int inputBufferId = codec.dequeueInputBuffer(…);
657 passed from the input surface to the codec. Calling {@link #dequeueInputBuffer
658 dequeueInputBuffer} will throw an {@code IllegalStateException}, and {@link #getInputBuffers}
965 <td class=fn>{@link #dequeueInputBuffer dequeueInputBuffer}</td>
2103 * Upon return, all indices previously returned in calls to {@link #dequeueInputBuffer
2104 * dequeueInputBuffer} and {@link #dequeueOutputBuffer dequeueOutputBuffer} &mdash; or obtained
2119 * will resume when {@link #dequeueInputBuffer dequeueInputBuffer} is called.
2297 * {@link #getInputBuffer} in response to a {@link #dequeueInputBuffer}
2332 * in a call to {@link #dequeueInputBuffer}.
2580 * in a call to {@link #dequeueInputBuffer}.
2634 public final int dequeueInputBuffer(long timeoutUs) {
2856 * returned from a call to {@link #dequeueInputBuffer}.
3109 * returned from a call to {@link #dequeueInputBuffer},
3137 * returned from a call to {@link #dequeueInputBuffer},
3337 * {@link #dequeueInputBuffer(long)} or {@link #dequeueOutputBuffer(BufferInfo, long)}.