Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DACodecBufferChannel.h115 void drainThisBuffer(IOMX::buffer_id bufferID, OMX_U32 omxFlags);
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp399 void ACodecBufferChannel::drainThisBuffer( in drainThisBuffer() function in android::ACodecBufferChannel
DACodec.cpp6376 mCodec->mBufferChannel->drainThisBuffer(info->mBufferID, flags); in onOMXFillBufferDone()
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp307 mBufferChannel->drainThisBuffer(info->mBufferID, info->mOutputFlags); in postDrainThisBuffer()