Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp144 mCCodecCallback(callback), in CCodecBufferChannel()
908 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in renderOutputBuffer()
921 mCCodecCallback->onOutputFramesRendered(mediaTimeUs, timestampNs); in renderOutputBuffer()
1645 mCCodecCallback->onError(work->result, ACTION_CODE_FATAL); in handleWork()
1668 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
1679 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
1760 mCCodecCallback->onOutputFramesRendered( in handleWork()
1771 mCCodecCallback->onFirstTunnelFrameReady(); in handleWork()
1832 mCCodecCallback->onOutputBuffersChanged(); in handleWork()
1897 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
[all …]
H A DCCodecBufferChannel.h262 std::shared_ptr<CCodecCallback> mCCodecCallback; variable