Searched refs:CCodecCallbackImpl (Results 1 – 2 of 2) sorted by relevance
181 friend class CCodecCallbackImpl; variable
539 class CCodecCallbackImpl : public CCodecCallback { class541 explicit CCodecCallbackImpl(CCodec *codec) : mCodec(codec) {} in CCodecCallbackImpl() function in android::CCodecCallbackImpl542 ~CCodecCallbackImpl() override = default;564 : mChannel(new CCodecBufferChannel(std::make_shared<CCodecCallbackImpl>(this))) { in CCodec()