Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h198 friend class CCodecCallbackImpl; variable
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp552 class CCodecCallbackImpl : public CCodecCallback { class
554 explicit CCodecCallbackImpl(CCodec *codec) : mCodec(codec) {} in CCodecCallbackImpl() function in android::CCodecCallbackImpl