/hardware/google/av/media/codecs/raw/ |
D | C2SoftRawDec.h | 26 class IntfImpl; member 29 const std::shared_ptr<IntfImpl>& intfImpl); 45 std::shared_ptr<IntfImpl> mIntf;
|
D | C2SoftRawDec.cpp | 32 class C2SoftRawDec::IntfImpl : public C2InterfaceHelper { class in android::C2SoftRawDec 34 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper> &helper) in IntfImpl() function in android::C2SoftRawDec::IntfImpl 115 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftRawDec() 116 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftRawDec() 201 std::make_shared<C2SoftRawDec::IntfImpl>(mHelper)), in createComponent() 211 new SimpleInterface<C2SoftRawDec::IntfImpl>( in createInterface() 212 COMPONENT_NAME, id, std::make_shared<C2SoftRawDec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVp8Enc.cpp | 29 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp8Enc() 81 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createComponent() 91 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface() 93 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createInterface()
|
D | C2SoftVp9Enc.cpp | 29 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp9Enc() 111 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createComponent() 121 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface() 123 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createInterface()
|
D | C2SoftVpxDec.h | 29 class IntfImpl; member 32 const std::shared_ptr<IntfImpl>& intfImpl); 53 std::shared_ptr<IntfImpl> mIntf;
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.h | 36 class IntfImpl; member 39 const std::shared_ptr<IntfImpl> &intfImpl); 55 std::shared_ptr<IntfImpl> mIntf;
|
D | C2SoftGsmDec.cpp | 32 class C2SoftGsmDec::IntfImpl : public C2InterfaceHelper { class in android::C2SoftGsmDec 34 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper>& helper) in IntfImpl() function in android::C2SoftGsmDec::IntfImpl 99 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftGsmDec() 101 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftGsmDec() 279 std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)), in createComponent() 289 new SimpleInterface<C2SoftGsmDec::IntfImpl>( in createInterface() 290 COMPONENT_NAME, id, std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrDec.h | 26 class IntfImpl; member 29 const std::shared_ptr<IntfImpl> &intfImpl); 50 std::shared_ptr<IntfImpl> mIntf;
|
D | C2SoftAmrNbEnc.h | 28 class IntfImpl; 30 const std::shared_ptr<IntfImpl>& intfImpl); 47 std::shared_ptr<IntfImpl> mIntf;
|
D | C2SoftAmrWbEnc.h | 28 class IntfImpl; 30 const std::shared_ptr<IntfImpl>& intfImpl); 47 std::shared_ptr<IntfImpl> mIntf;
|
D | C2SoftAmrNbEnc.cpp | 32 class C2SoftAmrNbEnc::IntfImpl : public C2InterfaceHelper { class in android::C2SoftAmrNbEnc 34 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper>& helper) in IntfImpl() function in android::C2SoftAmrNbEnc::IntfImpl 106 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftAmrNbEnc() 108 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrNbEnc() 322 std::make_shared<C2SoftAmrNbEnc::IntfImpl>(mHelper)), in createComponent() 332 new SimpleInterface<C2SoftAmrNbEnc::IntfImpl>( in createInterface() 334 std::make_shared<C2SoftAmrNbEnc::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.h | 27 class IntfImpl; member 30 const std::shared_ptr<IntfImpl> &intfImpl); 51 std::shared_ptr<IntfImpl> mIntf;
|
D | C2SoftFlacEnc.h | 36 class IntfImpl; 38 C2SoftFlacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); 64 std::shared_ptr<IntfImpl> mIntf;
|
D | C2SoftFlacDec.cpp | 32 class C2SoftFlacDec::IntfImpl : public C2InterfaceHelper { class in android::C2SoftFlacDec 34 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper> &helper) in IntfImpl() function in android::C2SoftFlacDec::IntfImpl 102 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftFlacDec() 103 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacDec() 340 std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)), in createComponent() 350 new SimpleInterface<C2SoftFlacDec::IntfImpl>( in createInterface() 351 COMPONENT_NAME, id, std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.h | 29 class IntfImpl; member 32 const std::shared_ptr<IntfImpl> &intfImpl); 53 std::shared_ptr<IntfImpl> mIntf;
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.h | 26 class IntfImpl; member 29 const std::shared_ptr<IntfImpl> &intfImpl); 45 std::shared_ptr<IntfImpl> mIntf;
|
D | C2SoftG711Dec.cpp | 36 class C2SoftG711Dec::IntfImpl : public C2InterfaceHelper { class in android::C2SoftG711Dec 38 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper> &helper) in IntfImpl() function in android::C2SoftG711Dec::IntfImpl 110 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftG711Dec() 111 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftG711Dec() 292 std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)), in createComponent() 301 new SimpleInterface<C2SoftG711Dec::IntfImpl>( in createInterface() 302 COMPONENT_NAME, id, std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.h | 38 class IntfImpl; member 41 const std::shared_ptr<IntfImpl> &intfImpl); 61 std::shared_ptr<IntfImpl> mIntf;
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.h | 30 class IntfImpl; 32 C2SoftAacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); 49 std::shared_ptr<IntfImpl> mIntf;
|
D | C2SoftAacDec.h | 29 class IntfImpl; member 31 C2SoftAacDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); 52 std::shared_ptr<IntfImpl> mIntf;
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.h | 34 class IntfImpl; member 37 const std::shared_ptr<IntfImpl> &intfImpl); 58 std::shared_ptr<IntfImpl> mIntf;
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Enc.h | 30 class IntfImpl; member 33 const std::shared_ptr<IntfImpl>& intfImpl); 53 std::shared_ptr<IntfImpl> mIntf;
|
D | C2SoftMpeg4Dec.h | 28 class IntfImpl; member 31 const std::shared_ptr<IntfImpl>& intfImpl); 56 std::shared_ptr<IntfImpl> mIntf;
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.h | 48 class IntfImpl; member 51 const std::shared_ptr<IntfImpl>& intfImpl); 72 std::shared_ptr<IntfImpl> mIntf;
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.h | 51 class IntfImpl; member 54 const std::shared_ptr<IntfImpl>& intfImpl); 110 std::shared_ptr<IntfImpl> mIntf;
|