Home
last modified time | relevance | path

Searched refs:rate_max (Results 1 - 6 of 6) sorted by relevance

/third_party/alsa-lib/include/
H A Dpcm_rate.h116 unsigned int *rate_max);
181 unsigned int *rate_max);
H A Dtopology.h537 * rate_max "48000" # Min supported sample rate
988 unsigned int rate_max; /*!< max rate */ member
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h309 __le32 rate_max; /* max rate */ member
606 __le32 rate_max; /* max rate */ member
/third_party/alsa-lib/src/topology/
H A Dpcm.c472 if (strcmp(id, "rate_max") == 0) { in tplg_parse_stream_caps()
473 if (parse_unsigned(n, &sc->rate_max)) in tplg_parse_stream_caps()
579 if (err >= 0 && sc->rate_max) in tplg_save_stream_caps()
581 sc->rate_max); in tplg_save_stream_caps()
1764 caps->rate_max = caps_tpl->rate_max; in tplg_add_stream_caps()
2088 cap->rate_max = pcm->caps[i].rate_max; in tplg_decode_pcm()
/third_party/alsa-lib/src/pcm/
H A Dpcm_rate_linear.c408 unsigned int *rate_min, unsigned int *rate_max) in get_supported_rates()
411 *rate_max = SND_PCM_PLUGIN_RATE_MAX; in get_supported_rates()
407 get_supported_rates(ATTRIBUTE_UNUSED void *rate, unsigned int *rate_min, unsigned int *rate_max) get_supported_rates() argument
H A Dpcm_rate.c71 unsigned int rate_min, rate_max; member
144 if (rate->rate_max) { in snd_pcm_rate_hw_refine_cprepare()
146 rate->rate_max, 0); in snd_pcm_rate_hw_refine_cprepare()
1380 &rate->rate_max); in rate_initial_setup()
1523 rate->rate_max = SND_PCM_PLUGIN_RATE_MAX; in snd_pcm_rate_open()

Completed in 13 milliseconds