Searched defs:mType (Results 1 - 25 of 110) sorted by path

12345

/frameworks/av/include/media/stagefright/
H A DMetaData.h251 uint32_t mType; member in struct:android::MetaData::typed_data
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h141 Type mType; member in struct:android::AMessage::Item
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h56 uint16_t mType; member in class:android::img_utils::TiffEntryImpl
66 : mTag(tag), mType(static_cast<uint16_t>(type)), mCount(count), mEnd(end) {
87 return static_cast<TagType>(mType);
127 BAIL_ON_FAIL(out->write(&mType, 0, 1), ret);
187 BAIL_ON_FAIL(out->write(&mType, 0, 1), ret);
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h118 ShelfType mType; member in class:android::AudioShelvingFilter
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp34 : mType(type), mData1(data1), mData2(data2) {
38 *channel = (mData1 >= 0x18 ? 1 : 0) + (mType ? 2 : 0);
44 uint8_t mType; member in struct:android::CCData
70 sprintf(tmp, "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2);
74 sprintf(tmp, "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2);
78 sprintf(tmp, "[%d]Spanish: %02x %02x", cc->mType, cc->mData1, cc->mData2);
82 sprintf(tmp, "[%d]German: %02x %02x", cc->mType, cc->mData1, cc->mData2);
86 sprintf(tmp, "[%d]Mid-row: %02x %02x", cc->mType, cc->mData1, cc->mData2);
93 sprintf(tmp, "[%d]Ctrl: %02x %02x", cc->mType, cc->mData1, cc->mData2);
98 sprintf(tmp, "[%d]PAC: %02x %02x", cc->mType, c
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h132 const char *mType; member in struct:android::LiveSession::StreamItem
138 : mType(""),
143 : mType(type),
148 AString key(mType);
H A DM3UParser.cpp80 Type mType; member in struct:android::M3UParser::MediaGroup
89 : mType(type),
97 return mType;
125 switch (mType) {
164 if (mType != TYPE_SUBS && mType != TYPE_AUDIO) {
204 if (mType == TYPE_AUDIO) {
206 } else if (mType == TYPE_VIDEO) {
208 } else if (mType == TYPE_SUBS) {
219 if (mType
[all...]
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp143 Type mType; member in struct:android::MatroskaSource
210 mType(OTHER),
224 mType = AVC;
237 mType = AAC;
594 if (mType != AVC) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp241 unsigned mType; member in struct:android::StreamInfo
332 info.mType = streamType;
348 if (index >= 0 && mStreams.editValueAt(index)->type() != info.mType) {
368 ALOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType);
385 info1.mPID == s1->pid() && info1.mType == s2->type()
386 && info2.mPID == s2->pid() && info2.mType == s1->type();
389 info1.mPID == s2->pid() && info1.mType == s1->type()
390 && info2.mPID == s1->pid() && info2.mType == s2->type();
419 this, info.mPID, info.mType, PCR_PID);
/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.h26 const int mType; member in struct:android::WebmFrame
H A DWebmFrameThread.h104 const int mType; member in class:android::WebmFrameSourceThread
H A DWebmWriter.h85 int mType; member in struct:android::WebmWriter::WebmStream
95 : mType(kInvalidType),
101 : mType(type),
107 mType = other.mType;
/frameworks/av/media/mtp/
H A DMtpProperty.h46 MtpDataType mType; member in class:android::MtpProperty
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h284 : mType(type), mTriggerSession(triggerSession), mListenerSession(listenerSession),
293 AudioSystem::sync_event_t type() const { return mType; }
299 const AudioSystem::sync_event_t mType; member in class:android::AudioFlinger::SyncEvent
H A DEffects.h343 effect_uuid_t mType; member in class:EffectChain::SuspendedEffectDesc
H A DThreads.h88 const int mType; // event type e.g. CFG_EVENT_IO member in class:ThreadBase::ConfigEvent
96 ConfigEvent(int type) : mType(type), mStatus(NO_ERROR), mWaitStatus(false), mData(NULL) {}
231 type_t type() const { return mType; }
369 effect_uuid_t mType; // effect type UUID member in class:ThreadBase::SuspendedSessionDesc
395 const type_t mType; member in class:ThreadBase
713 bool usesHwAvSync() const { return (mType == DIRECT) && (mOutput != NULL) &&
H A DTrackBase.h86 bool isTimedTrack() const { return (mType == TYPE_TIMED); }
87 bool isOutputTrack() const { return (mType == TYPE_OUTPUT); }
88 bool isPatchTrack() const { return (mType == TYPE_PATCH); }
168 track_type mType; // must be one of TYPE_DEFAULT, TYPE_OUTPUT, TYPE_PATCH ... member in class:TrackBase
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h291 audio_port_type_t mType; member in class:android::AudioPolicyManager::AudioPort
H A DAudioPolicyService.h311 ToneGenerator::tone_type mType; // tone type (START_TONE only) member in class:android::AudioPolicyService::AudioCommandThread::ToneData
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h80 sound_trigger_sound_model_type_t mType; member in class:android::SoundTriggerHwService::Model
95 event_type mType; member in class:android::SoundTriggerHwService::CallbackEvent
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java101 private final int mType; /* one of TYPE_RFCOMM etc */ field in class:BluetoothSocket
155 mType = type;
176 mType = s.mType;
303 mPfd = bluetoothProxy.connectSocket(mDevice, mType,
345 mPfd = bluetoothProxy.createSocketChannel(mType, mServiceName,
/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java30 private int mType; field in class:ResultStorageDescriptor
35 return mType;
54 mType = type;
66 dest.writeInt(mType);
76 mType = in.readInt();
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java236 final int mType; field in class:BroadcastReceiver.PendingResult
254 mType = type;
366 if (mType == TYPE_COMPONENT) {
391 } else if (mOrderedHint && mType != TYPE_UNREGISTERED) {
H A DContentProviderOperation.java41 private final int mType; field in class:ContentProviderOperation
58 mType = builder.mType;
70 mType = source.readInt();
93 mType = cpo.mType;
117 dest.writeInt(mType);
208 return mType;
212 return mType == TYPE_DELETE || mType
427 private final int mType; field in class:ContentProviderOperation.Builder
[all...]
H A DIntent.java4037 private String mType; field in class:Intent
4062 this.mType = o.mType;
4092 this.mType = o.mType;
4376 intent.mType = value;
4562 intent.mType = uri.substring(i, j);
4745 return mType;
4778 if (mType != null) {
4779 return mType;
[all...]

Completed in 1582 milliseconds

12345