Home
last modified time | relevance | path

Searched refs:IntfImpl (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/frameworks/av/media/codec2/components/raw/
H A DC2SoftRawDec.cpp36 class C2SoftRawDec::IntfImpl : public SimpleInterface<void>::BaseParams { class in android::C2SoftRawDec
38 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper> &helper) in IntfImpl() function in android::C2SoftRawDec::IntfImpl
110 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftRawDec()
111 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftRawDec()
196 std::make_shared<C2SoftRawDec::IntfImpl>(mHelper)), in createComponent()
206 new SimpleInterface<C2SoftRawDec::IntfImpl>( in createInterface()
207 COMPONENT_NAME, id, std::make_shared<C2SoftRawDec::IntfImpl>(mHelper)), in createInterface()
H A DC2SoftRawDec.h26 class IntfImpl; member
29 const std::shared_ptr<IntfImpl>& intfImpl);
45 std::shared_ptr<IntfImpl> mIntf;
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVp8Enc.cpp27 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp8Enc()
79 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createComponent()
89 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
91 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createInterface()
H A DC2SoftVp9Enc.cpp27 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftVp9Enc()
109 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createComponent()
119 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
121 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createInterface()
/aosp12/frameworks/av/media/codec2/components/g711/
H A DC2SoftG711Dec.cpp40 class C2SoftG711Dec::IntfImpl : public SimpleInterface<void>::BaseParams { class in android::C2SoftG711Dec
42 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper> &helper) in IntfImpl() function in android::C2SoftG711Dec::IntfImpl
104 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftG711Dec()
105 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftG711Dec()
239 std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)), in createComponent()
248 new SimpleInterface<C2SoftG711Dec::IntfImpl>( in createInterface()
249 COMPONENT_NAME, id, std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)), in createInterface()
H A DC2SoftG711Dec.h26 class IntfImpl; member
29 const std::shared_ptr<IntfImpl> &intfImpl);
45 std::shared_ptr<IntfImpl> mIntf;
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.h27 class IntfImpl; member
30 const std::shared_ptr<IntfImpl> &intfImpl);
51 std::shared_ptr<IntfImpl> mIntf;
H A DC2SoftFlacEnc.h36 class IntfImpl;
38 C2SoftFlacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
64 std::shared_ptr<IntfImpl> mIntf;
H A DC2SoftFlacDec.cpp36 class C2SoftFlacDec::IntfImpl : public SimpleInterface<void>::BaseParams { class in android::C2SoftFlacDec
38 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper> &helper) in IntfImpl() function in android::C2SoftFlacDec::IntfImpl
109 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftFlacDec()
110 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftFlacDec()
351 std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)), in createComponent()
361 new SimpleInterface<C2SoftFlacDec::IntfImpl>( in createInterface()
362 COMPONENT_NAME, id, std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)), in createInterface()
/aosp12/frameworks/av/media/codec2/components/gsm/
H A DC2SoftGsmDec.h33 class IntfImpl; member
36 const std::shared_ptr<IntfImpl> &intfImpl);
52 std::shared_ptr<IntfImpl> mIntf;
H A DC2SoftGsmDec.cpp36 class C2SoftGsmDec::IntfImpl : public SimpleInterface<void>::BaseParams { class in android::C2SoftGsmDec
38 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper> &helper) in IntfImpl() function in android::C2SoftGsmDec::IntfImpl
93 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftGsmDec()
95 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftGsmDec()
273 std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)), in createComponent()
283 new SimpleInterface<C2SoftGsmDec::IntfImpl>( in createInterface()
284 COMPONENT_NAME, id, std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)), in createInterface()
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrDec.h28 class IntfImpl; member
31 const std::shared_ptr<IntfImpl> &intfImpl);
52 std::shared_ptr<IntfImpl> mIntf;
H A DC2SoftAmrNbEnc.h28 class IntfImpl;
30 const std::shared_ptr<IntfImpl>& intfImpl);
47 std::shared_ptr<IntfImpl> mIntf;
H A DC2SoftAmrWbEnc.h28 class IntfImpl;
30 const std::shared_ptr<IntfImpl>& intfImpl);
47 std::shared_ptr<IntfImpl> mIntf;
H A DC2SoftAmrNbEnc.cpp37 class C2SoftAmrNbEnc::IntfImpl : public SimpleInterface<void>::BaseParams { class in android::C2SoftAmrNbEnc
39 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper> &helper) in IntfImpl() function in android::C2SoftAmrNbEnc::IntfImpl
99 const std::shared_ptr<IntfImpl>& intfImpl) in C2SoftAmrNbEnc()
101 std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrNbEnc()
315 std::make_shared<C2SoftAmrNbEnc::IntfImpl>(mHelper)), in createComponent()
325 new SimpleInterface<C2SoftAmrNbEnc::IntfImpl>( in createInterface()
327 std::make_shared<C2SoftAmrNbEnc::IntfImpl>(mHelper)), in createInterface()
H A DC2SoftAmrDec.cpp46 class C2SoftAmrDec::IntfImpl : public SimpleInterface<void>::BaseParams { class in android::C2SoftAmrDec
48 explicit IntfImpl(const std::shared_ptr<C2ReflectorHelper> &helper) in IntfImpl() function in android::C2SoftAmrDec::IntfImpl
120 const std::shared_ptr<IntfImpl> &intfImpl) in C2SoftAmrDec()
121 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)), in C2SoftAmrDec()
405 std::make_shared<C2SoftAmrDec::IntfImpl>(mHelper)), in createComponent()
415 new SimpleInterface<C2SoftAmrDec::IntfImpl>( in createInterface()
416 COMPONENT_NAME, id, std::make_shared<C2SoftAmrDec::IntfImpl>(mHelper)), in createInterface()
/aosp12/frameworks/av/media/codec2/components/vorbis/
H A DC2SoftVorbisDec.h29 class IntfImpl; member
32 const std::shared_ptr<IntfImpl> &intfImpl);
53 std::shared_ptr<IntfImpl> mIntf;
/aosp12/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusDec.h28 class IntfImpl; member
31 const std::shared_ptr<IntfImpl> &intfImpl);
51 std::shared_ptr<IntfImpl> mIntf;
H A DC2SoftOpusEnc.h29 class IntfImpl; member
32 const std::shared_ptr<IntfImpl> &intfImpl);
55 std::shared_ptr<IntfImpl> mIntf;
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacEnc.h31 class IntfImpl;
33 C2SoftAacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
50 std::shared_ptr<IntfImpl> mIntf;
H A DC2SoftAacDec.h29 class IntfImpl; member
31 C2SoftAacDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
52 std::shared_ptr<IntfImpl> mIntf;
/aosp12/frameworks/av/media/codec2/components/mp3/
H A DC2SoftMp3Dec.h34 class IntfImpl; member
37 const std::shared_ptr<IntfImpl> &intfImpl);
58 std::shared_ptr<IntfImpl> mIntf;
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.h28 class IntfImpl; member
31 const std::shared_ptr<IntfImpl>& intfImpl);
56 std::shared_ptr<IntfImpl> mIntf;
H A DC2SoftMpeg4Enc.h30 class IntfImpl; member
33 const std::shared_ptr<IntfImpl>& intfImpl);
53 std::shared_ptr<IntfImpl> mIntf;
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.h32 class IntfImpl; member
35 const std::shared_ptr<IntfImpl>& intfImpl);
51 std::shared_ptr<IntfImpl> mIntf;

123