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.cpp31 SimpleInterface<void>::BaseParams::BaseParams( in BaseParams()
230 void SimpleInterface<void>::BaseParams::noInputLatency() { in noInputLatency()
242 void SimpleInterface<void>::BaseParams::noOutputLatency() { in noOutputLatency()
254 void SimpleInterface<void>::BaseParams::noPipelineLatency() { in noPipelineLatency()
266 void SimpleInterface<void>::BaseParams::noPrivateBuffers() { in noPrivateBuffers()
283 void SimpleInterface<void>::BaseParams::noInputReferences() { in noInputReferences()
295 void SimpleInterface<void>::BaseParams::noOutputReferences() { in noOutputReferences()
307 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.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()
472 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()
131 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftOpusEnc()
641 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()
529 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.cpp40 class C2SoftVpxDec::IntfImpl : public SimpleInterface<void>::BaseParams {
43 : SimpleInterface<void>::BaseParams( in IntfImpl()
341 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftVpxDec()
936 new SimpleInterface<C2SoftVpxDec::IntfImpl>( in createInterface()
DC2SoftVpxEnc.h238 class C2SoftVpxEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
241 : SimpleInterface<void>::BaseParams( in IntfImpl()
/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()
654 new SimpleInterface<C2SoftMpeg4Enc::IntfImpl>( in createInterface()
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()
719 new SimpleInterface<C2SoftMpeg4Dec::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()
682 new SimpleInterface<C2SoftAacEnc::IntfImpl>( in createInterface()
DC2SoftAacDec.cpp61 class C2SoftAacDec::IntfImpl : public SimpleInterface<void>::BaseParams {
64 : SimpleInterface<void>::BaseParams( in IntfImpl()
265 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAacDec()
1083 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()
788 new SimpleInterface<C2SoftAomDec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp38 class C2SoftGav1Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
41 : SimpleInterface<void>::BaseParams( in IntfImpl()
264 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftGav1Dec()
800 new SimpleInterface<C2SoftGav1Dec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp44 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
47 : SimpleInterface<void>::BaseParams( in IntfImpl()
338 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAvcDec()
1048 new SimpleInterface<C2SoftAvcDec::IntfImpl>( in createInterface()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp39 class C2SoftHevcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
42 : SimpleInterface<void>::BaseParams( in IntfImpl()
327 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftHevcDec()
1045 new SimpleInterface<C2SoftHevcDec::IntfImpl>( in createInterface()

12