Searched refs:MAX_VOLUME (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/dtmf/ |
D | gstdtmfcommon.h | 28 #define MAX_VOLUME 36 macro
|
D | gstdtmfsrc.c | 488 event->volume = CLAMP (event_volume, MIN_VOLUME, MAX_VOLUME); in gst_dtmf_src_add_start_event()
|
D | gstrtpdtmfsrc.c | 516 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/ |
D | pulsesrc.c | 62 #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()
|
D | pulsesink.c | 75 #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/ |
D | oss4-sink.c | 92 #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()
|