Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/
H A DACodecBufferChannel.h98 virtual status_t renderOutputBuffer(
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCodecBase.h408 virtual status_t renderOutputBuffer(
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.h89 virtual status_t renderOutputBuffer(
H A DCCodecBufferChannel.cpp733 status_t CCodecBufferChannel::renderOutputBuffer( in renderOutputBuffer() function in android::CCodecBufferChannel
/aosp12/frameworks/av/media/libstagefright/tests/mediacodec/
H A DMediaCodecTest.cpp67 MOCK_METHOD(status_t, renderOutputBuffer,
/aosp12/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp76 status_t renderOutputBuffer( in renderOutputBuffer() function in android::MediaFilter::BufferChannel
/aosp12/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp461 status_t ACodecBufferChannel::renderOutputBuffer( in renderOutputBuffer() function in android::ACodecBufferChannel
H A DMediaCodec.cpp5048 status_t err = mBufferChannel->renderOutputBuffer(buffer, renderTimeNs); in onReleaseOutputBuffer()