Searched refs:snd_pcm_hw_params_test_format (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-lib/include/ |
D | pcm_old.h | 24 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val…
|
D | pcm.h | 780 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val…
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_local.h | 847 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val…
|
D | pcm.c | 4312 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t for… in snd_pcm_hw_params_test_format() function
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 1507 if (snd_pcm_hw_params_test_format(pcm, hwparams, all_formats[i]) == 0) { in pa_alsa_get_supported_formats()
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 1235 if (snd_pcm_hw_params_test_format(handle, params, format) == 0) in show_available_sample_formats()
|