Home
last modified time | relevance | path

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

/third_party/alsa-utils/bat/
Dcommon.c109 if ((riff_wave_header.magic != WAV_RIFF) in read_wav_header()
162 wav->header.magic = WAV_RIFF; in prepare_wav_info()
Dcommon.h30 #define WAV_RIFF COMPOSE('R', 'I', 'F', 'F') macro
/third_party/alsa-utils/aplay/
Dformats.h69 #define WAV_RIFF COMPOSE_ID('R','I','F','F') macro
Daplay.c1008 if (h->magic == WAV_RIFF) in test_wavefile()
2682 h.magic = WAV_RIFF; in begin_wave()
/third_party/alsa-utils/speaker-test/
Dspeaker-test.c668 #define WAV_RIFF COMPOSE_ID('R','I','F','F') macro
705 if (header.hdr.magic != WAV_RIFF || header.hdr.type != WAV_WAVE) { in check_wav_file()