Home
last modified time | relevance | path

Searched refs:volume_step (Results 1 – 20 of 20) sorted by relevance

/dports/audio/vitunes/vitunes-2.3/
H A Dplayer.h87 void (*volume_step)(float); member
H A Dplayer.c250 player.volume_step(percent); in player_volume_step()
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/media-keys/
H A Dmsd-media-keys-manager.c709 gint volume_step; in do_sound_action() local
728 volume_step = g_settings_get_int (manager->priv->settings, "volume-step"); in do_sound_action()
729 if (volume_step <= 0 || volume_step > 100) { in do_sound_action()
732 volume_step = (gint) volume_step_default; in do_sound_action()
737 volume_step_scaled = (volume_max - volume_min) * (guint) volume_step / 100; in do_sound_action()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dacp.h225 float volume_step; member
H A Dacp.c1206 dev->device.volume_step = 1.0f / dev->n_volume_steps; in mixer_volume_init()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c114 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() argument
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c114 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() argument
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c114 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() argument
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c114 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() argument
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c114 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() argument
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/DSPHLE/UCodes/
H A DZelda.cpp1282 s32 volume_step = (volume_delta << 16) / (s32)input_samples.size(); // In 1.31 format. in AddVoice() local
1288 if (!vpb.channels[i].current_volume && !volume_step) in AddVoice()
1301 vpb.channels[i].current_volume << 16, volume_step); in AddVoice()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c114 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() argument
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c114 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() argument
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c114 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() argument
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c114 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() argument
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tools/
H A Dgst-play.c114 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() argument
304 volume = round ((volume + volume_step) * VOLUME_STEPS) / VOLUME_STEPS; in play_set_relative_volume()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/
H A Dalsa-acp-device.c452 spa_pod_builder_float(b, dev->volume_step); in build_route()
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/
H A DChangeLog873 add debugging output for volume_step
2195 use the built-in default for volume_step if we get an error from GConf,
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/
H A DChangeLog873 add debugging output for volume_step
2195 use the built-in default for volume_step if we get an error from GConf,
H A DNEWS4095 - Add debugging output for volume_step (Jens Granseuer)
4371 - Only use the built-in default for volume_step if we get an error from GConf,