Searched defs:Type (Results 1 - 25 of 83) sorted by path

1234

/frameworks/av/include/media/
H A DMediaAnalyticsItem.h48 enum Type { enum in class:android::MediaAnalyticsItem
207 Type mType;
H A DMediaResource.h28 enum Type { enum in class:android::MediaResource
42 MediaResource(Type type, uint64_t value);
43 MediaResource(Type type, SubType subType, uint64_t value);
53 Type mType;
58 inline static const char *asString(MediaResource::Type i, const char *def = "??") {
H A DMetadata.h49 typedef int32_t Type; typedef in class:android::media::Metadata
50 typedef SortedVector<Type> Filter;
52 static const Type kAny = 0;
55 static const Type kPauseAvailable = 1; // Boolean
56 static const Type kSeekBackwardAvailable = 2; // Boolean
57 static const Type kSeekForwardAvailable = 3; // Boolean
58 static const Type kSeekAvailable = 4; // Boolean
61 static const Type kTitle = 5; // String
62 static const Type kComment = 6; // String
63 static const Type kCopyrigh
[all...]
H A DTypeConverter.h35 typedef uint32_t Type; typedef in struct:android::SampleRateTraits
36 typedef SortedVector<Type> Collection;
40 typedef audio_devices_t Type; typedef in struct:android::DeviceTraits
41 typedef Vector<Type> Collection;
47 typedef audio_output_flags_t Type; typedef in struct:android::OutputFlagTraits
48 typedef Vector<Type> Collection;
52 typedef audio_input_flags_t Type; typedef in struct:android::InputFlagTraits
53 typedef Vector<Type> Collection;
57 typedef audio_format_t Type; typedef in struct:android::FormatTraits
58 typedef Vector<Type> Collectio
62 typedef audio_channel_mask_t Type; typedef in struct:android::ChannelTraits
70 typedef audio_gain_mode_t Type; typedef in struct:android::GainModeTraits
75 typedef audio_stream_type_t Type; typedef in struct:android::StreamTraits
80 typedef audio_mode_t Type; typedef in struct:android::AudioModeTraits
85 typedef audio_usage_t Type; typedef in struct:android::UsageTraits
90 typedef audio_source_t Type; typedef in struct:android::SourceTraits
96 typedef T Type; typedef in struct:android::DefaultTraits
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h225 enum Type { enum in class:android::MetaData
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h169 enum Type { enum in struct:android::AMessage
184 const char *getEntryNameAt(size_t index, Type *type) const;
218 Type mType;
230 const Item *findItem(const char *name, Type type) const;
233 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
H A DLVDBE.h228 LVDBE_MemoryTypes_en Type; /* Region type */ member in struct:__anon215
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h128 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon242
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h156 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon271
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
H A DLVEQNB.h230 LVEQNB_MemoryTypes_en Type; /* Region type */ member in struct:__anon289
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h93 LVPSA_MemoryTypes_en Type; /* Region type */ member in struct:__anon309
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h186 LVCS_MemoryTypes_en Type; /* Region type */ member in struct:__anon323
/frameworks/av/media/libmedia/include/media/
H A DMediaResource.h28 enum Type { enum in class:android::MediaResource
42 MediaResource(Type type, uint64_t value);
43 MediaResource(Type type, SubType subType, uint64_t value);
53 Type mType;
58 inline static const char *asString(MediaResource::Type i, const char *def = "??") {
H A DMetadata.h49 typedef int32_t Type; typedef in class:android::media::Metadata
50 typedef SortedVector<Type> Filter;
52 static const Type kAny = 0;
55 static const Type kPauseAvailable = 1; // Boolean
56 static const Type kSeekBackwardAvailable = 2; // Boolean
57 static const Type kSeekForwardAvailable = 3; // Boolean
58 static const Type kSeekAvailable = 4; // Boolean
61 static const Type kTitle = 5; // String
62 static const Type kComment = 6; // String
63 static const Type kCopyrigh
[all...]
H A DTypeConverter.h35 typedef uint32_t Type; typedef in struct:android::SampleRateTraits
36 typedef SortedVector<Type> Collection;
40 typedef audio_devices_t Type; typedef in struct:android::DeviceTraits
41 typedef Vector<Type> Collection;
47 typedef audio_output_flags_t Type; typedef in struct:android::OutputFlagTraits
48 typedef Vector<Type> Collection;
52 typedef audio_input_flags_t Type; typedef in struct:android::InputFlagTraits
53 typedef Vector<Type> Collection;
57 typedef audio_format_t Type; typedef in struct:android::FormatTraits
58 typedef Vector<Type> Collectio
62 typedef audio_channel_mask_t Type; typedef in struct:android::ChannelTraits
70 typedef audio_gain_mode_t Type; typedef in struct:android::GainModeTraits
75 typedef audio_stream_type_t Type; typedef in struct:android::StreamTraits
80 typedef audio_mode_t Type; typedef in struct:android::AudioModeTraits
85 typedef audio_usage_t Type; typedef in struct:android::UsageTraits
90 typedef audio_source_t Type; typedef in struct:android::SourceTraits
96 typedef T Type; typedef in struct:android::DefaultTraits
[all...]
/frameworks/av/media/libmediametrics/include/
H A DMediaAnalyticsItem.h48 enum Type { enum in class:android::MediaAnalyticsItem
207 Type mType;
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Component.h521 enum Type { enum in class:android::C2AllocatorStore
540 virtual status_t createAllocator(Type type, std::shared_ptr<C2Allocator>* const allocator) = 0;
H A DC2Param.h189 struct Type : public BaseIndex { struct in inherits:BaseIndex
217 inline Type(uint32_t index) : BaseIndex(index) { } function in struct:Type
220 inline Type(uint64_t index) = delete;
250 struct Index : public Type {
255 inline Index(uint32_t index) : Type(index) { }
274 // there is no Type::isValid (even though some of this check could be
405 const C2Param* o, size_t size, Type type, size_t flexSize = 0, bool checkDir = true) {
413 return ((o->_mIndex.type() ^ type.mIndex) & ~Type::kDirMask) ? nullptr : o;
470 enum : uint32_t { indexFlags = Type::kTypeSetting };
481 enum : uint32_t { indexFlags = Type
[all...]
/frameworks/av/media/libstagefright/foundation/include/
H A DMetaData.h225 enum Type { enum in class:android::MetaData
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAMessage.h169 enum Type { enum in struct:android::AMessage
184 const char *getEntryNameAt(size_t index, Type *type) const;
218 Type mType;
230 const Item *findItem(const char *name, Type type) const;
233 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp34 enum Type { enum in struct:android::M3UParser::MediaGroup
49 explicit MediaGroup(Type type);
51 Type type() const;
80 Type mType;
88 M3UParser::MediaGroup::MediaGroup(Type type)
96 M3UParser::MediaGroup::Type M3UParser::MediaGroup::type() const {
381 MediaGroup::Type groupType;
1026 MediaGroup::Type groupType = MediaGroup::TYPE_AUDIO;
/frameworks/av/media/libstagefright/include/
H A DMetaData.h225 enum Type { enum in class:android::MetaData
/frameworks/av/media/libstagefright/include/foundation/
H A DAMessage.h169 enum Type { enum in struct:android::AMessage
184 const char *getEntryNameAt(size_t index, Type *type) const;
218 Type mType;
230 const Item *findItem(const char *name, Type type) const;
233 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp139 enum Type { enum in struct:android::MatroskaSource
147 Type mType;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DTypeConverter.h28 typedef device_category Type; typedef in struct:android::DeviceCategoryTraits
29 typedef Vector<Type> Collection;
33 typedef int32_t Type; typedef in struct:android::MixTypeTraits
34 typedef Vector<Type> Collection;
38 typedef uint32_t Type; typedef in struct:android::RouteFlagTraits
39 typedef Vector<Type> Collection;
43 typedef uint32_t Type; typedef in struct:android::RuleTraits
44 typedef Vector<Type> Collection;

Completed in 235 milliseconds

1234