Home
last modified time | relevance | path

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

/external/tinyalsa/
Dtinycap.c44 struct wav_header { struct
45 uint32_t riff_id;
46 uint32_t riff_sz;
47 uint32_t riff_fmt;
48 uint32_t fmt_id;
49 uint32_t fmt_sz;
50 uint16_t audio_format;
51 uint16_t num_channels;
75 struct wav_header header; in main() argument
/external/tinyalsa_new/utils/
Dtinycap.c48 struct wav_header { struct
49 uint32_t riff_id;
50 uint32_t riff_sz;
51 uint32_t riff_fmt;
52 uint32_t fmt_id;
53 uint32_t fmt_sz;
54 uint16_t audio_format;
55 uint16_t num_channels;
56 uint32_t sample_rate;
57 uint32_t byte_rate;
[all …]