Searched refs:rate_max (Results 1 – 8 of 8) sorted by relevance
/third_party/alsa-lib/include/ |
D | pcm_rate.h | 116 unsigned int *rate_max); 181 unsigned int *rate_max);
|
D | topology.h | 990 unsigned int rate_max; /*!< max rate */ member
|
/third_party/gstreamer/gstplugins_bad/sys/tinyalsa/ |
D | tinyalsasink.c | 130 int rate_min, rate_max, channels_min, channels_max; in gst_tinyalsa_sink_getcaps() local 195 rate_max = pcm_params_get_max (params, PCM_PARAM_RATE); in gst_tinyalsa_sink_getcaps() 197 if (rate_min == rate_max) in gst_tinyalsa_sink_getcaps() 200 gst_caps_set_simple (caps, "rate", GST_TYPE_INT_RANGE, rate_min, rate_max, in gst_tinyalsa_sink_getcaps()
|
/third_party/alsa-lib/include/sound/uapi/ |
D | asoc.h | 307 __le32 rate_max; /* max rate */ member 604 __le32 rate_max; /* max rate */ member
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_rate_linear.c | 409 unsigned int *rate_min, unsigned int *rate_max) in get_supported_rates() argument 412 *rate_max = SND_PCM_PLUGIN_RATE_MAX; in get_supported_rates()
|
D | pcm_rate.c | 72 unsigned int rate_min, rate_max; member 145 if (rate->rate_max) { in snd_pcm_rate_hw_refine_cprepare() 147 rate->rate_max, 0); in snd_pcm_rate_hw_refine_cprepare() 1346 &rate->rate_max); in rate_initial_setup() 1489 rate->rate_max = SND_PCM_PLUGIN_RATE_MAX; in snd_pcm_rate_open()
|
/third_party/alsa-lib/src/topology/ |
D | pcm.c | 474 if (parse_unsigned(n, &sc->rate_max)) in tplg_parse_stream_caps() 580 if (err >= 0 && sc->rate_max) in tplg_save_stream_caps() 582 sc->rate_max); in tplg_save_stream_caps() 1734 caps->rate_max = caps_tpl->rate_max; in tplg_add_stream_caps() 2058 cap->rate_max = pcm->caps[i].rate_max; in tplg_decode_pcm()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audiodecoder.c | 761 gint rate_max, channels_max; in GST_START_TEST() local 769 _get_int_range (structure, "rate", &rate_min, &rate_max); in GST_START_TEST() 772 fail_unless (rate_max == RESTRICTED_CAPS_RATE); in GST_START_TEST()
|