/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVp8Enc.cpp | 29 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp8Enc() argument 30 : C2SoftVpxEnc(name, id, intfImpl), mDCTPartitions(0), mProfile(1) {} in C2SoftVp8Enc()
|
D | C2SoftVp9Enc.cpp | 29 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp9Enc() argument 30 : 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);
|
D | C2SoftVpxDec.h | 32 const std::shared_ptr<IntfImpl>& intfImpl);
|
/hardware/google/av/media/codecs/raw/ |
D | C2SoftRawDec.cpp | 115 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()
|
D | C2SoftRawDec.h | 29 const std::shared_ptr<IntfImpl>& intfImpl);
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.h | 39 const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2SoftGsmDec.cpp | 99 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/ |
D | C2SoftAmrDec.h | 29 const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2SoftAmrNbEnc.h | 30 const std::shared_ptr<IntfImpl>& intfImpl);
|
D | C2SoftAmrWbEnc.h | 30 const std::shared_ptr<IntfImpl>& intfImpl);
|
D | C2SoftAmrNbEnc.cpp | 106 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/ |
D | C2SoftFlacDec.h | 30 const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2SoftFlacEnc.h | 38 C2SoftFlacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2SoftFlacDec.cpp | 102 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/ |
D | C2SoftVorbisDec.h | 32 const std::shared_ptr<IntfImpl> &intfImpl);
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.h | 29 const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2SoftG711Dec.cpp | 110 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/ |
D | C2SoftOpusDec.h | 41 const std::shared_ptr<IntfImpl> &intfImpl);
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.h | 32 C2SoftAacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
|
D | C2SoftAacDec.h | 31 C2SoftAacDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.h | 37 const std::shared_ptr<IntfImpl> &intfImpl);
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Enc.h | 33 const std::shared_ptr<IntfImpl>& intfImpl);
|
D | C2SoftMpeg4Dec.h | 31 const std::shared_ptr<IntfImpl>& intfImpl);
|