Home
last modified time | relevance | path

Searched refs:mStreamType (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreDeflate.cpp60 , mStreamType(ZLib) in DeflateStream()
73 , mStreamType(ZLib) in DeflateStream()
86 , mStreamType(streamType) in DeflateStream()
123 mStreamType = Invalid; in init()
126 if (mStreamType != Invalid) in init()
143 if (mStreamType == Invalid) in init()
205 if (mStreamType == Invalid) in read()
351 if (mStreamType == Invalid) in skip()
389 if (mStreamType == Invalid) in seek()
418 if (mStreamType == Invalid) in tell()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp91 mStreamType = MP3; in WMFAudioMFTManager()
93 mStreamType = AAC; in WMFAudioMFTManager()
98 mStreamType = Unknown; in WMFAudioMFTManager()
107 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
108 switch (mStreamType) { in GetMFTGUID()
119 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
120 switch (mStreamType) { in GetMediaSubtypeGUID()
131 NS_ENSURE_TRUE(mStreamType != Unknown, false); in Init()
156 if (mStreamType == AAC) { in Init()
339 if (mStreamType != AAC) { in IsPartialOutput()
H A DWMFVideoMFTManager.h46 return mStreamType == H264 in NeedsConversion()
100 StreamType mStreamType; variable
104 switch (mStreamType) { in StreamTypeString()
112 MOZ_ASSERT(mStreamType == StreamType::Unknown); in StreamTypeString()
H A DWMFVideoMFTManager.cpp135 mStreamType = H264; in WMFVideoMFTManager()
137 mStreamType = VP8; in WMFVideoMFTManager()
139 mStreamType = VP9; in WMFVideoMFTManager()
141 mStreamType = Unknown; in WMFVideoMFTManager()
157 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
158 switch (mStreamType) { in GetMFTGUID()
171 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
172 switch (mStreamType) { in GetMediaSubtypeGUID()
228 if (mStreamType != H264 || in ValidateVideoInfo()
339 if (mStreamType == VP9 || mStreamType == VP8) { in InitInternal()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp91 mStreamType = MP3; in WMFAudioMFTManager()
93 mStreamType = AAC; in WMFAudioMFTManager()
98 mStreamType = Unknown; in WMFAudioMFTManager()
107 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
108 switch (mStreamType) { in GetMFTGUID()
119 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
120 switch (mStreamType) { in GetMediaSubtypeGUID()
131 NS_ENSURE_TRUE(mStreamType != Unknown, false); in Init()
156 if (mStreamType == AAC) { in Init()
339 if (mStreamType != AAC) { in IsPartialOutput()
H A DWMFVideoMFTManager.h46 return mStreamType == H264 in NeedsConversion()
100 StreamType mStreamType; variable
104 switch (mStreamType) { in StreamTypeString()
112 MOZ_ASSERT(mStreamType == StreamType::Unknown); in StreamTypeString()
H A DWMFVideoMFTManager.cpp135 mStreamType = H264; in WMFVideoMFTManager()
137 mStreamType = VP8; in WMFVideoMFTManager()
139 mStreamType = VP9; in WMFVideoMFTManager()
141 mStreamType = Unknown; in WMFVideoMFTManager()
157 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
158 switch (mStreamType) { in GetMFTGUID()
171 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
172 switch (mStreamType) { in GetMediaSubtypeGUID()
228 if (mStreamType != H264 || in ValidateVideoInfo()
339 if (mStreamType == VP9 || mStreamType == VP8) { in InitInternal()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp91 mStreamType = MP3; in WMFAudioMFTManager()
93 mStreamType = AAC; in WMFAudioMFTManager()
98 mStreamType = Unknown; in WMFAudioMFTManager()
107 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
108 switch (mStreamType) { in GetMFTGUID()
119 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
120 switch (mStreamType) { in GetMediaSubtypeGUID()
131 NS_ENSURE_TRUE(mStreamType != Unknown, false); in Init()
156 if (mStreamType == AAC) { in Init()
339 if (mStreamType != AAC) { in IsPartialOutput()
H A DWMFVideoMFTManager.h46 return mStreamType == H264 in NeedsConversion()
100 StreamType mStreamType; variable
104 switch (mStreamType) { in StreamTypeString()
112 MOZ_ASSERT(mStreamType == StreamType::Unknown); in StreamTypeString()
H A DWMFVideoMFTManager.cpp135 mStreamType = H264; in WMFVideoMFTManager()
137 mStreamType = VP8; in WMFVideoMFTManager()
139 mStreamType = VP9; in WMFVideoMFTManager()
141 mStreamType = Unknown; in WMFVideoMFTManager()
157 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
158 switch (mStreamType) { in GetMFTGUID()
171 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
172 switch (mStreamType) { in GetMediaSubtypeGUID()
228 if (mStreamType != H264 || in ValidateVideoInfo()
339 if (mStreamType == VP9 || mStreamType == VP8) { in InitInternal()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cma/backend/android/java/src/org/chromium/chromecast/cma/backend/android/
H A DVolumeControl.java47 mStreamType = streamType; in Settings()
48 mMaxVolumeIndexAsFloat = (float) mAudioManager.getStreamMaxVolume(mStreamType); in Settings()
49 mMinVolumeIndex = getStreamMinVolume(mAudioManager, mStreamType); in Settings()
71 mAudioManager.setStreamVolume(mStreamType, volumeIndex, 0); in setVolumeLevel()
78 mVolumeIndexAsFloat = (float) mAudioManager.getStreamVolume(mStreamType); in refreshVolume()
96 mAudioManager.adjustStreamVolume(mStreamType, direction, flag); in setMuted()
98 mAudioManager.setStreamMute(mStreamType, muted); in setMuted()
106 mIsMuted = mAudioManager.isStreamMute(mStreamType); in refreshMuteState()
111 private final int mStreamType; field in VolumeControl.Settings
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp91 mStreamType = MP3; in WMFAudioMFTManager()
93 mStreamType = AAC; in WMFAudioMFTManager()
98 mStreamType = Unknown; in WMFAudioMFTManager()
107 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
108 switch (mStreamType) { in GetMFTGUID()
119 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
120 switch (mStreamType) { in GetMediaSubtypeGUID()
131 NS_ENSURE_TRUE(mStreamType != Unknown, false); in Init()
156 if (mStreamType == AAC) { in Init()
H A DWMFVideoMFTManager.cpp158 mStreamType = H264; in WMFVideoMFTManager()
160 mStreamType = VP8; in WMFVideoMFTManager()
162 mStreamType = VP9; in WMFVideoMFTManager()
164 mStreamType = Unknown; in WMFVideoMFTManager()
184 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
185 switch (mStreamType) { in GetMFTGUID()
198 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
199 switch (mStreamType) { in GetMediaSubtypeGUID()
498 if (mStreamType != H264 || in ValidateVideoInfo()
609 if (mStreamType == VP9 || mStreamType == VP8) { in InitInternal()
[all …]
H A DWMFVideoMFTManager.h46 return mStreamType == H264 in NeedsConversion()
89 StreamType mStreamType; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp87 mStreamType = MP3; in WMFAudioMFTManager()
89 mStreamType = AAC; in WMFAudioMFTManager()
94 mStreamType = Unknown; in WMFAudioMFTManager()
103 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
104 switch (mStreamType) { in GetMFTGUID()
115 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
116 switch (mStreamType) { in GetMediaSubtypeGUID()
127 NS_ENSURE_TRUE(mStreamType != Unknown, false); in Init()
152 if (mStreamType == AAC) { in Init()
H A DWMFVideoMFTManager.cpp172 mStreamType = H264; in WMFVideoMFTManager()
174 mStreamType = VP8; in WMFVideoMFTManager()
176 mStreamType = VP9; in WMFVideoMFTManager()
178 mStreamType = Unknown; in WMFVideoMFTManager()
213 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
214 switch (mStreamType) { in GetMFTGUID()
227 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
228 switch (mStreamType) { in GetMediaSubtypeGUID()
554 MOZ_ASSERT(mStreamType == VP9); in LoadAMDVP9Decoder()
681 if (mStreamType == VP9 || mStreamType == VP8) { in InitInternal()
[all …]
H A DWMFVideoMFTManager.h57 return mStreamType == H264 in NeedsConversion()
103 StreamType mStreamType; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp94 mStreamType = MP3; in WMFAudioMFTManager()
96 mStreamType = AAC; in WMFAudioMFTManager()
102 mStreamType = Unknown; in WMFAudioMFTManager()
114 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
115 switch (mStreamType) { in GetMFTGUID()
125 MOZ_ASSERT(mStreamType != Unknown); in GetMediaSubtypeGUID()
126 switch (mStreamType) { in GetMediaSubtypeGUID()
136 NS_ENSURE_TRUE(mStreamType != Unknown, false); in Init()
161 if (mStreamType == AAC) { in Init()
H A DWMFVideoMFTManager.cpp103 mStreamType = H264; in WMFVideoMFTManager()
105 mStreamType = VP8; in WMFVideoMFTManager()
107 mStreamType = VP9; in WMFVideoMFTManager()
109 mStreamType = Unknown; in WMFVideoMFTManager()
139 MOZ_ASSERT(mStreamType != Unknown); in GetMFTGUID()
140 switch (mStreamType) { in GetMFTGUID()
152 switch (mStreamType) { in GetMediaSubtypeGUID()
429 if (mStreamType == H264 && in ValidateVideoInfo()
511 if (mStreamType == VP9 || mStreamType == VP8) { in InitInternal()
545 if (mStreamType == VP9 || mStreamType == VP8) { in SetDecoderMediaTypes()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsNPAPIPluginStreamListener.cpp141 , mStreamType(NP_NORMAL) in NS_IMPL_ISUPPORTS()
212 if (NP_SEEK == mStreamType && mStreamState == eStreamTypeSet) in CleanUpStream()
352 mStreamType = NP_NORMAL; in SetStreamType()
355 mStreamType = NP_ASFILEONLY; in SetStreamType()
358 mStreamType = NP_ASFILE; in SetStreamType()
361 mStreamType = NP_SEEK; in SetStreamType()
371 mStreamType = nsPluginStreamListenerPeer::STREAM_TYPE_UNKNOWN; in SetStreamType()
382 mStreamListenerPeer->OnStreamTypeSet(mStreamType); in SetStreamType()
810 if (mStreamType != NP_SEEK || in OnStopBinding()
811 (NP_SEEK == mStreamType && NS_BINDING_ABORTED == status)) { in OnStopBinding()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/system/gonk/
H A DAudioManager.cpp163 int32_t mStreamType; member
301 int32_t stream = gVolumeData[idx].mStreamType; in Handle()
1083 int32_t streamType = gVolumeData[idx].mStreamType; in SetPhoneState()
1100 int32_t streamType = gVolumeData[idx].mStreamType; in SetPhoneState()
1127 int32_t streamType = gVolumeData[idx].mStreamType; in SetPhoneState()
1216 , mStreamType(aStreamType) in SetPhoneState()
1264 return sMaxStreamVolumeTbl[mStreamType]; in SetPhoneState()
1270 return sDefaultStreamVolumeTbl[mStreamType]; in SetPhoneState()
1332 if ((streamType != mStreamType) && in SetPhoneState()
1381 static_cast<audio_stream_type_t>(mStreamType), in SetPhoneState()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreDeflate.h85 StreamType mStreamType; variable
132 bool isCompressedStreamValid() const { return mStreamType != Invalid; } in isCompressedStreamValid()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/apple/
H A DAppleVTDecoder.cpp48 mStreamType(MP4Decoder::IsH264(aConfig.mMimeType) ? StreamType::H264
55 mStreamType != StreamType::H264 ||
77 MOZ_ASSERT(mStreamType != StreamType::Unknown);
80 mDisplayHeight, mStreamType == StreamType::H264 ? "H.264" : "VP9");
497 mStreamType == StreamType::H264 in InitializeSession()
545 atomsKey[0] = mStreamType == StreamType::H264 ? CFSTR("avcC") : CFSTR("vpcC"); in CreateDecoderExtensions()
/dports/www/firefox/firefox-99.0/dom/media/platforms/apple/
H A DAppleVTDecoder.cpp49 mStreamType(MP4Decoder::IsH264(aConfig.mMimeType) ? StreamType::H264
56 mStreamType != StreamType::H264 ||
80 MOZ_ASSERT(mStreamType != StreamType::Unknown);
83 mDisplayHeight, mStreamType == StreamType::H264 ? "H.264" : "VP9");
525 mStreamType == StreamType::H264 in InitializeSession()
578 atomsKey[0] = mStreamType == StreamType::H264 ? CFSTR("avcC") : CFSTR("vpcC"); in CreateDecoderExtensions()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/apple/
H A DAppleVTDecoder.cpp48 mStreamType(MP4Decoder::IsH264(aConfig.mMimeType) ? StreamType::H264
55 mStreamType != StreamType::H264 ||
77 MOZ_ASSERT(mStreamType != StreamType::Unknown);
80 mDisplayHeight, mStreamType == StreamType::H264 ? "H.264" : "VP9");
497 mStreamType == StreamType::H264 in InitializeSession()
545 atomsKey[0] = mStreamType == StreamType::H264 ? CFSTR("avcC") : CFSTR("vpcC"); in CreateDecoderExtensions()

12