Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DACodecBufferChannel.h102 void setOutputBufferArray(const std::vector<BufferAndId> &array);
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp370 void ACodecBufferChannel::setOutputBufferArray(const std::vector<BufferAndId> &array) { in setOutputBufferArray() function in android::ACodecBufferChannel
DACodec.cpp1040 mBufferChannel->setOutputBufferArray(array); in allocateBuffersOnPort()
1569 mBufferChannel->setOutputBufferArray({}); in freeBuffersOnPort()
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp254 mBufferChannel->setOutputBufferArray(array); in allocateBuffersOnPort()