Home
last modified time | relevance | path

Searched refs:C2ComponentDomainSetting (Results 1 – 7 of 7) 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/codec2/components/base/
DSimpleC2Interface.cpp66 .withConstValue(new C2ComponentDomainSetting(domain)) in BaseParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h135 std::shared_ptr<C2ComponentDomainSetting> mDomain;
/frameworks/av/media/codec2/vndk/
DC2Store.cpp729 C2ComponentDomainSetting domain; in init()
/frameworks/av/media/codec2/core/include/
DC2Config.h329 C2ComponentDomainSetting; typedef
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp838 C2ComponentDomainSetting domain(C2Component::DOMAIN_OTHER); in initialize()