Home
last modified time | relevance | path

Searched refs:snd_pcm_format_big_endian (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_linear.c60 src_endian = snd_pcm_format_big_endian(src_format); in snd_pcm_linear_convert_index()
61 dst_endian = snd_pcm_format_big_endian(dst_format); in snd_pcm_linear_convert_index()
84 endian = snd_pcm_format_big_endian(src_format); in snd_pcm_linear_get_index()
118 endian = snd_pcm_format_big_endian(dst_format); in snd_pcm_linear_put_index()
H A Dpcm_misc.c181 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian() function
201 return snd_pcm_format_big_endian(format); in snd_pcm_format_cpu_endian()
H A Dpcm_lfloat.c77 endian = snd_pcm_format_big_endian(format); in snd_pcm_lfloat_get_s32_index()
H A Dpcm_plug.c320 e = snd_pcm_format_big_endian(format); in snd_pcm_plug_slave_format()
336 e = snd_pcm_format_big_endian(format); in snd_pcm_plug_slave_format()
/third_party/alsa-utils/axfer/
H A Dcontainer-riff-wave.c372 if (state->be && snd_pcm_format_big_endian(map->format) != 1) in wave_parser_pre_process()
533 state->be = (snd_pcm_format_big_endian(*format) == 1); in wave_builder_pre_process()
/third_party/alsa-lib/test/
H A Dpcm.c50 int big_endian = snd_pcm_format_big_endian(format) == 1; in generate_sine()
/third_party/alsa-lib/include/
H A Dpcm.h1160 int snd_pcm_format_big_endian(snd_pcm_format_t format);

Completed in 9 milliseconds