Home
last modified time | relevance | path

Searched refs:targetVolume (Results 1 – 25 of 31) sorted by relevance

12

/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Engine/PipelineExtensions/
H A DFadeable.cpp41 double targetVolume;
48 targetVolume(0),
82 m->targetVolume = 0;
88 m->targetVolume = currentVolume; in mbedtls_constant_time_memcmp()
93 m->fadingStep = FadingStepTime * (m->targetVolume - m->startVolume) / (fadingTime * 1.0);
95 …<< " every " << FadingStepTime << "ms from Volume " << m->startVolume << " to " << m->targetVolume;
135 fade_allowed &= (new_volume < m->targetVolume); in mbedtls_cipher_info_from_string()
140 fade_allowed &= (new_volume > m->targetVolume);
/dports/games/pioneer/pioneer-20210723/src/sound/
H A DSound.cpp187 float targetVolume[2]; member
272 wavstream[idx].targetVolume[0] = volume_left * GetSfxVolume(); in PlaySfx()
273 wavstream[idx].targetVolume[1] = volume_right * GetSfxVolume(); in PlaySfx()
297 wavstream[idx].targetVolume[1] = volume_right; in PlayMusic()
425 if ((wavstream[i].targetVolume[0] <= wavstream[i].volume[0]) && in fill_audio()
426 (wavstream[i].targetVolume[1] <= wavstream[i].volume[1])) { in fill_audio()
432 (wavstream[i].targetVolume[1] >= wavstream[i].volume[1])) { in fill_audio()
734 ev->targetVolume[0] = targetVol1; in VolumeAnimate()
735 ev->targetVolume[1] = targetVol2; in VolumeAnimate()
751 wavstream[i].targetVolume[0] = vol_left; in SetVolume()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/
H A DRamDiskAsyncLazyPersistService.java206 final FsVolumeReference targetVolume; field in RamDiskAsyncLazyPersistService.ReplicaLazyPersistTask
212 FsVolumeReference targetVolume, File lazyPersistDir) { in ReplicaLazyPersistTask() argument
219 this.targetVolume = targetVolume; in ReplicaLazyPersistTask()
229 + " and meta file " + metaFile + " to target volume " + targetVolume;} in toString()
242 creationTime, targetFiles, (FsVolumeImpl) targetVolume.getVolume()); in run()
H A DFsDatasetImpl.java903 FsVolumeImpl targetVolume = (FsVolumeImpl) volumeRef.getVolume(); in moveBlockAcrossStorage() local
907 targetVolume.getTmpDir(block.getBlockPoolId()), in moveBlockAcrossStorage()
912 targetVolume, blockFiles[0].getParentFile(), 0); in moveBlockAcrossStorage()
2677 long creationTime, File[] savedFiles, FsVolumeImpl targetVolume) { in onCompleteLazyPersist() argument
2681 targetVolume.incDfsUsed(bpId, in onCompleteLazyPersist()
2694 + " on target volume " + targetVolume); in onCompleteLazyPersist()
2810 FsVolumeImpl targetVolume; in saveNextReplica() local
2829 targetVolume = (FsVolumeImpl) targetReference.getVolume(); in saveNextReplica()
2832 block.getBlockPoolId(), block.getBlockId(), targetVolume); in saveNextReplica() local
2838 + " on target volume " + targetVolume); in saveNextReplica()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Driven_sound.cpp147 _ambientSounds.sounds[i].targetVolume = record.volumes[i]; in addAmbientSounds()
155 _ambientSounds.sounds[i].targetVolume = record.volumes[i] * record.globalVolume / 256; in setTargetVolumes()
177 sound->setVolume(ambientSound.targetVolume); in applyTargetVolumes()
190 volume = ambientSound.targetVolume; in startFadingAmbientSounds()
207 ambientSound.targetVolume = 0; in startFadingAmbientSounds()
209 ambientSound.sound->setVolume(ambientSound.targetVolume); in startFadingAmbientSounds()
272 float delta = (ambientSound.targetVolume - volume) / 30.0f; in fadeVolume()
275 ambientSound.sound->setVolume(ambientSound.targetVolume); in fadeVolume()
405 targetVolume(0), in AmbientSound()
H A Driven_sound.h104 uint16 targetVolume; member
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Driven_sound.cpp147 _ambientSounds.sounds[i].targetVolume = record.volumes[i]; in addAmbientSounds()
155 _ambientSounds.sounds[i].targetVolume = record.volumes[i] * record.globalVolume / 256; in setTargetVolumes()
177 sound->setVolume(ambientSound.targetVolume); in applyTargetVolumes()
190 volume = ambientSound.targetVolume; in startFadingAmbientSounds()
207 ambientSound.targetVolume = 0; in startFadingAmbientSounds()
209 ambientSound.sound->setVolume(ambientSound.targetVolume); in startFadingAmbientSounds()
272 float delta = (ambientSound.targetVolume - volume) / 30.0f; in fadeVolume()
275 ambientSound.sound->setVolume(ambientSound.targetVolume); in fadeVolume()
405 targetVolume(0), in AmbientSound()
H A Driven_sound.h104 uint16 targetVolume; member
/dports/multimedia/phonon-vlc/phonon-backend-vlc-0.11.3/src/audio/
H A Dvolumefadereffect.cpp84 void VolumeFaderEffect::fadeTo(float targetVolume, int fadeTime) in fadeTo() argument
88 m_fadeToVolume = targetVolume; in fadeTo()
95 setVolumeInternal(targetVolume); in fadeTo()
/dports/multimedia/phonon-gstreamer/phonon-backend-gstreamer-4.10.0/gstreamer/
H A Dvolumefadereffect.cpp119 void VolumeFaderEffect::fadeTo(float targetVolume, int fadeTime) in fadeTo() argument
122 m_fadeToVolume = targetVolume; in fadeTo()
128 setVolumeInternal(targetVolume); in fadeTo()
/dports/games/scummvm/scummvm-2.5.1/audio/
H A Dmididrv_ms.cpp72 void MidiDriver_Multisource::startFade(uint16 duration, uint16 targetVolume) { in startFade() argument
74 startFade(i, duration, targetVolume); in startFade()
78 void MidiDriver_Multisource::startFade(uint8 source, uint16 duration, uint16 targetVolume) { in startFade() argument
88 _sources[source].fadeEndVolume = targetVolume; in startFade()
H A Dmididrv_ms.h248 void startFade(uint16 duration, uint16 targetVolume);
258 void startFade(uint8 source, uint16 duration, uint16 targetVolume);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/gstreamer/
H A Dvolumefadereffect.cpp96 void VolumeFaderEffect::fadeTo(float targetVolume, int fadeTime) in fadeTo() argument
98 m_fadeToVolume = targetVolume; in fadeTo()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/sound/
H A Daudio32.h567 …bool fadeChannel(const int16 channelIndex, const int16 targetVolume, const int16 speed, const int1…
568 …bool fadeChannel(const ResourceId resourceId, const reg_t soundNode, const int16 targetVolume, con… in fadeChannel() argument
570 …return fadeChannel(findChannelById(resourceId, soundNode), targetVolume, speed, steps, stopAfterFa… in fadeChannel()
H A Daudio32.cpp1106 bool Audio32::fadeChannel(const int16 channelIndex, const int16 targetVolume, const int16 speed, co… in fadeChannel() argument
1115 if (channel.id.getType() != kResourceTypeAudio || channel.volume == targetVolume) { in fadeChannel()
1122 channel.fadeTargetVolume = targetVolume; in fadeChannel()
1126 setVolume(channelIndex, targetVolume); in fadeChannel()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/sound/
H A Daudio32.h568 …bool fadeChannel(const int16 channelIndex, const int16 targetVolume, const int16 speed, const int1…
569 …bool fadeChannel(const ResourceId resourceId, const reg_t soundNode, const int16 targetVolume, con… in fadeChannel() argument
571 …return fadeChannel(findChannelById(resourceId, soundNode), targetVolume, speed, steps, stopAfterFa… in fadeChannel()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/util/NaturalDocs/Modules/NaturalDocs/
H A DFile.pm300 my ($targetVolume, $targetDirString, $targetFile) = $self->SplitPath($targetPath);
303 if ($targetVolume ne $baseVolume)
/dports/devel/naturaldocs/naturaldocs-1.52_2,1/Modules/NaturalDocs/
H A DFile.pm300 my ($targetVolume, $targetDirString, $targetFile) = $self->SplitPath($targetPath);
303 if ($targetVolume ne $baseVolume)
/dports/games/scummvm/scummvm-2.5.1/engines/twine/audio/
H A Dsound.cpp59 const byte targetVolume = CLIP<byte>(255 - distance, 0, 255); in setSamplePosition() local
60 _engine->_system->getMixer()->setChannelVolume(samplesPlaying[channelIdx], targetVolume); in setSamplePosition()
/dports/games/ivan/ivan-059/audio/
H A Daudio.cpp231 void audio::SendVolumeMessage(int targetVolume) in SendVolumeMessage() argument
241 int midivolume = (IntensityVolume[i] * targetVolume) / MAX_MASTER_VOLUME; in SendVolumeMessage()
H A Daudio.h108 static void SendVolumeMessage(int targetVolume);
/dports/games/residualvm/residualvm-0.3.1/engines/myst3/
H A Dsound.cpp563 void SoundChannel::fade(uint32 targetVolume, int32 targetHeading, int32 targetAttenuation, uint32 f… in fade() argument
570 _fadeTargetVolume = targetVolume; in fade()
571 if (!targetVolume) in fade()
H A Dsound.h57 void fade(uint32 targetVolume, int32 targetHeading, int32 targetAttenuation, uint32 fadeDelay);
/dports/games/scummvm/scummvm-2.5.1/engines/myst3/
H A Dsound.cpp578 void SoundChannel::fade(uint32 targetVolume, int32 targetHeading, int32 targetAttenuation, uint32 f… in fade() argument
586 _fadeTargetVolume = targetVolume; in fade()
587 if (!targetVolume) in fade()
H A Dsound.h57 void fade(uint32 targetVolume, int32 targetHeading, int32 targetAttenuation, uint32 fadeDelay);

12