Home
last modified time | relevance | path

Searched refs:DSBPAN_RIGHT (Results 1 – 22 of 22) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/audio/
H A DAudioMixer.h59 #ifndef DSBPAN_RIGHT
60 # define DSBPAN_RIGHT 10000 macro
H A DAudioMixer.cpp213 return ((static_cast<float>(pan) + -DSBPAN_LEFT) / DSBPAN_RIGHT) / 2; in DStoMixerPan()
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/media/drivers/directsound/
H A Dlib_dsound.py384 DSBPAN_RIGHT = 10000 variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/media/drivers/directsound/
H A Dlib_dsound.py384 DSBPAN_RIGHT = 10000 variable
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/s_ds3d/
H A Ds_ds3d.c466 #define DSBPAN_RANGE (DSBPAN_RIGHT-(DSBPAN_LEFT))
473 hr = IDirectSoundBuffer_SetPan (lpSnd, (sep * DSBPAN_RANGE)/SEP_RANGE - DSBPAN_RIGHT); in Update2DSoundPanning()
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwdsound.c504 alleg_to_dsound_pan[255] = DSBPAN_RIGHT; in digi_directsound_init()
506 alleg_to_dsound_pan[v] = MIN(DSBPAN_RIGHT, DSBPAN_CENTER - 2000.0*log10((255.0-v)/127.0)); in digi_directsound_init()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/dx_hw/
H A Ddx_audio.c418 dspan = DSBPAN_RIGHT * (Pan - 50) / 50; in DS_SetPan()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/dx_hw/
H A Ddx_audio.c418 dspan = DSBPAN_RIGHT * (Pan - 50) / 50; in DS_SetPan()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/s_ds3d/
H A Ds_ds3d.c457 #define DSBPAN_RANGE (DSBPAN_RIGHT-(DSBPAN_LEFT))
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/directsound/src/
H A Ddriver_directsound.cpp867 return DSBPAN_RIGHT; in panLinearToLog()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/Audio/DirectSound/
H A Dmod.rs142 pub const DSBPAN_RIGHT: u32 = 10000u32; const
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/win32/
H A Dwin_snd.c602 #define DSBPAN_RANGE (DSBPAN_RIGHT-(DSBPAN_LEFT))
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Ddsound.h849 #define DSBPAN_RIGHT 10000 macro
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfsound/winsrc/
H A Ddsound.h244 #define DSBPAN_RIGHT 10000 macro
/dports/audio/carla/Carla-2.4.1/source/modules/rtaudio/include/
H A Ddsound.h2106 #define DSBPAN_RIGHT 10000 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsound.h297 #define DSBPAN_RIGHT 10000 macro
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/include/
H A Ddsound.h2106 #define DSBPAN_RIGHT 10000 macro
/dports/games/NBlood/NBlood-a1689a4/platform/Windows/include/dx/
H A Ddsound.h2093 #define DSBPAN_RIGHT 10000 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsound.h297 #define DSBPAN_RIGHT 10000 macro
/dports/audio/rtaudio/rtaudio-5.1.0/include/
H A Ddsound.h2106 #define DSBPAN_RIGHT 10000 macro
/dports/audio/stk/stk-4.6.2/src/include/
H A Ddsound.h2106 #define DSBPAN_RIGHT 10000 macro
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/DirectMusic/
H A Dmod.rs1746 pub const DSBPAN_RIGHT: u32 = 10000u32; const