Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h210 friend class CCodecCallbackImpl; variable
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp914 class CCodecCallbackImpl : public CCodecCallback { class
916 explicit CCodecCallbackImpl(CCodec *codec) : mCodec(codec) {} in CCodecCallbackImpl() function in android::CCodecCallbackImpl
917 ~CCodecCallbackImpl() override = default;
942 : mChannel(new CCodecBufferChannel(std::make_shared<CCodecCallbackImpl>(this))), in CCodec()