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.h1000 typedef std::vector<NamedValueType> NamedValuesType; typedef
1011 static NamedValuesType namedValuesFor(const B &);
1015 inline static NamedValuesType namedValuesFor(const C2EasyEnum<E> &) { in namedValuesFor()
1056 const NamedValuesType &namedValues() const { return _mNamedValues; } in namedValues()
1078 NamedValuesType _mNamedValues;
1118 inline static C2FieldDescriptor::NamedValuesType getNamedValues() {
1119 return NamedValuesType();
1125 inline static C2FieldDescriptor::NamedValuesType getNamedValues() {
1134 template<> inline C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const type &…
1135 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.h956 typedef C2FieldDescriptor::NamedValuesType NamedValuesType; ///< named values list type
968 const NamedValuesType &namedValues() const;
/frameworks/av/media/codec2/hal/common/include/codec2/common/
DParamTypes.h614 C2FieldDescriptor::NamedValuesType namedValues; in objcpy()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp807 const C2FieldUtils::Info::NamedValuesType &C2FieldUtils::Info::namedValues() const { in namedValues()