Home
last modified time | relevance | path

Searched refs:CCodecCallbackImpl (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/sfplugin/
DCCodec.h178 friend class CCodecCallbackImpl; variable
DCCodec.cpp518 class CCodecCallbackImpl : public CCodecCallback { class
520 explicit CCodecCallbackImpl(CCodec *codec) : mCodec(codec) {} in CCodecCallbackImpl() function in android::CCodecCallbackImpl
521 ~CCodecCallbackImpl() override = default;
547 : mChannel(new CCodecBufferChannel(std::make_shared<CCodecCallbackImpl>(this))), in CCodec()