Searched refs:mCCodecCallback (Results 1 – 2 of 2) sorted by relevance
144 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 …]
262 std::shared_ptr<CCodecCallback> mCCodecCallback; variable