Home
last modified time | relevance | path

Searched refs:mCCodecCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp180 mCCodecCallback(callback), in CCodecBufferChannel()
1322 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in renderOutputBuffer()
1341 mCCodecCallback->onOutputFramesRendered(mediaTimeUs, timestampNs); in renderOutputBuffer()
1419 mCCodecCallback->onOutputFramesRendered(frame.mediaTimeUs, renderTimeNs); in processRenderedFrames()
2244 mCCodecCallback->onError(work->result, ACTION_CODE_FATAL); in handleWork()
2267 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
2278 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
2359 mCCodecCallback->onOutputFramesRendered( in handleWork()
2370 mCCodecCallback->onFirstTunnelFrameReady(); in handleWork()
2432 mCCodecCallback->onOutputBuffersChanged(); in handleWork()
[all …]
DCCodecBufferChannel.h334 std::shared_ptr<CCodecCallback> mCCodecCallback; variable