Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h86 struct BaseParams : C2InterfaceHelper { struct
126 std::shared_ptr<C2ApiLevelSetting> mApiLevel;
127 std::shared_ptr<C2ApiFeaturesSetting> mApiFeatures;
129 std::shared_ptr<C2PlatformLevelSetting> mPlatformLevel;
130 std::shared_ptr<C2PlatformFeaturesSetting> mPlatformFeatures;
132 std::shared_ptr<C2ComponentNameSetting> mName;
133 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
134 std::shared_ptr<C2ComponentKindSetting> mKind;
135 std::shared_ptr<C2ComponentDomainSetting> mDomain;
136 std::shared_ptr<C2ComponentAttributesSetting> mAttrib;
[all …]
/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp30 SimpleInterface<void>::BaseParams::BaseParams( in BaseParams() function in android::SimpleInterface::BaseParams