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