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.h45 virtual void onOutputFramesRendered(int64_t mediaTimeUs, nsecs_t renderTimeNs) = 0;
DCCodec.cpp548 void onOutputFramesRendered(int64_t mediaTimeUs, nsecs_t renderTimeNs) override { in onOutputFramesRendered() function in android::CCodecCallbackImpl
549 mCodec->mCallback->onOutputFramesRendered( in onOutputFramesRendered()
DCCodecBufferChannel.cpp718 mCCodecCallback->onOutputFramesRendered(mediaTimeUs, timestampNs); in renderOutputBuffer()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp322 virtual void onOutputFramesRendered(const std::list<FrameRenderTracker::Info> &done) override;
430 void CodecCallback::onOutputFramesRendered(const std::list<FrameRenderTracker::Info> &done) { in onOutputFramesRendered() function in android::__anonaa6bfb110111::CodecCallback
DACodec.cpp1454 mCallback->onOutputFramesRendered(done); in notifyOfRenderedFrames()