Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstdtmfcommon.h28 #define MAX_VOLUME 36 macro
Dgstdtmfsrc.c488 event->volume = CLAMP (event_volume, MIN_VOLUME, MAX_VOLUME); in gst_dtmf_src_add_start_event()
Dgstrtpdtmfsrc.c516 event->payload->volume = CLAMP (event_volume, MIN_VOLUME, MAX_VOLUME); in gst_rtp_dtmf_src_add_start_event()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesrc.c62 #define MAX_VOLUME 10.0 macro
237 0.0, MAX_VOLUME, DEFAULT_VOLUME, in gst_pulsesrc_class_init()
458 if (G_UNLIKELY (psrc->volume > MAX_VOLUME)) { in gst_pulsesrc_source_output_info_cb()
460 psrc->volume, MAX_VOLUME); in gst_pulsesrc_source_output_info_cb()
461 psrc->volume = MAX_VOLUME; in gst_pulsesrc_source_output_info_cb()
Dpulsesink.c75 #define MAX_VOLUME 10.0 macro
1939 "Linear volume of this stream, 1.0=100%", 0.0, MAX_VOLUME, in gst_pulsesink_class_init()
2576 if (psink->volume > MAX_VOLUME) { in gst_pulsesink_sink_input_info_cb()
2578 MAX_VOLUME); in gst_pulsesink_sink_input_info_cb()
2579 psink->volume = MAX_VOLUME; in gst_pulsesink_sink_input_info_cb()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-sink.c92 #define MAX_VOLUME 10.0 macro
151 "Linear volume of this stream, 1.0=100%", 0.0, MAX_VOLUME, in gst_oss4_sink_class_init()