Searched refs:ByteRate (Results 1 – 1 of 1) sorted by relevance
41 uint32_t ByteRate; member138 static inline uint32_t ByteRate(size_t num_channels, int sample_rate, in ByteRate() function169 WriteLE32(&header.fmt.ByteRate, ByteRate(num_channels, sample_rate, in WriteWavHeader()231 if (ReadLE32(header.fmt.ByteRate) != in ReadWavHeader()232 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()