Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dwav_header.cc41 uint32_t ByteRate; member
138 static inline uint32_t ByteRate(size_t num_channels, int sample_rate, in ByteRate() function
169 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()