Home
last modified time | relevance | path

Searched refs:onOutputFramesRendered (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCodecBase.h176 virtual void onOutputFramesRendered(const std::list<RenderedFrameInfo> &done) = 0;
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.h46 virtual void onOutputFramesRendered(int64_t mediaTimeUs, nsecs_t renderTimeNs) = 0;
H A DCCodecBufferChannel.cpp921 mCCodecCallback->onOutputFramesRendered(mediaTimeUs, timestampNs); in renderOutputBuffer()
1760 mCCodecCallback->onOutputFramesRendered( in handleWork()
H A DCCodec.cpp667 void onOutputFramesRendered(int64_t mediaTimeUs, nsecs_t renderTimeNs) override { in onOutputFramesRendered() function in android::CCodecCallbackImpl
668 mCodec->mCallback->onOutputFramesRendered( in onOutputFramesRendered()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp523 virtual void onOutputFramesRendered(const std::list<FrameRenderTracker::Info> &done) override;
632 void CodecCallback::onOutputFramesRendered(const std::list<FrameRenderTracker::Info> &done) { in onOutputFramesRendered() function in android::__anon047fe27d0110::CodecCallback
H A DACodec.cpp1471 mCallback->onOutputFramesRendered(done); in notifyOfRenderedFrames()