/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/sound/ |
H A D | pulseaudiosoundsystem.cc | 290 pa_cvolume channel_volumes; in GetVolume() local 294 data.channel_volumes = &channel_volumes; in GetVolume() 305 if (data.channel_volumes) { in GetVolume() 372 pa_cvolume channel_volumes; in SetVolume() local 378 &channel_volumes, in SetVolume() 538 if (*channel_volumes) { in OnGetVolumeCallback() 542 *channel_volumes = NULL; in OnGetVolumeCallback() 662 data.channel_volumes = &channel_volumes; in GetVolume() 717 &channel_volumes, in SetVolume() 944 if (*channel_volumes) { in OnGetVolumeCallback() [all …]
|
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/sound/ |
H A D | pulseaudiosoundsystem.cc | 220 pa_cvolume *channel_volumes; member 263 pa_cvolume channel_volumes; in GetVolume() local 267 data.channel_volumes = &channel_volumes; in GetVolume() 278 if (data.channel_volumes) { in GetVolume() 346 pa_cvolume channel_volumes; in SetVolume() local 352 &channel_volumes, in SetVolume() 516 if (*channel_volumes) { in OnGetVolumeCallback() 520 *channel_volumes = NULL; in OnGetVolumeCallback() 640 data.channel_volumes = &channel_volumes; in GetVolume() 696 &channel_volumes, in SetVolume() [all …]
|
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/rodio-0.9.0/src/source/ |
H A D | channel_volume.rs | 15 channel_volumes: Vec<f32>, field 26 pub fn new(mut input: I, channel_volumes: Vec<f32>) -> ChannelVolume<I> in new() 41 channel_volumes, in new() 50 self.channel_volumes[channel] = volume; in set_volume() 83 .map(|sample| sample.amplify(self.channel_volumes[self.current_channel])); in next() 85 if self.current_channel >= self.channel_volumes.len() { in next() 124 self.channel_volumes.len() as u16 in channels()
|
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rodio-0.14.0/src/source/ |
H A D | channel_volume.rs | 15 channel_volumes: Vec<f32>, field 26 pub fn new(mut input: I, channel_volumes: Vec<f32>) -> ChannelVolume<I> in new() 43 channel_volumes, in new() 52 self.channel_volumes[channel] = volume; in set_volume() 86 .map(|sample| sample.amplify(self.channel_volumes[self.current_channel])); in next() 88 if self.current_channel >= self.channel_volumes.len() { in next() 129 self.channel_volumes.len() as u16 in channels()
|
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rodio-0.14.0/src/source/ |
H A D | channel_volume.rs | 15 channel_volumes: Vec<f32>, field 26 pub fn new(mut input: I, channel_volumes: Vec<f32>) -> ChannelVolume<I> in new() 43 channel_volumes, in new() 52 self.channel_volumes[channel] = volume; in set_volume() 86 .map(|sample| sample.amplify(self.channel_volumes[self.current_channel])); in next() 88 if self.current_channel >= self.channel_volumes.len() { in next() 129 self.channel_volumes.len() as u16 in channels()
|
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/rodio-0.9.0/src/source/ |
H A D | channel_volume.rs | 15 channel_volumes: Vec<f32>, 26 pub fn new(mut input: I, channel_volumes: Vec<f32>) -> ChannelVolume<I> 41 channel_volumes, 50 self.channel_volumes[channel] = volume; 83 .map(|sample| sample.amplify(self.channel_volumes[self.current_channel])); 85 if self.current_channel >= self.channel_volumes.len() { 124 self.channel_volumes.len() as u16
|
/dports/games/easyrpg-player/Player-0.7.0/src/ |
H A D | audio_decoder_midi.cpp | 89 channel_volumes.fill(127); in AudioDecoderMidi() 145 uint32_t msg = midimsg_volume(i, static_cast<uint8_t>(channel_volumes[i] * volume)); in Resume() 166 uint32_t msg = midimsg_volume(i, static_cast<uint8_t>(channel_volumes[i] * volume)); in SetVolume() 228 uint32_t msg = midimsg_volume(i, static_cast<uint8_t>(channel_volumes[i] * volume)); in Update() 343 channel_volumes[channel] = value2; in midi_message()
|
H A D | audio_decoder_midi.h | 186 std::array<uint8_t, 16> channel_volumes; variable
|
/dports/games/openttd/openttd-12.1/src/music/ |
H A D | win32_m.cpp | 49 byte channel_volumes[16]; ///< last seen volume controller values in raw data member 164 MemSetT<byte>(_midi.channel_volumes, 127, lengthof(_midi.channel_volumes)); in TimerCallback() 182 byte vol = ScaleVolume(_midi.channel_volumes[ch], _midi.current_volume); in TimerCallback() 275 _midi.channel_volumes[status & 0x0F] = data[1]; in TimerCallback()
|
H A D | dmusic.cpp | 597 byte channel_volumes[16]; // last seen volume controller values in raw data in MidiThreadProc() local 652 MemSetT<byte>(channel_volumes, 127, lengthof(channel_volumes)); in MidiThreadProc() 698 int vol = ScaleVolume(channel_volumes[ch], current_volume); in MidiThreadProc() 769 channel_volumes[status & 0x0F] = data[1]; in MidiThreadProc()
|
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/audioconvert/ |
H A D | channelmix-ops.c | 467 uint32_t n_channel_volumes, float *channel_volumes) in impl_channelmix_set_volume() argument 479 volumes[i] = channel_volumes[i] * vol; in impl_channelmix_set_volume() 480 spa_log_debug(mix->log, "%d: %f * %f = %f", i, channel_volumes[i], vol, volumes[i]); in impl_channelmix_set_volume()
|
H A D | channelmix-ops.h | 78 uint32_t n_channel_volumes, float *channel_volumes);
|