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