Home
last modified time | relevance | path

Searched defs:wav_header (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-utils/bat/
Dcommon.h108 struct wav_header { struct
109 unsigned int magic; /* 'RIFF' */
110 unsigned int length; /* file len */
111 unsigned int type; /* 'WAVE' */
/third_party/alsa-lib/src/pcm/
Dpcm_file.c90 struct wav_fmt wav_header; member