Home
last modified time | relevance | path

Searched refs:snd_pcm_format_little_endian (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_linear.c63 src_endian = snd_pcm_format_little_endian(src_format); in snd_pcm_linear_convert_index()
64 dst_endian = snd_pcm_format_little_endian(dst_format); in snd_pcm_linear_convert_index()
86 endian = snd_pcm_format_little_endian(src_format); in snd_pcm_linear_get_index()
120 endian = snd_pcm_format_little_endian(dst_format); in snd_pcm_linear_put_index()
H A Dpcm_misc.c128 int snd_pcm_format_little_endian(snd_pcm_format_t format) in snd_pcm_format_little_endian() function
185 val = snd_pcm_format_little_endian(format); in snd_pcm_format_big_endian()
199 return snd_pcm_format_little_endian(format); in snd_pcm_format_cpu_endian()
H A Dpcm_lfloat.c79 endian = snd_pcm_format_little_endian(format); in snd_pcm_lfloat_get_s32_index()
/third_party/alsa-lib/include/
H A Dpcm.h1159 int snd_pcm_format_little_endian(snd_pcm_format_t format);
/third_party/alsa-utils/aplay/
H A Daplay.c1849 int format_little_endian = snd_pcm_format_little_endian(hwparams.format);

Completed in 10 milliseconds