Searched refs:fmt_chunk_len (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/uapp/audio/
H A Dwav-common.h40 uint32_t fmt_chunk_len; member in struct:WAVCommon::WAVHeader
51 fmt_chunk_len = htole32(fmt_chunk_len);
H A Dwav-source.cpp86 size_t total_wav_hdr_size = wav_info.fmt_chunk_len + offsetof(WAVHeader, format);
88 printf("Bad format chunk length in WAV header (%u)\n", wav_info.fmt_chunk_len);
H A Dwav-sink.cpp36 wav_hdr.fmt_chunk_len = sizeof(wav_hdr) - offsetof(WAVHeader, format);

Completed in 75 milliseconds