Home
last modified time | relevance | path

Searched refs:VOLUME_STEPS (Results 1 – 14 of 14) sorted by relevance

/dports/games/legend-of-edgar/edgar-1.34/src/audio/
H A Dmusic.c172 Mix_VolumeMusic(game.musicDefaultVolume * VOLUME_STEPS); in playLoadedMusic()
181 Mix_VolumeMusic(game.musicDefaultVolume * VOLUME_STEPS); in playMapMusic()
223 Mix_VolumeMusic(game.musicDefaultVolume * VOLUME_STEPS); in updateMusicVolume()
239 Mix_VolumeMusic(game.musicDefaultVolume * VOLUME_STEPS); in playDefaultBossMusic()
255 Mix_VolumeMusic(game.musicDefaultVolume * VOLUME_STEPS); in playBossMusic()
294 Mix_VolumeMusic(game.musicDefaultVolume * VOLUME_STEPS); in playGameOverMusic()
H A Daudio.c147 volume = game.sfxDefaultVolume * VOLUME_STEPS; in playSoundToMap()
226 Mix_VolumeChunk(chunk, game.sfxDefaultVolume * VOLUME_STEPS); in playSound()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c44 #define VOLUME_STEPS 20 macro
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
1406 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1408 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c44 #define VOLUME_STEPS 20 macro
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
1406 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1408 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c44 #define VOLUME_STEPS 20 macro
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
1406 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1408 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c44 #define VOLUME_STEPS 20 macro
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
1406 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1408 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c44 #define VOLUME_STEPS 20 macro
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
1406 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1408 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c44 #define VOLUME_STEPS 20 macro
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
1406 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1408 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c44 #define VOLUME_STEPS 20 macro
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
1406 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1408 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c44 #define VOLUME_STEPS 20 macro
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
1406 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1408 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c44 #define VOLUME_STEPS 20 macro
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
1406 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1408 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c44 #define VOLUME_STEPS 20 macro
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
1406 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1408 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()
/dports/games/legend-of-edgar/edgar-1.34/src/
H A Ddefs.h201 #define VOLUME_STEPS 12.8 macro
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/procedural/
H A Dbigwings-luminescence.glsl123 #define VOLUME_STEPS 8.
552 for(float i=0.; i<VOLUME_STEPS; i++) {
561 vec4 volTex = vec4(accent, density/VOLUME_STEPS);