/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Interface.cpp | 39 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/ |
D | C2SoftRawDec.cpp | 36 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/ |
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() 415 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() 361 new SimpleInterface<C2SoftFlacDec::IntfImpl>( in createInterface()
|
D | C2SoftFlacEnc.cpp | 38 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/ |
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 | 41 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/ |
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() 466 new SimpleInterface<C2SoftVorbisDec::IntfImpl>( in createInterface()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 40 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/ |
D | C2SoftVp8Enc.cpp | 89 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
|
D | C2SoftVp9Enc.cpp | 119 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
|
D | C2SoftVpxDec.cpp | 41 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()
|
D | C2SoftVpxEnc.h | 242 class C2SoftVpxEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 45 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()
|
D | C2SoftMpeg4Enc.cpp | 56 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/ |
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() 703 new SimpleInterface<C2SoftAacEnc::IntfImpl>( in createInterface()
|
D | C2SoftAacDec.cpp | 61 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/ |
D | C2SoftAomDec.cpp | 37 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()
|
D | C2SoftAomEnc.h | 117 class C2SoftAomEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 39 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/ |
D | C2SoftAvcDec.cpp | 47 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()
|