Home
last modified time | relevance | path

Searched refs:C2StringLiteral (Results 1 – 8 of 8) sorted by relevance

/hardware/google/av/codec2/include/
DC2Enum.h65 const std::vector<C2StringLiteral> names,
66 C2StringLiteral _prefix = nullptr);
72 static C2_HIDE std::vector<C2String> parseEnumValuesFromString(C2StringLiteral value);
77 std::vector<C2StringLiteral> names,
78 C2StringLiteral prefix = nullptr) {
89 std::vector<std::pair<C2StringLiteral, E>> items) { in customEnumValues() argument
125 std::vector<std::pair<C2StringLiteral, name>> names); \
DC2Component.h418 std::vector<C2StringLiteral> aliases; ///< name aliases for backward compatibility
689 virtual C2StringLiteral getType() const = 0;
DC2Param.h1219 inline C2ParamDescriptor(bool isRequired, C2StringLiteral name, const T*)
1226 bool isRequired, C2StringLiteral name, C2Param::Index index)
1244 C2Param::Index index, attrib_t attrib, C2StringLiteral name)
DC2.h84 typedef const char *C2StringLiteral; typedef
/hardware/google/av/codec2/vndk/util/
DC2ParamUtils.cpp33 static size_t countLeadingUnderscores(C2StringLiteral a) { in countLeadingUnderscores()
41 static size_t countMatching(C2StringLiteral a, const C2String &b) { in countMatching()
120 const std::vector<C2StringLiteral> names, in sanitizeEnumValueNames()
121 C2StringLiteral _prefix) { in sanitizeEnumValueNames()
134 for (C2StringLiteral s : names) { in sanitizeEnumValueNames()
163 for (C2StringLiteral s : names) { in sanitizeEnumValueNames()
179 std::vector<C2String> _C2EnumUtils::parseEnumValuesFromString(C2StringLiteral value) { in parseEnumValuesFromString()
DC2InterfaceHelper.cpp70 Impl(ParamRef param, C2StringLiteral name, C2StructDescriptor &&strukt) in Impl()
256 ParamRef param, C2StringLiteral name, C2StructDescriptor &&strukt) in ParamHelper()
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h276 ParamHelper(ParamRef param, C2StringLiteral name, C2StructDescriptor &&);
451 ParamBuilder(std::shared_ptr<T> &param, C2StringLiteral name)
639 static ParamBuilder<T> DefineParam(std::shared_ptr<T> &param, C2StringLiteral name) {
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp333 std::vector<C2StringLiteral> dAliases(s.aliases.size()); in objcpy()