Searched refs:CCodecCallbackImpl (Results 1 – 2 of 2) sorted by relevance
208 friend class CCodecCallbackImpl; variable
658 class CCodecCallbackImpl : public CCodecCallback { class660 explicit CCodecCallbackImpl(CCodec *codec) : mCodec(codec) {} in CCodecCallbackImpl() function in android::CCodecCallbackImpl661 ~CCodecCallbackImpl() override = default;687 : mChannel(new CCodecBufferChannel(std::make_shared<CCodecCallbackImpl>(this))), in CCodec()