Searched refs:mCCodecCallback (Results 1 – 2 of 2) sorted by relevance
142 mCCodecCallback(callback), in CCodecBufferChannel()823 mCCodecCallback->onOutputFramesRendered(mediaTimeUs, timestampNs); in renderOutputBuffer()1483 mCCodecCallback->onError(work->result, ACTION_CODE_FATAL); in handleWork()1506 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()1517 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()1627 mCCodecCallback->onOutputBuffersChanged(); in handleWork()1716 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()1789 mCCodecCallback->onOutputBuffersChanged(); in sendOutputBuffers()
258 std::shared_ptr<CCodecCallback> mCCodecCallback; variable