Searched refs:snd_pcm_hw_params_test_rate (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_old.h | 75 int snd_pcm_hw_params_test_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir);
|
H A D | pcm.h | 828 int snd_pcm_hw_params_test_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir);
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_local.h | 885 int snd_pcm_hw_params_test_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir);
|
H A D | pcm.c | 4830 int snd_pcm_hw_params_test_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) in snd_pcm_hw_params_test_rate() function
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 1429 if (snd_pcm_hw_params_test_rate(pcm, hwparams, all_rates[i], 0) == 0) { in pa_alsa_get_supported_rates()
|
Completed in 27 milliseconds