/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 335 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 …]
|
D | C2Debug.cpp | 51 const char *asString(C2FieldDescriptor::type_t i, const char *def) { in asString() 241 C2FieldSupportedValues::type_t _mType;
|
/frameworks/av/media/codec2/core/include/ |
D | C2Param.h | 866 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 …]
|
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 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;
|
D | C2Config.h | 979 typedef C2StreamParam<C2Setting, C2SimpleValueStruct<C2EasyEnum<C2BufferData::type_t>>,
|
/frameworks/av/media/codec2/vndk/internal/ |
D | C2BlockInternal.h | 40 enum type_t : int { enum 45 virtual type_t getType() const = 0;
|
/frameworks/av/media/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;
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Interface.cpp | 94 C2BufferData::type_t rawBufferType = C2BufferData::LINEAR; in BaseParams() 98 C2BufferData::type_t codedBufferType = C2BufferData::LINEAR; in BaseParams()
|
/frameworks/av/media/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;
|
/frameworks/av/services/audioflinger/ |
D | Threads.h | 27 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);
|
D | Threads.cpp | 474 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/ |
D | ReflectedParamUpdater.cpp | 394 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()
|
D | CCodec.cpp | 2054 C2Allocator::type_t type, in GetCommonAllocatorIds()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Config.cpp | 253 DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(C2BufferData::type_t, ({
|
D | C2Buffer.cpp | 352 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/ |
D | types.cpp | 242 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/ |
D | C2BqBuffer.cpp | 72 virtual type_t getType() const override { in getType()
|