/frameworks/av/media/codec2/hal/plugin/ |
D | FilterWrapperStub.cpp | 60 std::shared_ptr<C2ParamReflector> FilterWrapper::getParamReflector() { in getParamReflector() function in android::FilterWrapper
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVp8Enc.cpp | 71 GetCodec2PlatformComponentStore()->getParamReflector())) {} in C2SoftVp8EncFactory()
|
D | C2SoftVp9Enc.cpp | 101 GetCodec2PlatformComponentStore()->getParamReflector())) {} in C2SoftVp9EncFactory()
|
/frameworks/av/media/codec2/hal/plugin/internal/ |
D | FilterWrapper.h | 110 std::shared_ptr<C2ParamReflector> getParamReflector();
|
/frameworks/av/media/module/codecserviceregistrant/fuzzer/ |
D | codecServiceRegistrant_fuzzer.cpp | 156 shared_ptr<C2ParamReflector> paramReflector = mH2C2->getParamReflector(); in invokeH2C2ComponentStore()
|
/frameworks/av/media/codec2/tests/ |
D | C2SampleComponent_test.cpp | 205 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/ |
D | C2SoftRawDec.cpp | 186 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftRawDecFactory()
|
/frameworks/av/media/codec2/hal/services/ |
D | vendor.cpp | 105 virtual std::shared_ptr<C2ParamReflector> getParamReflector() const override { in getParamReflector() function in StoreImpl
|
/frameworks/av/media/codec2/core/include/ |
D | C2Component.h | 935 virtual std::shared_ptr<C2ParamReflector> getParamReflector() const = 0;
|
/frameworks/av/media/codec2/hal/aidl/ |
D | ComponentStore.cpp | 147 mParamReflectors.push_back(mStore->getParamReflector()); 150 GetFilterWrapper()->getParamReflector();
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | ComponentStore.cpp | 142 mParamReflectors.push_back(mStore->getParamReflector()); 145 GetFilterWrapper()->getParamReflector();
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 230 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftG711DecFactory()
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/ |
D | ComponentStore.cpp | 142 mParamReflectors.push_back(mStore->getParamReflector()); 145 GetFilterWrapper()->getParamReflector();
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/ |
D | ComponentStore.cpp | 142 mParamReflectors.push_back(mStore->getParamReflector()); 145 GetFilterWrapper()->getParamReflector();
|
/frameworks/av/media/codec2/components/gsm/ |
D | C2SoftGsmDec.cpp | 263 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftGSMDecFactory()
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 306 GetCodec2PlatformComponentStore()->getParamReflector())) {} in C2SoftAmrNbEncFactory()
|
D | C2SoftAmrDec.cpp | 396 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftAMRDecFactory()
|
D | C2SoftAmrWbEnc.cpp | 380 GetCodec2PlatformComponentStore()->getParamReflector())) {} in C2SoftAmrWbEncFactory()
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 341 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftFlacDecFactory()
|
D | C2SoftFlacEnc.cpp | 514 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftFlacEncFactory()
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.cpp | 442 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftOpusDecFactory()
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.cpp | 446 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftVorbisDecFactory()
|
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/ |
D | client.h | 228 std::shared_ptr<C2ParamReflector> getParamReflector();
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 516 GetCodec2PlatformComponentStore()->getParamReflector())) { in C2SoftMp3DecFactory()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 755 virtual std::shared_ptr<C2ParamReflector> getParamReflector() const override; 1328 std::shared_ptr<C2ParamReflector> C2PlatformComponentStore::getParamReflector() const { in getParamReflector() function in android::C2PlatformComponentStore
|