Searched refs:mCCodecCallback (Results 1 – 2 of 2) sorted by relevance
223 mCCodecCallback(callback), in CCodecBufferChannel()718 mCCodecCallback->onOutputFramesRendered(mediaTimeUs, timestampNs); in renderOutputBuffer()1317 mCCodecCallback->onError(work->result, ACTION_CODE_FATAL); in handleWork()1325 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()1336 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()1434 mCCodecCallback->onOutputBuffersChanged(); in handleWork()1516 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()1587 mCCodecCallback->onOutputBuffersChanged(); in sendOutputBuffers()
225 std::shared_ptr<CCodecCallback> mCCodecCallback; variable