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