Home
last modified time | relevance | path

Searched refs:C2ComponentAliasesSetting (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Interface.cpp66 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()
/aosp12/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Interface.h133 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2InterfaceUtils.cpp1370 res = intf->query_vb({}, { C2ComponentAliasesSetting::PARAM_TYPE }, C2_MAY_BLOCK, &params); in FillTraitsFromInterface()
1372 C2ComponentAliasesSetting *aliasesSetting = in FillTraitsFromInterface()
1373 C2ComponentAliasesSetting::From(params[0].get()); in FillTraitsFromInterface()
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp342 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h343 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexAliases> C2ComponentAliasesSetting; typedef