Home
last modified time | relevance | path

Searched refs:C2ComponentDomainSetting (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp155 C2ComponentDomainSetting mDomainInfo;
190 if (query.field() == C2ParamField(&mDomainInfo, &C2ComponentDomainSetting::value)) { in querySupportedValues_vb()
394 C2ComponentDomainSetting domainInfo; in TEST_F()
399 myComp->getParamReflector()->describe(C2ComponentDomainSetting::CORE_INDEX)}; in TEST_F()
403 { C2ParamField(&domainInfo, &C2ComponentDomainSetting::value), in TEST_F()
405 C2FieldSupportedValuesQuery(C2ParamField(&domainInfo, &C2ComponentDomainSetting::value), in TEST_F()
407 … C2FieldSupportedValuesQuery::Current(C2ParamField(&domainInfo, &C2ComponentDomainSetting::value)), in TEST_F()
DC2ComponentInterface_test.cpp646 EACH_TEST_SELF(C2ComponentDomainSetting, TEST_ENUM_WRITABLE_FIELD); in testMain()
/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp161 paramReflector->describe(C2ComponentDomainSetting::CORE_INDEX); in invokeH2C2ComponentStore()
/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp85 .withConstValue(new C2ComponentDomainSetting(domain)) in BaseParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h135 std::shared_ptr<C2ComponentDomainSetting> mDomain;
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp190 C2ComponentDomainSetting domain; in initDecoder()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp137 .withConstValue(new C2ComponentDomainSetting(domain))
293 std::shared_ptr<C2ComponentDomainSetting> mDomain;
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp170 .withConstValue(new C2ComponentDomainSetting(C2Component::DOMAIN_VIDEO)) in Helper()
373 std::shared_ptr<C2ComponentDomainSetting> mDomain;
/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp229 C2ComponentDomainSetting domain; in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp225 C2ComponentDomainSetting domain; in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp225 C2ComponentDomainSetting domain; in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp225 C2ComponentDomainSetting domain; in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp875 C2ComponentDomainSetting domain; in getTraits()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp1319 C2ComponentDomainSetting domain; in FillTraitsFromInterface()
/frameworks/av/media/codec2/core/include/
DC2Config.h398 C2ComponentDomainSetting; typedef
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1066 C2ComponentDomainSetting domain(C2Component::DOMAIN_OTHER); in initialize()
/frameworks/av/media/codec2/hal/client/
Dclient.cpp1448 C2ComponentDomainSetting domain; in start()