/hardware/google/av/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 321 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 …]
|
D | C2Debug.cpp | 51 const char *asString(C2FieldDescriptor::type_t i, const char *def) { in asString() 241 C2FieldSupportedValues::type_t _mType;
|
/hardware/google/av/codec2/include/ |
D | C2Param.h | 852 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 …]
|
D | C2Component.h | 37 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()
|
D | C2Buffer.h | 576 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;
|
D | C2Config.h | 950 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/ |
D | C2BlockInternal.h | 40 enum type_t : int { enum 45 virtual type_t getType() const = 0;
|
/hardware/google/av/codec2/vndk/include/util/ |
D | C2Debug-param.h | 28 C2_DECLARE_AS_STRING_AND_DEFINE_STREAM_OUT(C2FieldDescriptor::type_t)
|
D | C2InterfaceUtils.h | 954 typedef C2FieldDescriptor::type_t type_t; ///< field type 961 type_t type() const;
|
/hardware/google/av/media/codecs/base/ |
D | SimpleC2Interface.cpp | 83 C2BufferData::type_t rawBufferType = C2BufferData::LINEAR; in BaseParams() 87 C2BufferData::type_t codedBufferType = C2BufferData::LINEAR; in BaseParams()
|
/hardware/google/av/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 364 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()
|
D | C2SampleComponent_test.cpp | 331 void dumpType(C2FieldDescriptor::type_t type) { in dumpType()
|
D | C2Param_test.cpp | 98 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/ |
D | ReflectedParamUpdater.cpp | 385 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/ |
D | C2Config.cpp | 223 DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(C2BufferData::type_t, ({
|
D | C2Buffer.cpp | 349 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/ |
D | types.cpp | 181 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/ |
D | C2BqBuffer.cpp | 56 virtual type_t getType() const override { in getType()
|