Home
last modified time | relevance | path

Searched refs:C2ComponentDomainSetting (Results 1 – 11 of 11) 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.cpp77 .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.cpp129 .withConstValue(new C2ComponentDomainSetting(domain))
232 std::shared_ptr<C2ComponentDomainSetting> mDomain;
/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp159 .withConstValue(new C2ComponentDomainSetting(C2Component::DOMAIN_VIDEO)) in Helper()
344 std::shared_ptr<C2ComponentDomainSetting> mDomain;
/frameworks/av/media/codec2/hidl/plugin/
DFilterWrapper.cpp851 C2ComponentDomainSetting domain; in getTraits()
/frameworks/av/media/codec2/core/include/
DC2Config.h359 C2ComponentDomainSetting; typedef
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp1319 C2ComponentDomainSetting domain; in FillTraitsFromInterface()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp963 C2ComponentDomainSetting domain(C2Component::DOMAIN_OTHER); in initialize()