Searched defs:queueInputBuffer (Results 1 - 4 of 4) sorted by path

/frameworks/av/media/libmedia/
H A DNdkWrapper.cpp985 status_t AMediaCodecWrapper::queueInputBuffer( function in class:android::AMediaCodecWrapper
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1330 status_t MediaCodec::queueInputBuffer( function in class:android::MediaCodec
3144 // We allow the simpler queueInputBuffer API to be used even in
3228 err = mBufferChannel->queueInputBuffer(buffer);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java296 #BUFFER_FLAG_CODEC_CONFIG} in a call to {@link #queueInputBuffer queueInputBuffer}.
401 #queueInputBuffer queueInputBuffer} – or {@link #queueSecureInputBuffer
469 codec.queueInputBuffer(inputBufferId, …);
528 codec.queueInputBuffer(inputBufferId, …);
567 codec.queueInputBuffer(inputBufferId, …);
587 {@link #BUFFER_FLAG_END_OF_STREAM} flag in the call to {@link #queueInputBuffer
588 queueInputBuffer}. You can do this on the last valid input buffer, or by submitting an additional
1217 <td class=fn>{@link #queueInputBuffer queueInputBuffe
2350 public final void queueInputBuffer( method in class:MediaCodec
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp339 status_t JMediaCodec::queueInputBuffer( function in class:android::JMediaCodec
343 return mCodec->queueInputBuffer(
1389 status_t err = codec->queueInputBuffer(

Completed in 125 milliseconds