Searched refs:C2StringLiteral (Results 1 – 8 of 8) sorted by relevance
/hardware/google/av/codec2/include/ |
D | C2Enum.h | 65 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); \
|
D | C2Component.h | 418 std::vector<C2StringLiteral> aliases; ///< name aliases for backward compatibility 689 virtual C2StringLiteral getType() const = 0;
|
D | C2Param.h | 1219 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)
|
D | C2.h | 84 typedef const char *C2StringLiteral; typedef
|
/hardware/google/av/codec2/vndk/util/ |
D | C2ParamUtils.cpp | 33 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()
|
D | C2InterfaceHelper.cpp | 70 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/ |
D | C2InterfaceHelper.h | 276 ParamHelper(ParamRef param, C2StringLiteral name, C2StructDescriptor &&); 451 ParamBuilder(std::shared_ptr<T> ¶m, C2StringLiteral name) 639 static ParamBuilder<T> DefineParam(std::shared_ptr<T> ¶m, C2StringLiteral name) {
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | types.cpp | 333 std::vector<C2StringLiteral> dAliases(s.aliases.size()); in objcpy()
|