Home
last modified time | relevance | path

Searched refs:COMPONENT_NAME (Results 1 – 23 of 23) sorted by relevance

/hardware/google/av/media/codecs/vpx/
DC2SoftVp8Enc.cpp26 constexpr char COMPONENT_NAME[] = "c2.android.vp8.encoder"; variable
80 new C2SoftVp8Enc(COMPONENT_NAME, id, in createComponent()
92 COMPONENT_NAME, id, in createInterface()
DC2SoftVp9Enc.cpp26 constexpr char COMPONENT_NAME[] = "c2.android.vp9.encoder"; variable
110 new C2SoftVp9Enc(COMPONENT_NAME, id, in createComponent()
122 COMPONENT_NAME, id, in createInterface()
DC2SoftVpxDec.cpp33 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/
DC2SoftG711Dec.cpp31 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/
DC2SoftRawDec.cpp30 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/
DC2SoftAmrDec.cpp37 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()
DC2SoftAmrNbEnc.cpp30 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.encoder"; variable
321 COMPONENT_NAME, id, in createComponent()
333 COMPONENT_NAME, id, in createInterface()
DC2SoftAmrWbEnc.cpp32 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/
DC2SoftGsmDec.cpp30 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/
DC2SoftFlacDec.cpp30 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()
DC2SoftFlacEnc.cpp91 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/
DC2SoftMpeg4Dec.cpp38 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()
DC2SoftMpeg4Enc.cpp43 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/
DC2SoftVorbisDec.cpp38 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/
DC2SoftOpusDec.cpp35 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/
DC2SoftMp3Dec.cpp33 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/
DC2SoftAacEnc.cpp139 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()
DC2SoftAacDec.cpp234 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/
DC2SoftHevcDec.cpp35 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/
DC2SoftMpeg2Dec.cpp33 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/
DC2SoftAvcDec.cpp35 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()
DC2SoftAvcEnc.cpp344 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/
DC2SoftXaacDec.cpp59 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()