Home
last modified time | relevance | path

Searched refs:TO_CPU_SHORT (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-utils/aplay/
Dformats.h64 #define TO_CPU_SHORT(v, be) \ macro
Daplay.c1049 format = TO_CPU_SHORT(f->format, big_endian); in test_wavefile()
1061 format = TO_CPU_SHORT(fe->guid_format, big_endian); in test_wavefile()
1068 channels = TO_CPU_SHORT(f->channels, big_endian); in test_wavefile()
1074 switch (TO_CPU_SHORT(f->bit_p_spl, big_endian)) { in test_wavefile()
1093 switch (TO_CPU_SHORT(f->byte_p_spl, big_endian) / hwparams.channels) { in test_wavefile()
1118 TO_CPU_SHORT(f->bit_p_spl, big_endian), in test_wavefile()
1119 TO_CPU_SHORT(f->byte_p_spl, big_endian), in test_wavefile()
1141 TO_CPU_SHORT(f->bit_p_spl, big_endian)); in test_wavefile()