Home
last modified time | relevance | path

Searched refs:type_t (Results 1 – 18 of 18) sorted by relevance

/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp321 C2FieldSupportedValues::type_t _mType;
369 _mType(type_t::RANGE), in Impl()
383 case type_t::EMPTY: in operator C2ParamFieldValues()
384 case type_t::VALUES: in operator C2ParamFieldValues()
386 case type_t::RANGE: in operator C2ParamFieldValues()
388 case type_t::FLAGS: in operator C2ParamFieldValues()
405 _mType = type_t::VALUES; in none()
422 _mType = _mValues.isEmpty() ? type_t::EMPTY : type_t::VALUES; in limitTo()
425 case type_t::EMPTY: in limitTo()
426 case type_t::VALUES: in limitTo()
[all …]
DC2Debug.cpp51 const char *asString(C2FieldDescriptor::type_t i, const char *def) { in asString()
241 C2FieldSupportedValues::type_t _mType;
/hardware/google/av/codec2/include/
DC2Param.h852 enum type_t : uint32_t { enum
864 inline static constexpr type_t TypeFor() { in TypeFor()
871 inline static constexpr type_t typeFor() { in typeFor()
881 inline type_t type() const { return _mType; } in type()
902 static size_t SizeFor(type_t type) { in SizeFor()
916 type_t _mType;
929 template<> constexpr C2Value::type_t C2Value::TypeFor<char, false>() { return INT32; }
930 template<> constexpr C2Value::type_t C2Value::TypeFor<int32_t, false>() { return INT32; }
931 template<> constexpr C2Value::type_t C2Value::TypeFor<int64_t, false>() { return INT64; }
932 template<> constexpr C2Value::type_t C2Value::TypeFor<uint8_t, false>() { return UINT32; }
[all …]
DC2Component.h37 enum type_t : uint32_t { enum
44 type_t _mType;
49 C2FieldSupportedValuesQuery(const C2ParamField &field_, type_t type_) in C2FieldSupportedValuesQuery()
64 inline type_t type() const { return _mType; } in type()
DC2Buffer.h576 enum type_t : uint32_t { enum
589 type_t supportedTypes; ///< supported allocation types
1556 enum type_t : uint32_t { enum
1564 type_t type; // image type
1987 enum type_t : uint32_t { enum
1994 typedef type_t Type; // deprecated
2000 type_t type() const;
DC2Config.h950 typedef C2StreamParam<C2Setting, C2SimpleValueStruct<C2EasyEnum<C2BufferData::type_t>>,
954 constexpr C2BufferData::type_t C2FormatAudio = C2BufferData::LINEAR; // deprecated
955 constexpr C2BufferData::type_t C2FormatCompressed = C2BufferData::LINEAR; // deprecated
956 constexpr C2BufferData::type_t C2FormatVideo = C2BufferData::GRAPHIC; // deprecated
957 typedef C2BufferData::type_t C2FormatKind; // deprecated
/hardware/google/av/codec2/vndk/internal/
DC2BlockInternal.h40 enum type_t : int { enum
45 virtual type_t getType() const = 0;
/hardware/google/av/codec2/vndk/include/util/
DC2Debug-param.h28 C2_DECLARE_AS_STRING_AND_DEFINE_STREAM_OUT(C2FieldDescriptor::type_t)
DC2InterfaceUtils.h954 typedef C2FieldDescriptor::type_t type_t; ///< field type
961 type_t type() const;
/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp83 C2BufferData::type_t rawBufferType = C2BufferData::LINEAR; in BaseParams()
87 C2BufferData::type_t codedBufferType = C2BufferData::LINEAR; in BaseParams()
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp364 case C2FieldSupportedValues::type_t::EMPTY: { in getTestValues()
369 case C2FieldSupportedValues::type_t::RANGE: { in getTestValues()
443 case C2FieldSupportedValues::type_t::VALUES: { in getTestValues()
457 case C2FieldSupportedValues::type_t::FLAGS: { in getTestValues()
DC2SampleComponent_test.cpp331 void dumpType(C2FieldDescriptor::type_t type) { in dumpType()
DC2Param_test.cpp98 const static FD::type_t TYPE = (FD::type_t)(CORE_INDEX | FD::STRUCT_FLAG);
262 using type_t=FD::type_t; typedef in C2ParamTest_FlexParamFieldList
268 constexpr static type_t FlexType =
276 std::is_same<T, C2SizeStruct>::value ? C2SizeStruct::TYPE : (type_t)0;
/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp385 C2FieldDescriptor::type_t fieldType = desc.fieldDesc->type(); in parseMessageAndDoWork()
508 C2FieldDescriptor::type_t fieldType = desc.fieldDesc->type(); in getParams()
543 size_t valueSize = C2Value::SizeFor((C2Value::type_t)fieldType); in getParams()
/hardware/google/av/codec2/vndk/
DC2Config.cpp223 DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(C2BufferData::type_t, ({
DC2Buffer.cpp349 virtual type_t getType() const override { in getType()
1151 type_t type() const { return mType; } in type()
1156 type_t mType;
1164 C2BufferData::type_t C2BufferData::type() const { return mImpl->type(); } in type()
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp181 d->type = static_cast<C2FieldSupportedValues::type_t>(s.typeOther); in objcpy()
216 C2FieldSupportedValuesQuery::type_t dType; in objcpy()
1048 enum type_t { enum
1052 type_t type;
/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp56 virtual type_t getType() const override { in getType()