Home
last modified time | relevance | path

Searched refs:maxVol (Results 1 – 25 of 103) sorted by relevance

12345

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dvoe_volume_control_impl.cc56 uint32_t maxVol(0); in SetSpeakerVolume() local
60 if (_shared->audio_device()->MaxSpeakerVolume(&maxVol) != 0) { in SetSpeakerVolume()
86 uint32_t maxVol(0); in GetSpeakerVolume() local
95 if (_shared->audio_device()->MaxSpeakerVolume(&maxVol) != 0) { in GetSpeakerVolume()
103 (uint32_t)((spkrVol * kMaxVolumeLevel + (int)(maxVol / 2)) / (maxVol)); in GetSpeakerVolume()
122 uint32_t maxVol(0); in SetMicVolume() local
126 if (_shared->audio_device()->MaxMicrophoneVolume(&maxVol) != 0) { in SetMicVolume()
143 if (micVol >= maxVol) in SetMicVolume()
167 uint32_t maxVol(0); in GetMicVolume() local
181 if (micVol < maxVol) { in GetMicVolume()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/
H A Dvoe_volume_control_impl.cc70 uint32_t maxVol(0); in SetSpeakerVolume() local
74 if (_shared->audio_device()->MaxSpeakerVolume(&maxVol) != 0) in SetSpeakerVolume()
81 spkrVol = (uint32_t)((volume * maxVol + in SetSpeakerVolume()
106 uint32_t maxVol(0); in GetSpeakerVolume() local
124 (int)(maxVol / 2)) / (maxVol)); in GetSpeakerVolume()
149 uint32_t maxVol(0); in SetMicVolume() local
171 if (micVol >= maxVol) in SetMicVolume()
176 micVol = (uint32_t) ((volume * maxVol + in SetMicVolume()
201 uint32_t maxVol(0); in GetMicVolume() local
217 if (micVol < maxVol) { in GetMicVolume()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/models/
H A Dcalibrationhelper.cpp44 Volatility maxVol) const { in impliedVolatility()
49 return solver.solve(f,accuracy,volatility_->value(),minVol,maxVol); in impliedVolatility()
65 Real maxVol = volatilityType_ == ShiftedLognormal ? 10.0 : 0.50; in calibrationError() local
67 const Real upperPrice = blackPrice(maxVol); in calibrationError()
74 implied = maxVol; in calibrationError()
77 modelPrice, 1e-12, 5000, minVol, maxVol); in calibrationError()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc350 long int maxVol(0); in MaxSpeakerVolume() local
353 _outputMixerElement, &minVol, &maxVol); in MaxSpeakerVolume()
356 << ", max: " << maxVol; in MaxSpeakerVolume()
358 if (maxVol <= minVol) { in MaxSpeakerVolume()
363 maxVolume = static_cast<uint32_t>(maxVol); in MaxSpeakerVolume()
376 long int maxVol(0); in MinSpeakerVolume() local
384 if (maxVol <= minVol) { in MinSpeakerVolume()
788 long int maxVol(0); in MaxMicrophoneVolume() local
801 if (maxVol <= minVol) { in MaxMicrophoneVolume()
819 long int maxVol(0); in MinMicrophoneVolume() local
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc356 long int maxVol(0); in MaxSpeakerVolume() local
359 _outputMixerElement, &minVol, &maxVol); in MaxSpeakerVolume()
362 << ", max: " << maxVol; in MaxSpeakerVolume()
364 if (maxVol <= minVol) { in MaxSpeakerVolume()
369 maxVolume = static_cast<uint32_t>(maxVol); in MaxSpeakerVolume()
382 long int maxVol(0); in MinSpeakerVolume() local
390 if (maxVol <= minVol) { in MinSpeakerVolume()
794 long int maxVol(0); in MaxMicrophoneVolume() local
807 if (maxVol <= minVol) { in MaxMicrophoneVolume()
825 long int maxVol(0); in MinMicrophoneVolume() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc356 long int maxVol(0); in MaxSpeakerVolume() local
359 _outputMixerElement, &minVol, &maxVol); in MaxSpeakerVolume()
362 << ", max: " << maxVol; in MaxSpeakerVolume()
364 if (maxVol <= minVol) { in MaxSpeakerVolume()
369 maxVolume = static_cast<uint32_t>(maxVol); in MaxSpeakerVolume()
382 long int maxVol(0); in MinSpeakerVolume() local
390 if (maxVol <= minVol) { in MinSpeakerVolume()
794 long int maxVol(0); in MaxMicrophoneVolume() local
807 if (maxVol <= minVol) { in MaxMicrophoneVolume()
825 long int maxVol(0); in MinMicrophoneVolume() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc356 long int maxVol(0); in MaxSpeakerVolume() local
359 _outputMixerElement, &minVol, &maxVol); in MaxSpeakerVolume()
362 << ", max: " << maxVol; in MaxSpeakerVolume()
364 if (maxVol <= minVol) { in MaxSpeakerVolume()
369 maxVolume = static_cast<uint32_t>(maxVol); in MaxSpeakerVolume()
382 long int maxVol(0); in MinSpeakerVolume() local
390 if (maxVol <= minVol) { in MinSpeakerVolume()
794 long int maxVol(0); in MaxMicrophoneVolume() local
807 if (maxVol <= minVol) { in MaxMicrophoneVolume()
825 long int maxVol(0); in MinMicrophoneVolume() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc349 long int maxVol(0); in MaxSpeakerVolume() local
352 _outputMixerElement, &minVol, &maxVol); in MaxSpeakerVolume()
355 << ", max: " << maxVol; in MaxSpeakerVolume()
357 if (maxVol <= minVol) { in MaxSpeakerVolume()
362 maxVolume = static_cast<uint32_t>(maxVol); in MaxSpeakerVolume()
375 long int maxVol(0); in MinSpeakerVolume() local
383 if (maxVol <= minVol) { in MinSpeakerVolume()
787 long int maxVol(0); in MaxMicrophoneVolume() local
800 if (maxVol <= minVol) { in MaxMicrophoneVolume()
818 long int maxVol(0); in MinMicrophoneVolume() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc349 long int maxVol(0); in MaxSpeakerVolume() local
352 _outputMixerElement, &minVol, &maxVol); in MaxSpeakerVolume()
355 << ", max: " << maxVol; in MaxSpeakerVolume()
357 if (maxVol <= minVol) { in MaxSpeakerVolume()
362 maxVolume = static_cast<uint32_t>(maxVol); in MaxSpeakerVolume()
375 long int maxVol(0); in MinSpeakerVolume() local
383 if (maxVol <= minVol) { in MinSpeakerVolume()
787 long int maxVol(0); in MaxMicrophoneVolume() local
800 if (maxVol <= minVol) { in MaxMicrophoneVolume()
818 long int maxVol(0); in MinMicrophoneVolume() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc349 long int maxVol(0); in MaxSpeakerVolume() local
352 _outputMixerElement, &minVol, &maxVol); in MaxSpeakerVolume()
355 << ", max: " << maxVol; in MaxSpeakerVolume()
357 if (maxVol <= minVol) { in MaxSpeakerVolume()
362 maxVolume = static_cast<uint32_t>(maxVol); in MaxSpeakerVolume()
375 long int maxVol(0); in MinSpeakerVolume() local
383 if (maxVol <= minVol) { in MinSpeakerVolume()
787 long int maxVol(0); in MaxMicrophoneVolume() local
800 if (maxVol <= minVol) { in MaxMicrophoneVolume()
818 long int maxVol(0); in MinMicrophoneVolume() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc450 long int maxVol(0); in MaxSpeakerVolume() local
458 minVol, maxVol); in MaxSpeakerVolume()
460 if (maxVol <= minVol) in MaxSpeakerVolume()
484 long int maxVol(0); in MinSpeakerVolume() local
492 minVol, maxVol); in MinSpeakerVolume()
494 if (maxVol <= minVol) in MinSpeakerVolume()
1062 long int maxVol(0); in MaxMicrophoneVolume() local
1078 minVol, maxVol); in MaxMicrophoneVolume()
1079 if (maxVol <= minVol) in MaxMicrophoneVolume()
1103 long int maxVol(0); in MinMicrophoneVolume() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc450 long int maxVol(0); in MaxSpeakerVolume() local
458 minVol, maxVol); in MaxSpeakerVolume()
460 if (maxVol <= minVol) in MaxSpeakerVolume()
484 long int maxVol(0); in MinSpeakerVolume() local
492 minVol, maxVol); in MinSpeakerVolume()
494 if (maxVol <= minVol) in MinSpeakerVolume()
1062 long int maxVol(0); in MaxMicrophoneVolume() local
1078 minVol, maxVol); in MaxMicrophoneVolume()
1079 if (maxVol <= minVol) in MaxMicrophoneVolume()
1103 long int maxVol(0); in MinMicrophoneVolume() local
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/
H A Dimpliedvolatility.cpp70 Volatility maxVol) { in calculate() argument
78 Volatility guess = (minVol+maxVol)/2.0; in calculate()
80 minVol, maxVol); in calculate()
H A Dvanillaoption.cpp43 Volatility maxVol) const { in impliedVolatility()
72 minVol, maxVol); in impliedVolatility()
H A Ddividendvanillaoption.cpp46 Volatility maxVol) const { in impliedVolatility()
77 minVol, maxVol); in impliedVolatility()
H A Dbarrieroption.cpp58 Volatility maxVol) const { in impliedVolatility()
87 minVol, maxVol); in impliedVolatility()
/dports/audio/mous/mous-2.0.1/plugins/coreaudio/
H A DCoreAudioRenderer.cc28 int maxVol = 0; in Open() local
29 op_mixer_ops.open(&maxVol); in Open()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/barrieroption/
H A Ddoublebarrieroption.cpp59 Volatility maxVol) const { in impliedVolatility()
88 minVol, maxVol); in impliedVolatility()
/dports/devel/bullet/bullet3-3.21/Extras/VHACD/src/
H A DvhacdVolume.cpp1335 maxVol = v; in AddClippedTetrahedra()
1344 maxVol = -v; in AddClippedTetrahedra()
1358 maxVol = 0.0; in AddClippedTetrahedra()
1372 maxVol = v; in AddClippedTetrahedra()
1398 maxVol = v; in AddClippedTetrahedra()
1407 maxVol = -v; in AddClippedTetrahedra()
1426 maxVol = 0.0; in AddClippedTetrahedra()
1437 maxVol = v; in AddClippedTetrahedra()
1448 maxVol = 0.0; in AddClippedTetrahedra()
1464 maxVol = v; in AddClippedTetrahedra()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DvhacdVolume.cpp1203 double maxVol = 0.0; in AddClippedTetrahedra() local
1215 maxVol = v; in AddClippedTetrahedra()
1223 maxVol = -v; in AddClippedTetrahedra()
1235 maxVol = 0.0; in AddClippedTetrahedra()
1247 maxVol = v; in AddClippedTetrahedra()
1262 double maxVol = 0.0; in AddClippedTetrahedra() local
1274 maxVol = v; in AddClippedTetrahedra()
1299 maxVol = 0.0; in AddClippedTetrahedra()
1308 maxVol = v; in AddClippedTetrahedra()
1317 maxVol = 0.0; in AddClippedTetrahedra()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DvhacdVolume.cpp1203 double maxVol = 0.0; in AddClippedTetrahedra() local
1215 maxVol = v; in AddClippedTetrahedra()
1223 maxVol = -v; in AddClippedTetrahedra()
1235 maxVol = 0.0; in AddClippedTetrahedra()
1247 maxVol = v; in AddClippedTetrahedra()
1262 double maxVol = 0.0; in AddClippedTetrahedra() local
1274 maxVol = v; in AddClippedTetrahedra()
1299 maxVol = 0.0; in AddClippedTetrahedra()
1308 maxVol = v; in AddClippedTetrahedra()
1317 maxVol = 0.0; in AddClippedTetrahedra()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/Extras/VHACD/src/
H A DvhacdVolume.cpp1335 maxVol = v; in AddClippedTetrahedra()
1344 maxVol = -v; in AddClippedTetrahedra()
1358 maxVol = 0.0; in AddClippedTetrahedra()
1372 maxVol = v; in AddClippedTetrahedra()
1398 maxVol = v; in AddClippedTetrahedra()
1407 maxVol = -v; in AddClippedTetrahedra()
1426 maxVol = 0.0; in AddClippedTetrahedra()
1437 maxVol = v; in AddClippedTetrahedra()
1448 maxVol = 0.0; in AddClippedTetrahedra()
1464 maxVol = v; in AddClippedTetrahedra()
[all …]
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Output/directsound/
H A Doutputdirectsound.cpp345 int maxVol = qMax(vol.left, vol.right); in setVolume() local
347 if(maxVol) in setVolume()
349 voldB = 20.0*log(maxVol/100.0)/log(10); in setVolume()
350 int balance = (vol.right - vol.left)*100.0/maxVol; in setVolume()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dmusic.cpp22 float maxVol, map<MusicType, float> maxV) in Jukebox() argument
23 : numTracks(tracks.size()), maxVolume(maxVol), maxVolumes(maxV), audioDevice(audio) { in Jukebox()
/dports/finance/quantlib/QuantLib-1.20/ql/models/marketmodels/pathwisegreeks/
H A Dswaptionpseudojacobian.cpp258 Real maxVol =0.0; in CapPseudoDerivative() local
279maxVol =std::max(maxVol, displacedImpliedVols[capletIndex]*(forward+displacement)/forward); in CapPseudoDerivative()
331 impliedVolatility_ = solver.solve(capPricer,accuracy,guess,minVol*0.99,maxVol*1.01); in CapPseudoDerivative()

12345