Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c540 if (min > PA_RATE_MAX) in gst_pulse_fix_pcm_caps()
541 min = PA_RATE_MAX; in gst_pulse_fix_pcm_caps()
542 if (max > PA_RATE_MAX) in gst_pulse_fix_pcm_caps()
543 max = PA_RATE_MAX; in gst_pulse_fix_pcm_caps()
/third_party/pulseaudio/src/pulse/
Dsample.h131 #define PA_RATE_MAX (48000U*8U) macro
Dsample.c111 return rate > 0 && rate <= PA_RATE_MAX * 101 / 100; in pa_sample_rate_valid()
/third_party/pulseaudio/src/modules/
Dmodule-loopback.c1373 if (ss.rate < 4000 || ss.rate > PA_RATE_MAX) { in pa__init()
1374 pa_log("Invalid rate specification, valid range is 4000 Hz to %i Hz", PA_RATE_MAX); in pa__init()
/third_party/pulseaudio/vala/
Dlibpulse.vapi238 [CCode (cname="PA_RATE_MAX")]
/third_party/gstreamer/gstplugins_good/
DChangeLog17210 PulseAudio defines PA_RATE_MAX as the maximum sampling rate that it
17218 Since PA_RATE_MAX is #define'd to (8*48000U), we can't just use it in