Searched refs:getOutputBufferArray (Results 1 – 4 of 4) sorted by relevance
85 virtual void getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) override;
315 virtual void getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) = 0;
287 void ACodecBufferChannel::getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getOutputBufferArray() function in android::ACodecBufferChannel
2859 mBufferChannel->getOutputBufferArray(dstBuffers); in onMessageReceived()