Home
last modified time | relevance | path

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

/external/tinyalsa/
Dtinycap.c43 struct wav_header { struct
44 uint32_t riff_id;
45 uint32_t riff_sz;
46 uint32_t riff_fmt;
47 uint32_t fmt_id;
48 uint32_t fmt_sz;
49 uint16_t audio_format;
50 uint16_t num_channels;
74 struct wav_header header; in main() argument
/external/qemu/hw/android/goldfish/
Daudio.c323 uint8 wav_header[44]; in start_read() local