Home
last modified time | relevance | path

Searched defs:BaseParams (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h84 struct BaseParams : C2InterfaceHelper { struct
128 std::shared_ptr<C2ApiLevelSetting> mApiLevel;
129 std::shared_ptr<C2ApiFeaturesSetting> mApiFeatures;
131 std::shared_ptr<C2PlatformLevelSetting> mPlatformLevel;
132 std::shared_ptr<C2PlatformFeaturesSetting> mPlatformFeatures;
134 std::shared_ptr<C2ComponentNameSetting> mName;
135 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
136 std::shared_ptr<C2ComponentKindSetting> mKind;
137 std::shared_ptr<C2ComponentDomainSetting> mDomain;
138 std::shared_ptr<C2ComponentAttributesSetting> mAttrib;
[all …]
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp40 SimpleInterface<void>::BaseParams::BaseParams( in BaseParams() function in android::SimpleInterface::BaseParams