Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp335 C2FieldSupportedValues::type_t _mType;
383 _mType(type_t::RANGE), in Impl()
397 case type_t::EMPTY: in operator C2ParamFieldValues()
398 case type_t::VALUES: in operator C2ParamFieldValues()
400 case type_t::RANGE: in operator C2ParamFieldValues()
402 case type_t::FLAGS: in operator C2ParamFieldValues()
419 _mType = type_t::VALUES; in none()
436 _mType = _mValues.isEmpty() ? type_t::EMPTY : type_t::VALUES; in limitTo()
439 case type_t::EMPTY: in limitTo()
440 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;
/frameworks/av/media/codec2/core/include/
DC2Param.h866 enum type_t : uint32_t { enum
878 inline static constexpr type_t TypeFor() { in TypeFor()
885 inline static constexpr type_t typeFor() { in typeFor()
895 inline type_t type() const { return _mType; } in type()
916 static size_t SizeFor(type_t type) { in SizeFor()
930 type_t _mType;
943 template<> constexpr C2Value::type_t C2Value::TypeFor<char, false>() { return INT32; }
944 template<> constexpr C2Value::type_t C2Value::TypeFor<int32_t, false>() { return INT32; }
945 template<> constexpr C2Value::type_t C2Value::TypeFor<int64_t, false>() { return INT64; }
946 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
1559 enum type_t : uint32_t { enum
1567 type_t type; // image type
1990 enum type_t : uint32_t { enum
2002 type_t type() const;
DC2Config.h979 typedef C2StreamParam<C2Setting, C2SimpleValueStruct<C2EasyEnum<C2BufferData::type_t>>,
/frameworks/av/media/codec2/vndk/internal/
DC2BlockInternal.h40 enum type_t : int { enum
45 virtual type_t getType() const = 0;
/frameworks/av/media/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;
/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp94 C2BufferData::type_t rawBufferType = C2BufferData::LINEAR; in BaseParams()
98 C2BufferData::type_t codedBufferType = C2BufferData::LINEAR; in BaseParams()
/frameworks/av/media/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;
/frameworks/av/services/audioflinger/
DThreads.h27 enum type_t { enum
38 static const char *threadTypeToString(type_t type);
41 type_t type, bool systemReady, bool isOut);
262 type_t type() const { return mType; } in type()
533 const type_t mType;
769 audio_io_handle_t id, type_t type, bool systemReady);
1228 type_t type = MIXER);
1360 audio_io_handle_t id, ThreadBase::type_t type, bool systemReady);
DThreads.cpp474 const char *AudioFlinger::ThreadBase::threadTypeToString(AudioFlinger::ThreadBase::type_t type) in threadTypeToString()
497 type_t type, bool systemReady, bool isOut) in ThreadBase()
1832 type_t type, in PlaybackThread()
4340 audio_io_handle_t id, bool systemReady, type_t type) in MixerThread()
5683 AudioStreamOut* output, audio_io_handle_t id, ThreadBase::type_t type, bool systemReady) in DirectOutputThread()
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp394 C2FieldDescriptor::type_t fieldType = desc.fieldDesc->type(); in parseMessageAndDoWork()
517 C2FieldDescriptor::type_t fieldType = desc.fieldDesc->type(); in getParams()
552 size_t valueSize = C2Value::SizeFor((C2Value::type_t)fieldType); in getParams()
DCCodec.cpp2054 C2Allocator::type_t type, in GetCommonAllocatorIds()
/frameworks/av/media/codec2/vndk/
DC2Config.cpp253 DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(C2BufferData::type_t, ({
DC2Buffer.cpp352 virtual type_t getType() const override { in getType()
1180 type_t type() const { return mType; } in type()
1185 type_t mType;
1193 C2BufferData::type_t C2BufferData::type() const { return mImpl->type(); } in type()
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp242 C2FieldSupportedValuesQuery::type_t dType; in objcpy()
254 dType = static_cast<C2FieldSupportedValuesQuery::type_t>(s.type); in objcpy()
1180 enum type_t { enum
1184 type_t type;
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp72 virtual type_t getType() const override { in getType()