Home
last modified time | relevance | path

Searched refs:LE_SHORT (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-utils/aplay/
H A Dformats.h48 #define LE_SHORT(v) (v) macro
54 #define LE_SHORT(v) bswap_16(v) macro
64 ((be) ? BE_SHORT(v) : LE_SHORT(v))
H A Daplay.c976 vocminor = LE_SHORT(vp->version) & 0xFF;
977 vocmajor = LE_SHORT(vp->version) / 256;
978 if (LE_SHORT(vp->version) != (0x1233 - LE_SHORT(vp->coded_ver)))
980 return LE_SHORT(vp->headerlen) - sizeof(VocHeader); /* 0 mostly */
2658 vh.headerlen = LE_SHORT(sizeof(VocHeader));
2659 vh.version = LE_SHORT(VOC_ACTUAL_VERSION);
2660 vh.coded_ver = LE_SHORT(0x1233 - VOC_ACTUAL_VERSION);
2675 eb.tc = LE_SHORT(65536 - 256000000L / (hwparams.rate << 1));
2743 f.format = LE_SHORT(WAV_FMT_IEEE_FLOA
[all...]
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c89 #define LE_SHORT(v) (v) macro
95 #define LE_SHORT(v) bswap_16(v) macro
333 *samp16++ = LE_SHORT(res.i >> 16); in do_generate()
738 if (header.body.format != LE_SHORT(WAV_PCM_CODE)) { in check_wav_file()
740 LE_SHORT(header.body.format), wav_file[channel]); in check_wav_file()
743 if (header.body.channels != LE_SHORT(1)) { in check_wav_file()
745 wav_file[channel], LE_SHORT(header.body.channels)); in check_wav_file()
753 if (header.body.sample_bits != LE_SHORT(16)) { in check_wav_file()
755 LE_SHORT(header.body.sample_bits), wav_file[channel]); in check_wav_file()

Completed in 6 milliseconds