Searched defs:intfImpl (Results 1 - 24 of 24) sorted by relevance

/hardware/google/av/media/codecs/vpx/
H A DC2SoftVp8Enc.cpp29 const std::shared_ptr<IntfImpl>& intfImpl)
30 : C2SoftVpxEnc(name, id, intfImpl), mDCTPartitions(0), mProfile(1) {}
28 C2SoftVp8Enc(const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl) argument
H A DC2SoftVp9Enc.cpp29 const std::shared_ptr<IntfImpl>& intfImpl)
30 : C2SoftVpxEnc(name, id, intfImpl),
28 C2SoftVp9Enc(const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl) argument
H A DC2SoftVpxEnc.cpp48 const std::shared_ptr<IntfImpl>& intfImpl)
50 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
51 mIntf(intfImpl),
47 C2SoftVpxEnc(const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl) argument
H A DC2SoftVpxDec.cpp165 const std::shared_ptr<IntfImpl> &intfImpl)
166 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
167 mIntf(intfImpl),
162 C2SoftVpxDec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/raw/
H A DC2SoftRawDec.cpp96 const std::shared_ptr<IntfImpl> &intfImpl)
97 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
98 mIntf(intfImpl) {
93 C2SoftRawDec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/amr_nb_wb/
H A DC2SoftAmrDec.cpp120 const std::shared_ptr<IntfImpl> &intfImpl)
121 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
122 mIntf(intfImpl),
117 C2SoftAmrDec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
H A DC2SoftAmrNbEnc.cpp106 const std::shared_ptr<IntfImpl>& intfImpl)
108 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
109 mIntf(intfImpl),
105 C2SoftAmrNbEnc(const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl) argument
H A DC2SoftAmrWbEnc.cpp108 const std::shared_ptr<IntfImpl>& intfImpl)
110 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
111 mIntf(intfImpl),
107 C2SoftAmrWbEnc(const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl) argument
/hardware/google/av/media/codecs/flac/
H A DC2SoftFlacDec.cpp96 const std::shared_ptr<IntfImpl> &intfImpl)
97 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
98 mIntf(intfImpl),
93 C2SoftFlacDec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
H A DC2SoftFlacEnc.cpp96 const std::shared_ptr<IntfImpl> &intfImpl)
97 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
98 mIntf(intfImpl),
93 C2SoftFlacEnc( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/g711/
H A DC2SoftG711Dec.cpp104 const std::shared_ptr<IntfImpl> &intfImpl)
105 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
106 mIntf(intfImpl) {
101 C2SoftG711Dec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/gsm/
H A DC2SoftGsmDec.cpp93 const std::shared_ptr<IntfImpl>& intfImpl)
95 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
96 mIntf(intfImpl),
92 C2SoftGsmDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl) argument
/hardware/google/av/media/codecs/vorbis/
H A DC2SoftVorbisDec.cpp104 const std::shared_ptr<IntfImpl> &intfImpl)
105 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
106 mIntf(intfImpl),
101 C2SoftVorbisDec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/aac/
H A DC2SoftAacEnc.cpp104 const std::shared_ptr<IntfImpl> &intfImpl)
105 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
106 mIntf(intfImpl),
101 C2SoftAacEnc( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
H A DC2SoftAacDec.cpp134 const std::shared_ptr<IntfImpl> &intfImpl)
135 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
136 mIntf(intfImpl),
131 C2SoftAacDec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/mp3/
H A DC2SoftMp3Dec.cpp98 const std::shared_ptr<IntfImpl> &intfImpl)
99 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
100 mIntf(intfImpl),
97 C2SoftMP3(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp147 const std::shared_ptr<IntfImpl>& intfImpl)
149 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
150 mIntf(intfImpl),
146 C2SoftMpeg4Enc(const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl) argument
H A DC2SoftMpeg4Dec.cpp180 const std::shared_ptr<IntfImpl> &intfImpl)
181 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
182 mIntf(intfImpl),
177 C2SoftMpeg4Dec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/opus/
H A DC2SoftOpusDec.cpp98 const std::shared_ptr<IntfImpl>& intfImpl)
100 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
101 mIntf(intfImpl),
97 C2SoftOpusDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl) argument
/hardware/google/av/media/codecs/xaac/
H A DC2SoftXaacDec.cpp136 const std::shared_ptr<IntfImpl> &intfImpl)
137 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
138 mIntf(intfImpl),
133 C2SoftXaacDec( const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/avc/
H A DC2SoftAvcDec.cpp328 const std::shared_ptr<IntfImpl> &intfImpl)
329 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
330 mIntf(intfImpl),
325 C2SoftAvcDec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
H A DC2SoftAvcEnc.cpp155 const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl)
156 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
157 mIntf(intfImpl),
154 C2SoftAvcEnc( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/hevc/
H A DC2SoftHevcDec.cpp287 const std::shared_ptr<IntfImpl> &intfImpl)
288 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
289 mIntf(intfImpl),
284 C2SoftHevcDec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument
/hardware/google/av/media/codecs/mpeg2/
H A DC2SoftMpeg2Dec.cpp246 const std::shared_ptr<IntfImpl> &intfImpl)
247 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
248 mIntf(intfImpl),
243 C2SoftMpeg2Dec( const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl) argument

Completed in 144 milliseconds