Home
last modified time | relevance | path

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

12

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp39 SimpleInterface<void>::BaseParams::BaseParams( in BaseParams()
238 void SimpleInterface<void>::BaseParams::noInputLatency() { in noInputLatency()
250 void SimpleInterface<void>::BaseParams::noOutputLatency() { in noOutputLatency()
262 void SimpleInterface<void>::BaseParams::noPipelineLatency() { in noPipelineLatency()
274 void SimpleInterface<void>::BaseParams::noPrivateBuffers() { in noPrivateBuffers()
291 void SimpleInterface<void>::BaseParams::noInputReferences() { in noInputReferences()
303 void SimpleInterface<void>::BaseParams::noOutputReferences() { in noOutputReferences()
315 void SimpleInterface<void>::BaseParams::noTimeStretch() { in noTimeStretch()
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp36 class C2SoftRawDec::IntfImpl : public SimpleInterface<void>::BaseParams {
39 : SimpleInterface<void>::BaseParams( in IntfImpl()
111 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftRawDec()
206 new SimpleInterface<C2SoftRawDec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp40 class C2SoftG711Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
43 : SimpleInterface<void>::BaseParams( in IntfImpl()
105 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftG711Dec()
248 new SimpleInterface<C2SoftG711Dec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp36 class C2SoftGsmDec::IntfImpl : public SimpleInterface<void>::BaseParams {
39 : SimpleInterface<void>::BaseParams( in IntfImpl()
95 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftGsmDec()
283 new SimpleInterface<C2SoftGsmDec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp37 class C2SoftAmrNbEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
40 : SimpleInterface<void>::BaseParams( in IntfImpl()
101 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrNbEnc()
325 new SimpleInterface<C2SoftAmrNbEnc::IntfImpl>( in createInterface()
DC2SoftAmrDec.cpp46 class C2SoftAmrDec::IntfImpl : public SimpleInterface<void>::BaseParams {
49 : SimpleInterface<void>::BaseParams( in IntfImpl()
121 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrDec()
415 new SimpleInterface<C2SoftAmrDec::IntfImpl>( in createInterface()
DC2SoftAmrWbEnc.cpp38 class C2SoftAmrWbEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
41 : SimpleInterface<void>::BaseParams( in IntfImpl()
102 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrWbEnc()
399 new SimpleInterface<C2SoftAmrWbEnc::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp36 class C2SoftFlacDec::IntfImpl : public SimpleInterface<void>::BaseParams {
39 : SimpleInterface<void>::BaseParams( in IntfImpl()
110 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacDec()
361 new SimpleInterface<C2SoftFlacDec::IntfImpl>( in createInterface()
DC2SoftFlacEnc.cpp38 class C2SoftFlacEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
41 : SimpleInterface<void>::BaseParams( in IntfImpl()
137 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacEnc()
534 new SimpleInterface<C2SoftFlacEnc::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp40 class C2SoftOpusDec::IntfImpl : public SimpleInterface<void>::BaseParams {
43 : SimpleInterface<void>::BaseParams( in IntfImpl()
99 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftOpusDec()
462 new SimpleInterface<C2SoftOpusDec::IntfImpl>( in createInterface()
DC2SoftOpusEnc.cpp41 class C2SoftOpusEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
44 : SimpleInterface<void>::BaseParams( in IntfImpl()
129 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftOpusEnc()
642 new SimpleInterface<C2SoftOpusEnc::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp44 class C2SoftVorbisDec::IntfImpl : public SimpleInterface<void>::BaseParams {
47 : SimpleInterface<void>::BaseParams( in IntfImpl()
104 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftVorbisDec()
466 new SimpleInterface<C2SoftVorbisDec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp40 class C2SoftMP3::IntfImpl : public SimpleInterface<void>::BaseParams {
43 : SimpleInterface<void>::BaseParams( in IntfImpl()
99 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMP3()
536 new SimpleInterface<C2SoftMP3::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVp8Enc.cpp89 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
DC2SoftVp9Enc.cpp119 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
DC2SoftVpxDec.cpp41 class C2SoftVpxDec::IntfImpl : public SimpleInterface<void>::BaseParams {
44 : SimpleInterface<void>::BaseParams( in IntfImpl()
368 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftVpxDec()
913 new SimpleInterface<C2SoftVpxDec::IntfImpl>( in createInterface()
DC2SoftVpxEnc.h242 class C2SoftVpxEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp45 class C2SoftMpeg4Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
48 : SimpleInterface<void>::BaseParams( in IntfImpl()
229 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMpeg4Dec()
671 new SimpleInterface<C2SoftMpeg4Dec::IntfImpl>( in createInterface()
DC2SoftMpeg4Enc.cpp56 class C2SoftMpeg4Enc::IntfImpl : public SimpleInterface<void>::BaseParams {
59 : SimpleInterface<void>::BaseParams( in IntfImpl()
308 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMpeg4Enc()
742 new SimpleInterface<C2SoftMpeg4Enc::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp38 class C2SoftAacEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
41 : SimpleInterface<void>::BaseParams( in IntfImpl()
152 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAacEnc()
703 new SimpleInterface<C2SoftAacEnc::IntfImpl>( in createInterface()
DC2SoftAacDec.cpp61 class C2SoftAacDec::IntfImpl : public SimpleInterface<void>::BaseParams {
64 : SimpleInterface<void>::BaseParams( in IntfImpl()
287 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAacDec()
1148 new SimpleInterface<C2SoftAacDec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp37 class C2SoftAomDec::IntfImpl : public SimpleInterface<void>::BaseParams {
40 : SimpleInterface<void>::BaseParams( in IntfImpl()
256 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAomDec()
664 new SimpleInterface<C2SoftAomDec::IntfImpl>( in createInterface()
DC2SoftAomEnc.h117 class C2SoftAomEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp39 class C2SoftMpeg2Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
42 : SimpleInterface<void>::BaseParams( in IntfImpl()
322 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMpeg2Dec()
1108 new SimpleInterface<C2SoftMpeg2Dec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp47 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
50 : SimpleInterface<void>::BaseParams( in IntfImpl()
341 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAvcDec()
1053 new SimpleInterface<C2SoftAvcDec::IntfImpl>( in createInterface()

12