Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_plug.c242 snd_pcm_format_mask_test(format_mask, f)) in check_linear_format()
264 if (snd_pcm_format_mask_test(format_mask, format)) in snd_pcm_plug_slave_format()
266 if (!snd_pcm_format_mask_test(&lin, format) && in snd_pcm_plug_slave_format()
267 !snd_pcm_format_mask_test(&fl, format)) { in snd_pcm_plug_slave_format()
281 if (snd_pcm_format_mask_test(format_mask, f)) in snd_pcm_plug_slave_format()
297 if (snd_pcm_format_mask_test(format_mask, f)) in snd_pcm_plug_slave_format()
305 if (snd_pcm_format_mask_test(&fl, format)) { in snd_pcm_plug_slave_format()
309 if (snd_pcm_format_mask_test(format_mask, f)) in snd_pcm_plug_slave_format()
323 if (snd_pcm_format_mask_test(format_mask, f)) in snd_pcm_plug_slave_format()
822 if (!snd_pcm_format_mask_test(format_mask, format)) in snd_pcm_plug_hw_refine_schange()
[all …]
Dpcm_params.c1745 if (!snd_pcm_format_mask_test(mask, k)) in snd_pcm_hw_rule_format()
1773 if (!snd_pcm_format_mask_test(mask, k)) in snd_pcm_hw_rule_sample_bits()
Dpcm.c4005 int snd_pcm_format_mask_test(const snd_pcm_format_mask_t *mask, snd_pcm_format_t val) in snd_pcm_format_mask_test() function
/third_party/alsa-utils/axfer/
Dxfer-libasound.c398 if (snd_pcm_format_mask_test(mask, format)) in configure_hw_params()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsa.c168 return snd_pcm_format_mask_test (mask, pcm_format); in format_supported()
/third_party/alsa-lib/include/
Dpcm.h984 int snd_pcm_format_mask_test(const snd_pcm_format_mask_t *mask, snd_pcm_format_t val);