Home
last modified time | relevance | path

Searched refs:getParamReflector (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/av/media/codec2/hal/plugin/
DFilterWrapperStub.cpp60 std::shared_ptr<C2ParamReflector> FilterWrapper::getParamReflector() { in getParamReflector() function in android::FilterWrapper
/frameworks/av/media/codec2/components/vpx/
DC2SoftVp8Enc.cpp71 GetCodec2PlatformComponentStore()->getParamReflector())) {} in C2SoftVp8EncFactory()
DC2SoftVp9Enc.cpp101 GetCodec2PlatformComponentStore()->getParamReflector())) {} in C2SoftVp9EncFactory()
/frameworks/av/media/codec2/hal/plugin/internal/
DFilterWrapper.h110 std::shared_ptr<C2ParamReflector> getParamReflector();
/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp156 shared_ptr<C2ParamReflector> paramReflector = mH2C2->getParamReflector(); in invokeH2C2ComponentStore()
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp205 std::shared_ptr<C2ParamReflector> getParamReflector() const { in getParamReflector() function in MyComponentInstance
399 myComp->getParamReflector()->describe(C2ComponentDomainSetting::CORE_INDEX)}; in TEST_F()
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp186 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftRawDecFactory()
/frameworks/av/media/codec2/hal/services/
Dvendor.cpp105 virtual std::shared_ptr<C2ParamReflector> getParamReflector() const override { in getParamReflector() function in StoreImpl
/frameworks/av/media/codec2/core/include/
DC2Component.h935 virtual std::shared_ptr<C2ParamReflector> getParamReflector() const = 0;
/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp147 mParamReflectors.push_back(mStore->getParamReflector());
150 GetFilterWrapper()->getParamReflector();
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp142 mParamReflectors.push_back(mStore->getParamReflector());
145 GetFilterWrapper()->getParamReflector();
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp230 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftG711DecFactory()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp142 mParamReflectors.push_back(mStore->getParamReflector());
145 GetFilterWrapper()->getParamReflector();
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp142 mParamReflectors.push_back(mStore->getParamReflector());
145 GetFilterWrapper()->getParamReflector();
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp263 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftGSMDecFactory()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp306 GetCodec2PlatformComponentStore()->getParamReflector())) {} in C2SoftAmrNbEncFactory()
DC2SoftAmrDec.cpp396 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftAMRDecFactory()
DC2SoftAmrWbEnc.cpp380 GetCodec2PlatformComponentStore()->getParamReflector())) {} in C2SoftAmrWbEncFactory()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp341 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftFlacDecFactory()
DC2SoftFlacEnc.cpp514 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftFlacEncFactory()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp442 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftOpusDecFactory()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp446 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftVorbisDecFactory()
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h228 std::shared_ptr<C2ParamReflector> getParamReflector();
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp516 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftMp3DecFactory()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp755 virtual std::shared_ptr<C2ParamReflector> getParamReflector() const override;
1328 std::shared_ptr<C2ParamReflector> C2PlatformComponentStore::getParamReflector() const { in getParamReflector() function in android::C2PlatformComponentStore

12