Home
last modified time | relevance | path

Searched defs:rightvol (Results 1 – 25 of 75) sorted by relevance

123

/dports/games/quakeforge/quakeforge-0.7.2/libs/audio/renderer/
H A Dsnd_mix.c228 float leftvol, rightvol; in snd_paint_mono() local
328 float rightvol = ch->rightvol / VOLSCALE; in snd_paint_stereo() local
346 float rightvol = ch->rightvol / VOLSCALE; in snd_paint_3() local
365 float rightvol = ch->rightvol / VOLSCALE; in snd_paint_4() local
385 float rightvol = ch->rightvol / VOLSCALE; in snd_paint_5() local
406 float rightvol = ch->rightvol / VOLSCALE; in snd_paint_6() local
429 float rightvol = ch->rightvol / VOLSCALE; in snd_paint_7() local
453 float rightvol = ch->rightvol / VOLSCALE; in snd_paint_8() local
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dsnd_mix.c260 int leftvol, rightvol; in S_PaintChannelFrom16_scalar() local
366 int leftvol, rightvol; in S_PaintChannelFromWavelet() local
408 int leftvol, rightvol; in S_PaintChannelFromADPCM() local
455 int leftvol, rightvol; in S_PaintChannelFromMuLaw() local
H A Dsnd_altivec.c40 int leftvol, rightvol; in S_PaintChannelFrom16_altivec() local
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dsnd_mix.c233 int leftvol, rightvol; in S_PaintChannelFrom16_altivec() local
401 int leftvol, rightvol; in S_PaintChannelFrom16_scalar() local
485 int leftvol, rightvol; in S_PaintChannelFromWavelet() local
527 int leftvol, rightvol; in S_PaintChannelFromADPCM() local
574 int leftvol, rightvol; in S_PaintChannelFromMuLaw() local
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dsnd_mix.c233 int leftvol, rightvol; in S_PaintChannelFrom16_altivec() local
401 int leftvol, rightvol; in S_PaintChannelFrom16_scalar() local
485 int leftvol, rightvol; in S_PaintChannelFromWavelet() local
527 int leftvol, rightvol; in S_PaintChannelFromADPCM() local
574 int leftvol, rightvol; in S_PaintChannelFromMuLaw() local
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dsnd_mix.c235 int leftvol, rightvol; in S_PaintChannelFrom16_altivec() local
403 int leftvol, rightvol; in S_PaintChannelFrom16_scalar() local
487 int leftvol, rightvol; in S_PaintChannelFromWavelet() local
529 int leftvol, rightvol; in S_PaintChannelFromADPCM() local
576 int leftvol, rightvol; in S_PaintChannelFromMuLaw() local
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dsnd_mix.c233 int leftvol, rightvol; in S_PaintChannelFrom16_altivec() local
401 int leftvol, rightvol; in S_PaintChannelFrom16_scalar() local
485 int leftvol, rightvol; in S_PaintChannelFromWavelet() local
527 int leftvol, rightvol; in S_PaintChannelFromADPCM() local
574 int leftvol, rightvol; in S_PaintChannelFromMuLaw() local
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dsnd_mix.c233 int leftvol, rightvol; in S_PaintChannelFrom16_altivec() local
401 int leftvol, rightvol; in S_PaintChannelFrom16_scalar() local
485 int leftvol, rightvol; in S_PaintChannelFromWavelet() local
527 int leftvol, rightvol; in S_PaintChannelFromADPCM() local
574 int leftvol, rightvol; in S_PaintChannelFromMuLaw() local
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dsnd_mix.c233 int leftvol, rightvol; in S_PaintChannelFrom16_altivec() local
401 int leftvol, rightvol; in S_PaintChannelFrom16_scalar() local
485 int leftvol, rightvol; in S_PaintChannelFromWavelet() local
527 int leftvol, rightvol; in S_PaintChannelFromADPCM() local
574 int leftvol, rightvol; in S_PaintChannelFromMuLaw() local
/dports/games/evq3/evq3/code/client/
H A Dsnd_mix.c233 int leftvol, rightvol; in S_PaintChannelFrom16_altivec() local
401 int leftvol, rightvol; in S_PaintChannelFrom16_scalar() local
485 int leftvol, rightvol; in S_PaintChannelFromWavelet() local
527 int leftvol, rightvol; in S_PaintChannelFromADPCM() local
574 int leftvol, rightvol; in S_PaintChannelFromMuLaw() local
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceAudio.cpp108 static u32 sceAudioOutputPannedBlocking(u32 chan, int leftvol, int rightvol, u32 samplePtr) { in sceAudioOutputPannedBlocking()
157 static u32 sceAudioOutputPanned(u32 chan, int leftvol, int rightvol, u32 samplePtr) { in sceAudioOutputPanned()
290 static u32 sceAudioChangeChannelVolume(u32 chan, u32 leftvol, u32 rightvol) { in sceAudioChangeChannelVolume()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceAudio.cpp108 static u32 sceAudioOutputPannedBlocking(u32 chan, int leftvol, int rightvol, u32 samplePtr) { in sceAudioOutputPannedBlocking()
157 static u32 sceAudioOutputPanned(u32 chan, int leftvol, int rightvol, u32 samplePtr) { in sceAudioOutputPanned()
290 static u32 sceAudioChangeChannelVolume(u32 chan, u32 leftvol, u32 rightvol) { in sceAudioChangeChannelVolume()
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dsnd_mix.c482 int leftvol, rightvol; in S_PaintChannelFrom16_scalar() local
588 int leftvol, rightvol; in S_PaintChannelFromWavelet() local
630 int leftvol, rightvol; in S_PaintChannelFromADPCM() local
677 int leftvol, rightvol; in S_PaintChannelFromMuLaw() local
H A Dsnd_altivec.c40 int leftvol, rightvol; in S_PaintChannelFrom16_altivec() local
/dports/audio/ocp/ocp-0.2.90/playsid/
H A Dsidplay.h13 uint16_t leftvol, rightvol; member
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/sndserv/
H A Dsoundsrv.c139 void set_channel_volume( channel_info_t * chp, int leftvol, int rightvol ) in set_channel_volume()
433 int rightvol, leftvol; in addsfx() local
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/macos/
H A Di_sound.c110 int rightvol, leftvol; in addsfx() local
328 int leftvol, rightvol; in I_UpdateSoundParams() local
/dports/games/libretro-prboom/libretro-prboom-cc80175/libretro/
H A Dlibretro_sound.c81 int *leftvol, *rightvol; member
287 int slot, rightvol, leftvol; in I_StartSound() local
476 int rightvol, leftvol, i; in I_UpdateSoundParams() local
/dports/games/jumpnbump/jumpnbump-1.61-7a0a7ab7491680338bb13058adafdfaac03a1f6d/sdl/
H A Dsound.c59 int rightvol; member
116 int rightvol; in updateSoundParams() local
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/sdl/
H A Di_sound.c362 int leftvol, rightvol; in I_StartSound() local
435 int leftvol, rightvol; in I_UpdateSoundParams() local
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dsnd_mix.c327 int leftvol, rightvol; in SND_PaintChannelFrom16() local
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dsnd_mix.c330 int leftvol, rightvol; in SND_PaintChannelFrom16() local
/dports/games/q2p/Q2P-0.2-2006-12-31/client/
H A Dsnd_mix.c358 int leftvol, rightvol; in S_PaintChannelFrom16() local
/dports/games/tenebrae/tenebrae_0/
H A Dsnd_mix.c471 int leftvol, rightvol; in SND_PaintChannelFrom16() local
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dsnd_mix.c308 int leftvol, rightvol; in S_PaintChannelFrom16() local

123