Home
last modified time | relevance | path

Searched refs:snd_pcm_format_signed (Results 1 – 3 of 3) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_misc.c35 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() function
63 val = snd_pcm_format_signed(format); in snd_pcm_format_unsigned()
71 return snd_pcm_format_signed(format) >= 0; in snd_pcm_format_linear()
A Dpcm_linear.c53 sign = (snd_pcm_format_signed(src_format) != in snd_pcm_linear_convert_index()
54 snd_pcm_format_signed(dst_format)); in snd_pcm_linear_convert_index()
73 sign = (snd_pcm_format_signed(src_format) != in snd_pcm_linear_get_index()
74 snd_pcm_format_signed(dst_format)); in snd_pcm_linear_get_index()
102 sign = (snd_pcm_format_signed(src_format) != in snd_pcm_linear_put_index()
103 snd_pcm_format_signed(dst_format)); in snd_pcm_linear_put_index()
A Dpcm_local.h576 int snd_pcm_format_signed(snd_pcm_format_t format);

Completed in 6 milliseconds