Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DACodecBufferChannel.h95 void setInputBufferArray(const std::vector<BufferAndId> &array);
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp336 void ACodecBufferChannel::setInputBufferArray(const std::vector<BufferAndId> &array) { in setInputBufferArray() function in android::ACodecBufferChannel
DACodec.cpp1038 mBufferChannel->setInputBufferArray(array); in allocateBuffersOnPort()
1567 mBufferChannel->setInputBufferArray({}); in freeBuffersOnPort()
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp252 mBufferChannel->setInputBufferArray(array); in allocateBuffersOnPort()