Home
last modified time | relevance | path

Searched refs:SimpleInterface (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp30 SimpleInterface<void>::BaseParams::BaseParams( in BaseParams()
217 void SimpleInterface<void>::BaseParams::noInputLatency() { in noInputLatency()
229 void SimpleInterface<void>::BaseParams::noOutputLatency() { in noOutputLatency()
241 void SimpleInterface<void>::BaseParams::noPipelineLatency() { in noPipelineLatency()
253 void SimpleInterface<void>::BaseParams::noPrivateBuffers() { in noPrivateBuffers()
270 void SimpleInterface<void>::BaseParams::noInputReferences() { in noInputReferences()
282 void SimpleInterface<void>::BaseParams::noOutputReferences() { in noOutputReferences()
294 void SimpleInterface<void>::BaseParams::noTimeStretch() { in noTimeStretch()
/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp116 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftRawDec()
211 new SimpleInterface<C2SoftRawDec::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/vpx/
DC2SoftVp8Enc.cpp91 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
DC2SoftVp9Enc.cpp121 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
DC2SoftVpxDec.cpp38 class C2SoftVpxDec::IntfImpl : public SimpleInterface<void>::BaseParams {
41 : SimpleInterface<void>::BaseParams( in IntfImpl()
272 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftVpxDec()
674 new SimpleInterface<C2SoftVpxDec::IntfImpl>( in createInterface()
DC2SoftVpxEnc.cpp52 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftVpxEnc()
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp101 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftGsmDec()
289 new SimpleInterface<C2SoftGsmDec::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp111 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftG711Dec()
301 new SimpleInterface<C2SoftG711Dec::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp43 class C2SoftMpeg4Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
46 : SimpleInterface<void>::BaseParams( in IntfImpl()
245 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMpeg4Dec()
724 new SimpleInterface<C2SoftMpeg4Dec::IntfImpl>( in createInterface()
DC2SoftMpeg4Enc.cpp235 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMpeg4Enc()
648 new SimpleInterface<C2SoftMpeg4Enc::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp108 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrNbEnc()
332 new SimpleInterface<C2SoftAmrNbEnc::IntfImpl>( in createInterface()
DC2SoftAmrWbEnc.cpp110 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrWbEnc()
407 new SimpleInterface<C2SoftAmrWbEnc::IntfImpl>( in createInterface()
DC2SoftAmrDec.cpp127 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrDec()
416 new SimpleInterface<C2SoftAmrDec::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp103 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacDec()
350 new SimpleInterface<C2SoftFlacDec::IntfImpl>( in createInterface()
DC2SoftFlacEnc.cpp97 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacEnc()
439 new SimpleInterface<C2SoftFlacEnc::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp111 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftVorbisDec()
471 new SimpleInterface<C2SoftVorbisDec::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp106 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftOpusDec()
522 new SimpleInterface<C2SoftOpusDec::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp105 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMP3()
535 new SimpleInterface<C2SoftMP3::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp39 class C2SoftHevcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
42 : SimpleInterface<void>::BaseParams( in IntfImpl()
321 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftHevcDec()
954 new SimpleInterface<C2SoftHevcDec::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp35 class C2SoftMpeg2Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
38 : SimpleInterface<void>::BaseParams( in IntfImpl()
311 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMpeg2Dec()
1047 new SimpleInterface<C2SoftMpeg2Dec::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp39 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
42 : SimpleInterface<void>::BaseParams( in IntfImpl()
325 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAvcDec()
956 new SimpleInterface<C2SoftAvcDec::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp145 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAacEnc()
581 new SimpleInterface<C2SoftAacEnc::IntfImpl>( in createInterface()
DC2SoftAacDec.cpp240 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAacDec()
919 new SimpleInterface<C2SoftAacDec::IntfImpl>( in createInterface()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h185 using SimpleInterface = SimpleC2Interface<T>; variable
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp244 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftXaacDec()
1561 new SimpleInterface<C2SoftXaacDec::IntfImpl>( in createInterface()

12