Home
last modified time | relevance | path

Searched refs:NamedValuesType (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2Enum.h75 static C2_HIDE C2FieldDescriptor::NamedValuesType sanitizeEnumValues(
79 C2FieldDescriptor::NamedValuesType namedValues;
88 static C2_HIDE C2FieldDescriptor::NamedValuesType customEnumValues( in customEnumValues()
90 C2FieldDescriptor::NamedValuesType namedValues; in customEnumValues()
107 C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const name &r __unused) { \
123 C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const name &r __unused) { \
DC2Param.h989 typedef std::vector<NamedValueType> NamedValuesType; typedef
1000 static NamedValuesType namedValuesFor(const B &);
1004 inline static NamedValuesType namedValuesFor(const C2EasyEnum<E> &) { in namedValuesFor()
1045 const NamedValuesType &namedValues() const { return _mNamedValues; } in namedValues()
1067 NamedValuesType _mNamedValues;
1107 inline static C2FieldDescriptor::NamedValuesType getNamedValues() {
1108 return NamedValuesType();
1114 inline static C2FieldDescriptor::NamedValuesType getNamedValues() {
1123 template<> inline C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const type &…
1124 return NamedValuesType(); \
[all …]
/frameworks/av/media/codec2/vndk/internal/
DC2ParamInternal.h91 C2FieldDescriptor &fd, C2FieldDescriptor::NamedValuesType &&namedValues) { in AddNamedValues()
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceUtils.h955 typedef C2FieldDescriptor::NamedValuesType NamedValuesType; ///< named values list type
967 const NamedValuesType &namedValues() const;
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp805 const C2FieldUtils::Info::NamedValuesType &C2FieldUtils::Info::namedValues() const { in namedValues()
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp627 C2FieldDescriptor::NamedValuesType namedValues; in objcpy()