/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVp8Enc.cpp | 26 constexpr char COMPONENT_NAME[] = "c2.android.vp8.encoder"; variable 80 new C2SoftVp8Enc(COMPONENT_NAME, id, in createComponent() 92 COMPONENT_NAME, id, in createInterface()
|
D | C2SoftVp9Enc.cpp | 26 constexpr char COMPONENT_NAME[] = "c2.android.vp9.encoder"; variable 110 new C2SoftVp9Enc(COMPONENT_NAME, id, in createComponent() 122 COMPONENT_NAME, id, in createInterface()
|
D | C2SoftVpxDec.cpp | 33 constexpr char COMPONENT_NAME[] = "c2.android.vp9.decoder"; variable 35 constexpr char COMPONENT_NAME[] = "c2.android.vp8.decoder"; 43 COMPONENT_NAME, in IntfImpl() 663 new C2SoftVpxDec(COMPONENT_NAME, id, in createComponent() 675 COMPONENT_NAME, id, in createInterface()
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.cpp | 31 constexpr char COMPONENT_NAME[] = "c2.android.g711.alaw.decoder"; variable 33 constexpr char COMPONENT_NAME[] = "c2.android.g711.mlaw.decoder"; 291 new C2SoftG711Dec(COMPONENT_NAME, id, in createComponent() 302 COMPONENT_NAME, id, std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/raw/ |
D | C2SoftRawDec.cpp | 30 constexpr char COMPONENT_NAME[] = "c2.android.raw.decoder"; variable 199 new C2SoftRawDec(COMPONENT_NAME, in createComponent() 212 COMPONENT_NAME, id, std::make_shared<C2SoftRawDec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrDec.cpp | 37 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.decoder"; variable 39 constexpr char COMPONENT_NAME[] = "c2.android.amrwb.decoder"; 405 new C2SoftAmrDec(COMPONENT_NAME, id, in createComponent() 417 COMPONENT_NAME, id, std::make_shared<C2SoftAmrDec::IntfImpl>(mHelper)), in createInterface()
|
D | C2SoftAmrNbEnc.cpp | 30 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.encoder"; variable 321 COMPONENT_NAME, id, in createComponent() 333 COMPONENT_NAME, id, in createInterface()
|
D | C2SoftAmrWbEnc.cpp | 32 constexpr char COMPONENT_NAME[] = "c2.android.amrwb.encoder"; variable 396 COMPONENT_NAME, id, in createComponent() 408 COMPONENT_NAME, id, in createInterface()
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.cpp | 30 constexpr char COMPONENT_NAME[] = "c2.android.gsm.decoder"; variable 277 new C2SoftGsmDec(COMPONENT_NAME, in createComponent() 290 COMPONENT_NAME, id, std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.cpp | 30 constexpr char COMPONENT_NAME[] = "c2.android.flac.decoder"; variable 338 new C2SoftFlacDec(COMPONENT_NAME, in createComponent() 351 COMPONENT_NAME, id, std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)), in createInterface()
|
D | C2SoftFlacEnc.cpp | 91 constexpr char COMPONENT_NAME[] = "c2.android.flac.encoder"; variable 427 new C2SoftFlacEnc(COMPONENT_NAME, in createComponent() 440 COMPONENT_NAME, id, std::make_shared<C2SoftFlacEnc::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 38 constexpr char COMPONENT_NAME[] = "c2.android.mpeg4.decoder"; variable 40 constexpr char COMPONENT_NAME[] = "c2.android.h263.decoder"; 48 COMPONENT_NAME, in IntfImpl() 712 new C2SoftMpeg4Dec(COMPONENT_NAME, in createComponent() 725 COMPONENT_NAME, id, std::make_shared<C2SoftMpeg4Dec::IntfImpl>(mHelper)), in createInterface()
|
D | C2SoftMpeg4Enc.cpp | 43 constexpr char COMPONENT_NAME[] = "c2.android.mpeg4.encoder"; variable 45 constexpr char COMPONENT_NAME[] = "c2.android.h263.encoder"; 637 COMPONENT_NAME, id, in createComponent() 649 COMPONENT_NAME, id, in createInterface()
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 38 constexpr char COMPONENT_NAME[] = "c2.android.vorbis.decoder"; variable 459 new C2SoftVorbisDec(COMPONENT_NAME, in createComponent() 472 COMPONENT_NAME, id, std::make_shared<C2SoftVorbisDec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.cpp | 35 constexpr char COMPONENT_NAME[] = "c2.android.opus.decoder"; variable 510 new C2SoftOpusDec(COMPONENT_NAME, in createComponent() 523 COMPONENT_NAME, id, std::make_shared<C2SoftOpusDec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 33 constexpr char COMPONENT_NAME[] = "c2.android.mp3.decoder"; variable 523 new C2SoftMP3(COMPONENT_NAME, in createComponent() 536 COMPONENT_NAME, id, std::make_shared<C2SoftMP3::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.cpp | 139 constexpr char COMPONENT_NAME[] = "c2.android.aac.encoder"; variable 570 new C2SoftAacEnc(COMPONENT_NAME, in createComponent() 582 COMPONENT_NAME, id, std::make_shared<C2SoftAacEnc::IntfImpl>(mHelper)), in createInterface()
|
D | C2SoftAacDec.cpp | 234 constexpr char COMPONENT_NAME[] = "c2.android.aac.decoder"; variable 908 new C2SoftAacDec(COMPONENT_NAME, in createComponent() 920 COMPONENT_NAME, id, std::make_shared<C2SoftAacDec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 35 constexpr char COMPONENT_NAME[] = "c2.android.hevc.decoder"; variable 44 COMPONENT_NAME, in IntfImpl() 942 new C2SoftHevcDec(COMPONENT_NAME, in createComponent() 955 COMPONENT_NAME, id, std::make_shared<C2SoftHevcDec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 33 constexpr char COMPONENT_NAME[] = "c2.android.mpeg2.decoder"; variable 40 COMPONENT_NAME, in IntfImpl() 1035 new C2SoftMpeg2Dec(COMPONENT_NAME, in createComponent() 1048 COMPONENT_NAME, id, std::make_shared<C2SoftMpeg2Dec::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 35 constexpr char COMPONENT_NAME[] = "c2.android.avc.decoder"; variable 44 COMPONENT_NAME, in IntfImpl() 944 new C2SoftAvcDec(COMPONENT_NAME, in createComponent() 957 COMPONENT_NAME, id, std::make_shared<C2SoftAvcDec::IntfImpl>(mHelper)), in createInterface()
|
D | C2SoftAvcEnc.cpp | 344 constexpr char COMPONENT_NAME[] = "c2.android.avc.encoder"; variable 1525 new C2SoftAvcEnc(COMPONENT_NAME, in createComponent() 1538 COMPONENT_NAME, id, std::make_shared<C2SoftAvcEnc::IntfImpl>(mHelper)), in createInterface()
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 59 constexpr char COMPONENT_NAME[] = "c2.android.xaac.decoder"; variable 1549 new C2SoftXaacDec(COMPONENT_NAME, in createComponent() 1562 COMPONENT_NAME, id, std::make_shared<C2SoftXaacDec::IntfImpl>(mHelper)), in createInterface()
|