/hardware/google/av/media/codecs/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()
|
/hardware/google/av/media/codecs/raw/ |
D | C2SoftRawDec.cpp | 116 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftRawDec() 211 new SimpleInterface<C2SoftRawDec::IntfImpl>( in createInterface()
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVp8Enc.cpp | 91 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
|
D | C2SoftVp9Enc.cpp | 121 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
|
D | C2SoftVpxDec.cpp | 38 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()
|
D | C2SoftVpxEnc.cpp | 52 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftVpxEnc()
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.cpp | 101 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftGsmDec() 289 new SimpleInterface<C2SoftGsmDec::IntfImpl>( in createInterface()
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.cpp | 111 : 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/ |
D | C2SoftMpeg4Dec.cpp | 43 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()
|
D | C2SoftMpeg4Enc.cpp | 235 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/ |
D | C2SoftAmrNbEnc.cpp | 108 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrNbEnc() 332 new SimpleInterface<C2SoftAmrNbEnc::IntfImpl>( in createInterface()
|
D | C2SoftAmrWbEnc.cpp | 110 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrWbEnc() 407 new SimpleInterface<C2SoftAmrWbEnc::IntfImpl>( in createInterface()
|
D | C2SoftAmrDec.cpp | 127 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrDec() 416 new SimpleInterface<C2SoftAmrDec::IntfImpl>( in createInterface()
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.cpp | 103 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacDec() 350 new SimpleInterface<C2SoftFlacDec::IntfImpl>( in createInterface()
|
D | C2SoftFlacEnc.cpp | 97 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacEnc() 439 new SimpleInterface<C2SoftFlacEnc::IntfImpl>( in createInterface()
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 111 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftVorbisDec() 471 new SimpleInterface<C2SoftVorbisDec::IntfImpl>( in createInterface()
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.cpp | 106 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftOpusDec() 522 new SimpleInterface<C2SoftOpusDec::IntfImpl>( in createInterface()
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 105 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftMP3() 535 new SimpleInterface<C2SoftMP3::IntfImpl>( in createInterface()
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 39 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/ |
D | C2SoftMpeg2Dec.cpp | 35 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/ |
D | C2SoftAvcDec.cpp | 39 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/ |
D | C2SoftAacEnc.cpp | 145 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAacEnc() 581 new SimpleInterface<C2SoftAacEnc::IntfImpl>( in createInterface()
|
D | C2SoftAacDec.cpp | 240 : 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/ |
D | SimpleC2Interface.h | 185 using SimpleInterface = SimpleC2Interface<T>; variable
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 244 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftXaacDec() 1561 new SimpleInterface<C2SoftXaacDec::IntfImpl>( in createInterface()
|