Home
last modified time | relevance | path

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

/third_party/alsa-utils/bat/
H A Dcommon.c111 if ((riff_wave_header.magic != WAV_RIFF) in read_wav_header()
164 wav->header.magic = WAV_RIFF; in prepare_wav_info()
H A Dcommon.h36 #define WAV_RIFF COMPOSE('R', 'I', 'F', 'F') macro
/third_party/alsa-utils/aplay/
H A Dformats.h68 #define WAV_RIFF COMPOSE_ID('R','I','F','F') macro
H A Daplay.c1028 if (h->magic == WAV_RIFF)
2734 h.magic = WAV_RIFF;
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c697 #define WAV_RIFF COMPOSE_ID('R','I','F','F') macro
734 if (header.hdr.magic != WAV_RIFF || header.hdr.type != WAV_WAVE) { in check_wav_file()

Completed in 12 milliseconds