Home
last modified time | relevance | path

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

12

/frameworks/av/media/codec2/components/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()
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp36 class C2SoftRawDec::IntfImpl : public SimpleInterface<void>::BaseParams {
39 : SimpleInterface<void>::BaseParams( in IntfImpl()
109 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftRawDec()
204 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()
410 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()
356 new SimpleInterface<C2SoftFlacDec::IntfImpl>( in createInterface()
DC2SoftFlacEnc.cpp37 class C2SoftFlacEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
40 : SimpleInterface<void>::BaseParams( in IntfImpl()
120 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacEnc()
471 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.cpp43 class C2SoftOpusEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
46 : SimpleInterface<void>::BaseParams( in IntfImpl()
116 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftOpusEnc()
615 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()
462 new SimpleInterface<C2SoftVorbisDec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp39 class C2SoftMP3::IntfImpl : public SimpleInterface<void>::BaseParams {
42 : SimpleInterface<void>::BaseParams( in IntfImpl()
98 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMP3()
528 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()
DC2SoftVpxEnc.h237 class C2SoftVpxEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
240 : SimpleInterface<void>::BaseParams( in IntfImpl()
DC2SoftVpxDec.cpp40 class C2SoftVpxDec::IntfImpl : public SimpleInterface<void>::BaseParams {
43 : SimpleInterface<void>::BaseParams( in IntfImpl()
340 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftVpxDec()
934 new SimpleInterface<C2SoftVpxDec::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()
659 new SimpleInterface<C2SoftAacEnc::IntfImpl>( in createInterface()
DC2SoftAacDec.cpp57 class C2SoftAacDec::IntfImpl : public SimpleInterface<void>::BaseParams {
60 : SimpleInterface<void>::BaseParams( in IntfImpl()
227 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAacDec()
906 new SimpleInterface<C2SoftAacDec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp54 class C2SoftMpeg4Enc::IntfImpl : public SimpleInterface<void>::BaseParams {
57 : SimpleInterface<void>::BaseParams( in IntfImpl()
225 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMpeg4Enc()
640 new SimpleInterface<C2SoftMpeg4Enc::IntfImpl>( in createInterface()
DC2SoftMpeg4Dec.cpp43 class C2SoftMpeg4Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
46 : SimpleInterface<void>::BaseParams( in IntfImpl()
249 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMpeg4Dec()
736 new SimpleInterface<C2SoftMpeg4Dec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp33 class C2SoftGav1Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
36 : SimpleInterface<void>::BaseParams( in IntfImpl()
257 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftGav1Dec()
769 new SimpleInterface<C2SoftGav1Dec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp35 class C2SoftAomDec::IntfImpl : public SimpleInterface<void>::BaseParams {
38 : SimpleInterface<void>::BaseParams( in IntfImpl()
254 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAomDec()
789 new SimpleInterface<C2SoftAomDec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp40 class C2SoftHevcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
43 : SimpleInterface<void>::BaseParams( in IntfImpl()
328 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftHevcDec()
1037 new SimpleInterface<C2SoftHevcDec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp41 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
44 : SimpleInterface<void>::BaseParams( in IntfImpl()
334 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAvcDec()
1033 new SimpleInterface<C2SoftAvcDec::IntfImpl>( in createInterface()

12