/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVp8Enc.cpp | 27 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp8Enc() argument 28 : C2SoftVpxEnc(name, id, intfImpl), mDCTPartitions(0), mProfile(1) {} in C2SoftVp8Enc()
|
D | C2SoftVp9Enc.cpp | 27 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp9Enc() argument 28 : C2SoftVpxEnc(name, id, intfImpl), in C2SoftVp9Enc()
|
D | C2SoftVp8Enc.h | 31 const std::shared_ptr<IntfImpl>& intfImpl);
|
D | C2SoftVp9Enc.h | 33 const std::shared_ptr<IntfImpl>& intfImpl);
|
/frameworks/av/media/codec2/components/raw/ |
D | C2SoftRawDec.cpp | 108 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftRawDec() argument 109 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftRawDec() 110 mIntf(intfImpl) { in C2SoftRawDec()
|
D | C2SoftRawDec.h | 29 const std::shared_ptr<IntfImpl>& intfImpl);
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 104 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftG711Dec() argument 105 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftG711Dec() 106 mIntf(intfImpl) { in C2SoftG711Dec()
|
D | C2SoftG711Dec.h | 29 const std::shared_ptr<IntfImpl> &intfImpl);
|
/frameworks/av/media/codec2/components/gsm/ |
D | C2SoftGsmDec.cpp | 93 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftGsmDec() argument 95 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftGsmDec() 96 mIntf(intfImpl), in C2SoftGsmDec()
|
D | C2SoftGsmDec.h | 36 const std::shared_ptr<IntfImpl> &intfImpl);
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 99 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftAmrNbEnc() argument 101 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrNbEnc() 102 mIntf(intfImpl), in C2SoftAmrNbEnc()
|
D | C2SoftAmrDec.h | 29 const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2SoftAmrNbEnc.h | 30 const std::shared_ptr<IntfImpl>& intfImpl);
|
D | C2SoftAmrDec.cpp | 120 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftAmrDec() argument 121 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrDec() 122 mIntf(intfImpl), in C2SoftAmrDec()
|
D | C2SoftAmrWbEnc.h | 30 const std::shared_ptr<IntfImpl>& intfImpl);
|
D | C2SoftAmrWbEnc.cpp | 100 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftAmrWbEnc() argument 102 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrWbEnc() 103 mIntf(intfImpl), in C2SoftAmrWbEnc()
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.h | 30 const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2SoftFlacDec.cpp | 109 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftFlacDec() argument 110 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacDec() 111 mIntf(intfImpl), in C2SoftFlacDec()
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.h | 32 const std::shared_ptr<IntfImpl> &intfImpl);
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.h | 31 const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2SoftOpusDec.cpp | 97 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftOpusDec() argument 99 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftOpusDec() 100 mIntf(intfImpl), in C2SoftOpusDec()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.h | 37 const std::shared_ptr<IntfImpl> &intfImpl);
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacEnc.h | 33 C2SoftAacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.h | 31 const std::shared_ptr<IntfImpl>& intfImpl);
|
D | C2SoftMpeg4Enc.h | 33 const std::shared_ptr<IntfImpl>& intfImpl);
|