Home
last modified time | relevance | path

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

12

/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp337 C2FieldSupportedValues::type_t _mType;
385 _mType(type_t::RANGE), in Impl()
399 case type_t::EMPTY: in operator C2ParamFieldValues()
400 case type_t::VALUES: in operator C2ParamFieldValues()
402 case type_t::RANGE: in operator C2ParamFieldValues()
404 case type_t::FLAGS: in operator C2ParamFieldValues()
421 _mType = type_t::VALUES; in none()
438 _mType = _mValues.isEmpty() ? type_t::EMPTY : type_t::VALUES; in limitTo()
441 case type_t::EMPTY: in limitTo()
442 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/vndk/
DC2Fence.cpp30 enum type_t : uint32_t { enum in C2Fence::Impl
47 virtual type_t type() const = 0;
61 static type_t GetTypeFromNativeHandle(const native_handle_t* nh) { in GetTypeFromNativeHandle()
63 return static_cast<type_t>(nh->data[nh->numFds]); in GetTypeFromNativeHandle()
146 virtual type_t type() const { in type()
220 virtual type_t type() const { in type()
283 C2Fence::Impl::type_t type = C2Fence::Impl::GetTypeFromNativeHandle(handle); in CreateFromNativeHandle()
DC2Config.cpp266 DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(C2BufferData::type_t, ({
DC2Buffer.cpp353 virtual type_t getType() const override { in getType()
1165 type_t type() const { return mType; } in type()
1170 type_t mType;
1179 C2BufferData::type_t C2BufferData::type() const { return mImpl->type(); } in type()
/frameworks/av/media/codec2/core/include/
DC2Param.h875 enum type_t : uint32_t { enum
887 inline static constexpr type_t TypeFor() { in TypeFor()
894 inline static constexpr type_t typeFor() { in typeFor()
904 inline type_t type() const { return _mType; } in type()
925 static size_t SizeFor(type_t type) { in SizeFor()
939 type_t _mType;
952 template<> constexpr C2Value::type_t C2Value::TypeFor<char, false>() { return INT32; }
953 template<> constexpr C2Value::type_t C2Value::TypeFor<int32_t, false>() { return INT32; }
954 template<> constexpr C2Value::type_t C2Value::TypeFor<int64_t, false>() { return INT64; }
955 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
1696 enum type_t : uint32_t { enum
1704 type_t type; // image type
2127 enum type_t : uint32_t { enum
2139 type_t type() const;
/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.h955 typedef C2FieldDescriptor::type_t type_t; ///< field type
962 type_t type() const;
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp291 C2FieldDescriptor::type_t ReflectedParamUpdater::getTypeForKey( in getTypeForKey()
295 return C2FieldDescriptor::type_t(~0); in getTypeForKey()
408 C2FieldDescriptor::type_t fieldType = desc.fieldDesc->type(); in parseMessageAndDoWork()
531 C2FieldDescriptor::type_t fieldType = desc.fieldDesc->type(); in getParams()
566 size_t valueSize = C2Value::SizeFor((C2Value::type_t)fieldType); in getParams()
DReflectedParamUpdater.h184 C2FieldDescriptor::type_t getTypeForKey(const std::string &name) const;
/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp102 C2BufferData::type_t rawBufferType = C2BufferData::LINEAR; in BaseParams()
106 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);
268 using type_t=FD::type_t; typedef in C2ParamTest_FlexParamFieldList
274 constexpr static type_t FlexType =
282 std::is_same<T, C2SizeStruct>::value ? C2SizeStruct::TYPE : (type_t)0;
/frameworks/av/media/codec2/vndk/include/
DC2BqBufferPriv.h138 virtual type_t getType() const override;
/frameworks/av/services/audioflinger/
DThreads.h27 enum type_t { enum
39 static const char *threadTypeToString(type_t type);
42 type_t type, bool systemReady, bool isOut);
313 type_t type() const { return mType; } in type()
629 const type_t mType;
876 audio_io_handle_t id, type_t type, bool systemReady,
1447 type_t type = MIXER,
1580 audio_io_handle_t id, ThreadBase::type_t type, bool systemReady);
DEffects.h630 ThreadBase::type_t mThreadType;
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp243 C2FieldSupportedValuesQuery::type_t dType; in objcpy()
255 dType = static_cast<C2FieldSupportedValuesQuery::type_t>(s.type); in objcpy()
1172 enum type_t { enum
1176 type_t type;
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp249 case C2FieldSupportedValues::type_t::RANGE: { in getChannelCount()
259 case C2FieldSupportedValues::type_t::VALUES: { in getChannelCount()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp469 case C2FieldSupportedValues::type_t::RANGE: { in getMaxMinResolutionSupported()
478 case C2FieldSupportedValues::type_t::VALUES: { in getMaxMinResolutionSupported()
/frameworks/native/include/binder/
DParcel.h820 using type_t = T;
824 using first_template_type_t = typename first_template_type<T>::type_t;
/frameworks/native/libs/binder/include/binder/
DParcel.h820 using type_t = T;
824 using first_template_type_t = typename first_template_type<T>::type_t;

12