HomeSort by relevance Sort by last modified time
    Searched defs:dequeueOutputBuffer (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/java/android/media/
MediaCodec.java 45 * int outputBufferIndex = codec.dequeueOutputBuffer(timeoutUs);
70 * and {@link #dequeueOutputBuffer} then transfer ownership from the codec
77 * to {@link #dequeueOutputBuffer}. After the output buffer has been processed
107 * {@link #dequeueOutputBuffer}.
281 * {@link #dequeueOutputBuffer} become invalid.
421 * to {@link #dequeueOutputBuffer}, indicates that the call timed out.
445 public native final int dequeueOutputBuffer(
453 * in a call to {@link #dequeueOutputBuffer}.
460 * Call this after dequeueOutputBuffer signals a format change by returning
477 * Call this after start() returns and whenever dequeueOutputBuffer
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 249 status_t MediaCodec::dequeueOutputBuffer(
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 166 status_t JMediaCodec::dequeueOutputBuffer(
172 if ((err = mCodec->dequeueOutputBuffer(
634 status_t err = codec->dequeueOutputBuffer(
814 { "dequeueOutputBuffer", "(Landroid/media/MediaCodec$BufferInfo;J)I",
  /prebuilts/sdk/current/
android.jar 

Completed in 228 milliseconds