Searched refs:getOutputBufferArray (Results 1 – 8 of 8) sorted by relevance
102 virtual void getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) override;
427 virtual void getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) = 0;
93 virtual void getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) override;
959 void CCodecBufferChannel::getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getOutputBufferArray() function in android::CCodecBufferChannel
72 MOCK_METHOD(void, getOutputBufferArray, (Vector<sp<MediaCodecBuffer>> *array), (override));
105 void getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getOutputBufferArray() function in android::MediaFilter::BufferChannel
511 void ACodecBufferChannel::getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getOutputBufferArray() function in android::ACodecBufferChannel
4311 mBufferChannel->getOutputBufferArray(dstBuffers); in onMessageReceived()