Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp74 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h133 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
/frameworks/av/media/codec2/vndk/util/
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()
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp371 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
/frameworks/av/media/codec2/core/include/
DC2Config.h366 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexAliases> C2ComponentAliasesSetting; typedef