Home
last modified time | relevance | path

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

/openbsd/usr.bin/aucat/
H A Dafile.c63 #define WAV_FMT_EXT_SIZE (16 + 24) macro
284 if (csize > WAV_FMT_EXT_SIZE) in afile_wav_readfmt()
285 csize = WAV_FMT_EXT_SIZE; in afile_wav_readfmt()
293 if (csize != WAV_FMT_EXT_SIZE) { in afile_wav_readfmt()
414 WAV_FMT_EXT_SIZE - WAV_FMT_SIZE - sizeof(hdr.fmt.extsize)); in afile_wav_writehdr()