Home
last modified time | relevance | path

Searched refs:drainThisBuffer (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/
DACodecBufferChannel.h132 void drainThisBuffer(IOMX::buffer_id bufferID, OMX_U32 omxFlags);
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp120 void drainThisBuffer(const sp<MediaCodecBuffer> &buffer, int flags) { in drainThisBuffer() function in android::MediaFilter::BufferChannel
410 mBufferChannel->drainThisBuffer(info->mData, info->mOutputFlags); in postDrainThisBuffer()
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp611 void ACodecBufferChannel::drainThisBuffer( in drainThisBuffer() function in android::ACodecBufferChannel
DACodec.cpp6442 mCodec->mBufferChannel->drainThisBuffer(info->mBufferID, flags); in onOMXFillBufferDone()