Home
last modified time | relevance | path

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

12

/hardware/google/av/media/codecs/vpx/
DC2SoftVp8Enc.cpp29 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp8Enc() argument
30 : C2SoftVpxEnc(name, id, intfImpl), mDCTPartitions(0), mProfile(1) {} in C2SoftVp8Enc()
DC2SoftVp9Enc.cpp29 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp9Enc() argument
30 : C2SoftVpxEnc(name, id, intfImpl), in C2SoftVp9Enc()
DC2SoftVp8Enc.h31 const std::shared_ptr<IntfImpl>& intfImpl);
DC2SoftVp9Enc.h33 const std::shared_ptr<IntfImpl>& intfImpl);
DC2SoftVpxDec.h32 const std::shared_ptr<IntfImpl>& intfImpl);
/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp115 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftRawDec() argument
116 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftRawDec()
117 mIntf(intfImpl) { in C2SoftRawDec()
DC2SoftRawDec.h29 const std::shared_ptr<IntfImpl>& intfImpl);
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.h39 const std::shared_ptr<IntfImpl> &intfImpl);
DC2SoftGsmDec.cpp99 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftGsmDec() argument
101 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftGsmDec()
102 mIntf(intfImpl), in C2SoftGsmDec()
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrDec.h29 const std::shared_ptr<IntfImpl> &intfImpl);
DC2SoftAmrNbEnc.h30 const std::shared_ptr<IntfImpl>& intfImpl);
DC2SoftAmrWbEnc.h30 const std::shared_ptr<IntfImpl>& intfImpl);
DC2SoftAmrNbEnc.cpp106 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftAmrNbEnc() argument
108 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrNbEnc()
109 mIntf(intfImpl), in C2SoftAmrNbEnc()
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.h30 const std::shared_ptr<IntfImpl> &intfImpl);
DC2SoftFlacEnc.h38 C2SoftFlacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
DC2SoftFlacDec.cpp102 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftFlacDec() argument
103 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacDec()
104 mIntf(intfImpl), in C2SoftFlacDec()
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.h32 const std::shared_ptr<IntfImpl> &intfImpl);
/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.h29 const std::shared_ptr<IntfImpl> &intfImpl);
DC2SoftG711Dec.cpp110 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftG711Dec() argument
111 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftG711Dec()
112 mIntf(intfImpl) { in C2SoftG711Dec()
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.h41 const std::shared_ptr<IntfImpl> &intfImpl);
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.h32 C2SoftAacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
DC2SoftAacDec.h31 C2SoftAacDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.h37 const std::shared_ptr<IntfImpl> &intfImpl);
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.h33 const std::shared_ptr<IntfImpl>& intfImpl);
DC2SoftMpeg4Dec.h31 const std::shared_ptr<IntfImpl>& intfImpl);

12