Home
last modified time | relevance | path

Searched refs:m_phys_offset (Results 1 – 2 of 2) sorted by relevance

/dports/audio/kwave/kwave-21.12.3/plugins/codec_wav/
H A DRIFFChunk.cpp32 m_chunk_length(length), m_phys_offset(phys_offset), in RIFFChunk()
81 quint32 end = m_phys_offset + m_phys_length; in physEnd()
132 return m_phys_offset + ((m_type == Main) ? 12 : 8); in dataStart()
217 m_phys_offset, physEnd(), physLength(), length(), in dumpStructure()
H A DRIFFChunk.h135 inline quint32 physStart() const { return m_phys_offset; } in physStart()
195 quint32 m_phys_offset; variable