Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp66 .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/
DC2Store.cpp838 res = intf->query_vb({}, { C2ComponentAliasesSetting::PARAM_TYPE }, C2_MAY_BLOCK, &params); in init()
840 C2ComponentAliasesSetting *aliasesSetting = in init()
841 C2ComponentAliasesSetting::From(params[0].get()); in init()
/frameworks/av/media/codec2/core/include/
DC2Config.h322 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexAliases> C2ComponentAliasesSetting; typedef