Searched refs:fmt_chunk_len (Results 1 – 3 of 3) sorted by relevance
40 uint32_t fmt_chunk_len; member51 fmt_chunk_len = htole32(fmt_chunk_len); in FixupEndian()
86 size_t total_wav_hdr_size = wav_info.fmt_chunk_len + offsetof(WAVHeader, format); in Initialize()88 printf("Bad format chunk length in WAV header (%u)\n", wav_info.fmt_chunk_len); in Initialize()
36 wav_hdr.fmt_chunk_len = sizeof(wav_hdr) - offsetof(WAVHeader, format); in SetFormat()
Completed in 4 milliseconds