Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.h43 virtual void onOutputFramesRendered(int64_t mediaTimeUs, nsecs_t renderTimeNs) = 0;
DCCodec.cpp527 void onOutputFramesRendered(int64_t mediaTimeUs, nsecs_t renderTimeNs) override { in onOutputFramesRendered() function in android::CCodecCallbackImpl
528 mCodec->mCallback->onOutputFramesRendered( in onOutputFramesRendered()
DCCodecBufferChannel.cpp2006 mCCodecCallback->onOutputFramesRendered(mediaTimeUs, timestampNs); in renderOutputBuffer()