Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c132 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
266 play_set_relative_volume (play, initial_volume - 1.0); in play_new()
315 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume() function
1494 play_set_relative_volume (play, +1.0 / VOLUME_STEPS); in keyboard_cb()
1496 play_set_relative_volume (play, -1.0 / VOLUME_STEPS); in keyboard_cb()