Home
last modified time | relevance | path

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

/system/uapp/audio/
A Dwav-common.h40 uint32_t fmt_chunk_len; member
51 fmt_chunk_len = htole32(fmt_chunk_len); in FixupEndian()
A Dwav-source.cpp86 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()
A Dwav-sink.cpp36 wav_hdr.fmt_chunk_len = sizeof(wav_hdr) - offsetof(WAVHeader, format); in SetFormat()

Completed in 4 milliseconds