/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Interface.cpp | 30 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/ |
D | C2SoftRawDec.cpp | 36 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/ |
D | C2SoftG711Dec.cpp | 40 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/ |
D | C2SoftGsmDec.cpp | 36 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/ |
D | C2SoftAmrNbEnc.cpp | 37 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()
|
D | C2SoftAmrDec.cpp | 46 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()
|
D | C2SoftAmrWbEnc.cpp | 38 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/ |
D | C2SoftFlacDec.cpp | 36 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()
|
D | C2SoftFlacEnc.cpp | 37 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/ |
D | C2SoftOpusDec.cpp | 40 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()
|
D | C2SoftOpusEnc.cpp | 43 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/ |
D | C2SoftVorbisDec.cpp | 44 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/ |
D | C2SoftMp3Dec.cpp | 39 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/ |
D | C2SoftVp8Enc.cpp | 89 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
|
D | C2SoftVp9Enc.cpp | 119 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
|
D | C2SoftVpxEnc.h | 237 class C2SoftVpxEnc::IntfImpl : public SimpleInterface<void>::BaseParams { 240 : SimpleInterface<void>::BaseParams( in IntfImpl()
|
D | C2SoftVpxDec.cpp | 40 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/ |
D | C2SoftAacEnc.cpp | 38 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()
|
D | C2SoftAacDec.cpp | 57 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/ |
D | C2SoftMpeg4Enc.cpp | 54 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()
|
D | C2SoftMpeg4Dec.cpp | 43 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/ |
D | C2SoftGav1Dec.cpp | 33 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/ |
D | C2SoftAomDec.cpp | 35 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/ |
D | C2SoftHevcDec.cpp | 40 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/ |
D | C2SoftAvcDec.cpp | 41 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()
|