Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/audio/
H A DAudioMixer.h56 #ifndef DSBPAN_LEFT
57 # define DSBPAN_LEFT (-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.py382 DSBPAN_LEFT = -10000 variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/media/drivers/directsound/
H A Dlib_dsound.py382 DSBPAN_LEFT = -10000 variable
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwdsound.c500 alleg_to_dsound_pan[0] = DSBPAN_LEFT; in digi_directsound_init()
502 alleg_to_dsound_pan[v] = MAX(DSBPAN_LEFT, DSBPAN_CENTER + 2000.0*log10(v/127.0)); in digi_directsound_init()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/dx_hw/
H A Ddx_audio.c420 dspan = DSBPAN_LEFT * (50 - Pan) / 50; in DS_SetPan()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/dx_hw/
H A Ddx_audio.c420 dspan = DSBPAN_LEFT * (50 - Pan) / 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.cpp869 return DSBPAN_LEFT; in panLinearToLog()
/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))
/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.rs141 pub const DSBPAN_LEFT: i32 = -10000i32; 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.h847 #define DSBPAN_LEFT -10000 macro
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfsound/winsrc/
H A Ddsound.h242 #define DSBPAN_LEFT -10000 macro
/dports/audio/carla/Carla-2.4.1/source/modules/rtaudio/include/
H A Ddsound.h2104 #define DSBPAN_LEFT -10000 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsound.h295 #define DSBPAN_LEFT -10000 macro
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/include/
H A Ddsound.h2104 #define DSBPAN_LEFT -10000 macro
/dports/games/NBlood/NBlood-a1689a4/platform/Windows/include/dx/
H A Ddsound.h2091 #define DSBPAN_LEFT -10000 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsound.h295 #define DSBPAN_LEFT -10000 macro
/dports/audio/rtaudio/rtaudio-5.1.0/include/
H A Ddsound.h2104 #define DSBPAN_LEFT -10000 macro
/dports/audio/stk/stk-4.6.2/src/include/
H A Ddsound.h2104 #define DSBPAN_LEFT -10000 macro
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/DirectMusic/
H A Dmod.rs1745 pub const DSBPAN_LEFT: i32 = -10000i32; const