Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp61 .withConstValue(AllocSharedString<C2ComponentNameSetting>(name.c_str())) in BaseParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h132 std::shared_ptr<C2ComponentNameSetting> mName;
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp156 mName = C2ComponentNameSetting::AllocShared(NAME.size() + 1); in Helper()
370 std::shared_ptr<C2ComponentNameSetting> mName;
/frameworks/av/media/codec2/core/include/
DC2Config.h356 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexName> C2ComponentNameSetting; typedef