Home
last modified time | relevance | path

Searched refs:getOutputBufferArray (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/
H A DACodecBufferChannel.h102 virtual void getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) override;
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCodecBase.h427 virtual void getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) = 0;
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.h93 virtual void getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) override;
H A DCCodecBufferChannel.cpp961 void CCodecBufferChannel::getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getOutputBufferArray() function in android::CCodecBufferChannel
/aosp12/frameworks/av/media/libstagefright/tests/mediacodec/
H A DMediaCodecTest.cpp72 MOCK_METHOD(void, getOutputBufferArray, (Vector<sp<MediaCodecBuffer>> *array), (override));
/aosp12/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp105 void getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getOutputBufferArray() function in android::MediaFilter::BufferChannel
/aosp12/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp511 void ACodecBufferChannel::getOutputBufferArray(Vector<sp<MediaCodecBuffer>> *array) { in getOutputBufferArray() function in android::ACodecBufferChannel
H A DMediaCodec.cpp4313 mBufferChannel->getOutputBufferArray(dstBuffers); in onMessageReceived()