Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dpcm_old.h24 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val…
Dpcm.h780 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/
Dpcm_local.h847 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val…
Dpcm.c4312 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/
Dalsa-util.c1507 if (snd_pcm_hw_params_test_format(pcm, hwparams, all_formats[i]) == 0) { in pa_alsa_get_supported_formats()
/third_party/alsa-utils/aplay/
Daplay.c1235 if (snd_pcm_hw_params_test_format(handle, params, format) == 0) in show_available_sample_formats()