/aosp_15_r20/external/v4l2_codec2/v4l2/ |
H A D | V4L2ComponentFactory.cpp | 74 std::shared_ptr<EncodeInterface> intfImpl; in createComponent() local 82 std::shared_ptr<DecodeInterface> intfImpl; in createComponent() local 104 std::shared_ptr<EncodeInterface> intfImpl; in createInterface() local 116 std::shared_ptr<DecodeInterface> intfImpl; in createInterface() local 131 std::shared_ptr<EncodeInterface>* intfImpl) { in createEncodeInterface() 150 std::shared_ptr<DecodeInterface>* intfImpl) { in createDecodeInterface()
|
H A D | V4L2DecodeComponent.cpp | 51 const std::string& name, c2_node_id_t id, std::shared_ptr<DecodeInterface> intfImpl, in create() 72 c2_node_id_t id, std::shared_ptr<DecodeInterface> intfImpl) in V4L2DecodeComponent()
|
H A D | V4L2EncodeComponent.cpp | 26 C2String name, c2_node_id_t id, std::shared_ptr<EncodeInterface> intfImpl, in create()
|
/aosp_15_r20/frameworks/av/media/codec2/components/vpx/ |
H A D | C2SoftVp9Enc.cpp | 27 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp9Enc()
|
H A D | C2SoftVp8Enc.cpp | 27 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp8Enc()
|
H A D | C2SoftVpxEnc.cpp | 449 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVpxEnc()
|
H A D | C2SoftVpxDec.cpp | 367 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftVpxDec()
|
/aosp_15_r20/frameworks/av/media/codec2/components/raw/ |
H A D | C2SoftRawDec.cpp | 110 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftRawDec()
|
/aosp_15_r20/frameworks/av/media/codec2/components/g711/ |
H A D | C2SoftG711Dec.cpp | 104 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftG711Dec()
|
/aosp_15_r20/frameworks/av/media/codec2/components/gsm/ |
H A D | C2SoftGsmDec.cpp | 93 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftGsmDec()
|
/aosp_15_r20/frameworks/av/media/codec2/components/amr_nb_wb/ |
H A D | C2SoftAmrNbEnc.cpp | 99 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftAmrNbEnc()
|
H A D | C2SoftAmrWbEnc.cpp | 100 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftAmrWbEnc()
|
H A D | C2SoftAmrDec.cpp | 120 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftAmrDec()
|
/aosp_15_r20/frameworks/av/media/codec2/components/flac/ |
H A D | C2SoftFlacDec.cpp | 109 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftFlacDec()
|
H A D | C2SoftFlacEnc.cpp | 136 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftFlacEnc()
|
/aosp_15_r20/frameworks/av/media/codec2/components/vorbis/ |
H A D | C2SoftVorbisDec.cpp | 103 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftVorbisDec()
|
/aosp_15_r20/frameworks/av/media/codec2/components/opus/ |
H A D | C2SoftOpusDec.cpp | 97 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftOpusDec()
|
H A D | C2SoftOpusEnc.cpp | 127 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftOpusEnc()
|
/aosp_15_r20/frameworks/av/media/codec2/components/mp3/ |
H A D | C2SoftMp3Dec.cpp | 98 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftMP3()
|
/aosp_15_r20/frameworks/av/media/codec2/components/mpeg4_h263/ |
H A D | C2SoftMpeg4Enc.cpp | 306 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftMpeg4Enc()
|
H A D | C2SoftMpeg4Dec.cpp | 228 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftMpeg4Dec()
|
/aosp_15_r20/frameworks/av/media/codec2/components/aac/ |
H A D | C2SoftAacEnc.cpp | 151 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftAacEnc()
|
/aosp_15_r20/frameworks/av/media/codec2/components/aom/ |
H A D | C2SoftAomDec.cpp | 254 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftAomDec()
|
H A D | C2SoftAomEnc.cpp | 382 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftAomEnc()
|
/aosp_15_r20/external/v4l2_codec2/components/ |
H A D | DecodeComponent.cpp | 130 const std::shared_ptr<DecodeInterface>& intfImpl) in DecodeComponent()
|