Searched refs:snd_pcm_format_mask_test (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_plug.c | 242 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 …]
|
D | pcm_params.c | 1745 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()
|
D | pcm.c | 4005 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/ |
D | xfer-libasound.c | 398 if (snd_pcm_format_mask_test(mask, format)) in configure_hw_params()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsa.c | 168 return snd_pcm_format_mask_test (mask, pcm_format); in format_supported()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 984 int snd_pcm_format_mask_test(const snd_pcm_format_mask_t *mask, snd_pcm_format_t val);
|