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

/hardware/google/av/media/codecs/vpx/
H A DC2SoftVp8Enc.cpp26 constexpr char COMPONENT_NAME[] = "c2.android.vp8.encoder"; member in namespace:android
80 new C2SoftVp8Enc(COMPONENT_NAME, id,
92 COMPONENT_NAME, id,
H A DC2SoftVp9Enc.cpp26 constexpr char COMPONENT_NAME[] = "c2.android.vp9.encoder"; member in namespace:android
110 new C2SoftVp9Enc(COMPONENT_NAME, id,
122 COMPONENT_NAME, id,
H A DC2SoftVpxDec.cpp33 constexpr char COMPONENT_NAME[] = "c2.android.vp9.decoder"; member in namespace:android
35 constexpr char COMPONENT_NAME[] = "c2.android.vp8.decoder";
43 COMPONENT_NAME,
525 new C2SoftVpxDec(COMPONENT_NAME, id,
537 COMPONENT_NAME, id,
/hardware/google/av/media/codecs/g711/
H A DC2SoftG711Dec.cpp31 constexpr char COMPONENT_NAME[] = "c2.android.g711.alaw.decoder"; member in namespace:android
33 constexpr char COMPONENT_NAME[] = "c2.android.g711.mlaw.decoder";
284 new C2SoftG711Dec(COMPONENT_NAME, id,
295 COMPONENT_NAME, id, std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/raw/
H A DC2SoftRawDec.cpp30 constexpr char COMPONENT_NAME[] = "c2.android.raw.decoder"; member in namespace:android
180 new C2SoftRawDec(COMPONENT_NAME,
193 COMPONENT_NAME, id, std::make_shared<C2SoftRawDec::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/amr_nb_wb/
H A DC2SoftAmrNbEnc.cpp30 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.encoder"; member in namespace:android
318 COMPONENT_NAME, id,
330 COMPONENT_NAME, id,
H A DC2SoftAmrDec.cpp37 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.decoder"; member in namespace:android
39 constexpr char COMPONENT_NAME[] = "c2.android.amrwb.decoder";
398 new C2SoftAmrDec(COMPONENT_NAME, id,
410 COMPONENT_NAME, id, std::make_shared<C2SoftAmrDec::IntfImpl>(mHelper)),
H A DC2SoftAmrWbEnc.cpp32 constexpr char COMPONENT_NAME[] = "c2.android.amrwb.encoder"; member in namespace:android
393 COMPONENT_NAME, id,
405 COMPONENT_NAME, id,
/hardware/google/av/media/codecs/gsm/
H A DC2SoftGsmDec.cpp30 constexpr char COMPONENT_NAME[] = "c2.android.gsm.decoder"; member in namespace:android
270 new C2SoftGsmDec(COMPONENT_NAME,
283 COMPONENT_NAME, id, std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp38 constexpr char COMPONENT_NAME[] = "c2.android.mpeg4.decoder"; member in namespace:android
40 constexpr char COMPONENT_NAME[] = "c2.android.h263.decoder";
48 COMPONENT_NAME,
643 new C2SoftMpeg4Dec(COMPONENT_NAME,
656 COMPONENT_NAME, id, std::make_shared<C2SoftMpeg4Dec::IntfImpl>(mHelper)),
H A DC2SoftMpeg4Enc.cpp43 constexpr char COMPONENT_NAME[] = "c2.android.mpeg4.encoder"; member in namespace:android
45 constexpr char COMPONENT_NAME[] = "c2.android.h263.encoder";
539 COMPONENT_NAME, id,
551 COMPONENT_NAME, id,
/hardware/google/av/media/codecs/aac/
H A DC2SoftAacEnc.cpp99 constexpr char COMPONENT_NAME[] = "c2.android.aac.encoder"; member in namespace:android
472 new C2SoftAacEnc(COMPONENT_NAME,
484 COMPONENT_NAME, id, std::make_shared<C2SoftAacEnc::IntfImpl>(mHelper)),
H A DC2SoftAacDec.cpp129 constexpr char COMPONENT_NAME[] = "c2.android.aac.decoder"; member in namespace:android
811 new C2SoftAacDec(COMPONENT_NAME,
823 COMPONENT_NAME, id, std::make_shared<C2SoftAacDec::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/flac/
H A DC2SoftFlacDec.cpp30 constexpr char COMPONENT_NAME[] = "c2.android.flac.decoder"; member in namespace:android
327 new C2SoftFlacDec(COMPONENT_NAME,
340 COMPONENT_NAME, id, std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)),
H A DC2SoftFlacEnc.cpp91 constexpr char COMPONENT_NAME[] = "c2.android.flac.encoder"; member in namespace:android
419 new C2SoftFlacEnc(COMPONENT_NAME,
432 COMPONENT_NAME, id, std::make_shared<C2SoftFlacEnc::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/opus/
H A DC2SoftOpusDec.cpp35 constexpr char COMPONENT_NAME[] = "c2.android.opus.decoder"; member in namespace:android
501 new C2SoftOpusDec(COMPONENT_NAME,
514 COMPONENT_NAME, id, std::make_shared<C2SoftOpusDec::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/vorbis/
H A DC2SoftVorbisDec.cpp38 constexpr char COMPONENT_NAME[] = "c2.android.vorbis.decoder"; member in namespace:android
450 new C2SoftVorbisDec(COMPONENT_NAME,
463 COMPONENT_NAME, id, std::make_shared<C2SoftVorbisDec::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/mp3/
H A DC2SoftMp3Dec.cpp33 constexpr char COMPONENT_NAME[] = "c2.android.mp3.decoder"; member in namespace:android
513 new C2SoftMP3(COMPONENT_NAME,
526 COMPONENT_NAME, id, std::make_shared<C2SoftMP3::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/hevc/
H A DC2SoftHevcDec.cpp34 constexpr char COMPONENT_NAME[] = "c2.android.hevc.decoder"; member in namespace:android::__anon261
43 COMPONENT_NAME,
919 new C2SoftHevcDec(COMPONENT_NAME,
932 COMPONENT_NAME, id, std::make_shared<C2SoftHevcDec::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/avc/
H A DC2SoftAvcDec.cpp34 constexpr char COMPONENT_NAME[] = "c2.android.avc.decoder"; member in namespace:android::__anon251
43 COMPONENT_NAME,
950 new C2SoftAvcDec(COMPONENT_NAME,
963 COMPONENT_NAME, id, std::make_shared<C2SoftAvcDec::IntfImpl>(mHelper)),
H A DC2SoftAvcEnc.cpp132 constexpr char COMPONENT_NAME[] = "c2.android.avc.encoder"; member in namespace:android
1284 new C2SoftAvcEnc(COMPONENT_NAME,
1297 COMPONENT_NAME, id, std::make_shared<C2SoftAvcEnc::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/mpeg2/
H A DC2SoftMpeg2Dec.cpp32 constexpr char COMPONENT_NAME[] = "c2.android.mpeg2.decoder"; member in namespace:android
39 COMPONENT_NAME,
995 new C2SoftMpeg2Dec(COMPONENT_NAME,
1008 COMPONENT_NAME, id, std::make_shared<C2SoftMpeg2Dec::IntfImpl>(mHelper)),
/hardware/google/av/media/codecs/xaac/
H A DC2SoftXaacDec.cpp54 constexpr char COMPONENT_NAME[] = "c2.android.xaac.decoder"; member in namespace:android
992 new C2SoftXaacDec(COMPONENT_NAME,
1005 COMPONENT_NAME, id, std::make_shared<C2SoftXaacDec::IntfImpl>(mHelper)),

Completed in 141 milliseconds