Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h160 virtual void onOutputFramesRendered(const std::list<RenderedFrameInfo> &done) = 0;
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h46 virtual void onOutputFramesRendered(int64_t mediaTimeUs, nsecs_t renderTimeNs) = 0;
DCCodec.cpp544 void onOutputFramesRendered(int64_t mediaTimeUs, nsecs_t renderTimeNs) override { in onOutputFramesRendered() function in android::CCodecCallbackImpl
545 mCodec->mCallback->onOutputFramesRendered( in onOutputFramesRendered()
DCCodecBufferChannel.cpp717 mCCodecCallback->onOutputFramesRendered(mediaTimeUs, timestampNs); in renderOutputBuffer()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp311 virtual void onOutputFramesRendered(const std::list<FrameRenderTracker::Info> &done) override;
419 void CodecCallback::onOutputFramesRendered(const std::list<FrameRenderTracker::Info> &done) { in onOutputFramesRendered() function in android::__anona283117a0111::CodecCallback
DACodec.cpp1454 mCallback->onOutputFramesRendered(done); in notifyOfRenderedFrames()