Home
last modified time | relevance | path

Searched refs:intfImpl (Results 1 – 25 of 56) sorted by relevance

123

/frameworks/av/media/codec2/components/vpx/
DC2SoftVp8Enc.cpp27 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp8Enc() argument
28 : C2SoftVpxEnc(name, id, intfImpl), mDCTPartitions(0), mProfile(1) {} in C2SoftVp8Enc()
DC2SoftVp9Enc.cpp27 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp9Enc() argument
28 : C2SoftVpxEnc(name, id, intfImpl), in C2SoftVp9Enc()
DC2SoftVp8Enc.h31 const std::shared_ptr<IntfImpl>& intfImpl);
DC2SoftVp9Enc.h33 const std::shared_ptr<IntfImpl>& intfImpl);
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp108 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()
DC2SoftRawDec.h29 const std::shared_ptr<IntfImpl>& intfImpl);
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp104 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()
DC2SoftG711Dec.h29 const std::shared_ptr<IntfImpl> &intfImpl);
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp93 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()
DC2SoftGsmDec.h36 const std::shared_ptr<IntfImpl> &intfImpl);
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp99 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()
DC2SoftAmrDec.h29 const std::shared_ptr<IntfImpl> &intfImpl);
DC2SoftAmrNbEnc.h30 const std::shared_ptr<IntfImpl>& intfImpl);
DC2SoftAmrDec.cpp120 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()
DC2SoftAmrWbEnc.h30 const std::shared_ptr<IntfImpl>& intfImpl);
DC2SoftAmrWbEnc.cpp100 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/
DC2SoftFlacDec.h30 const std::shared_ptr<IntfImpl> &intfImpl);
DC2SoftFlacDec.cpp109 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/
DC2SoftVorbisDec.h32 const std::shared_ptr<IntfImpl> &intfImpl);
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.h31 const std::shared_ptr<IntfImpl> &intfImpl);
DC2SoftOpusDec.cpp97 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/
DC2SoftMp3Dec.h37 const std::shared_ptr<IntfImpl> &intfImpl);
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.h33 C2SoftAacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.h31 const std::shared_ptr<IntfImpl>& intfImpl);
DC2SoftMpeg4Enc.h33 const std::shared_ptr<IntfImpl>& intfImpl);

123