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

/external/webrtc/webrtc/common_audio/
H A Dwav_header.cc41 uint32_t ByteRate; member in struct:webrtc::__anon20107::FmtSubchunk
69 // ByteRate field.
138 static inline uint32_t ByteRate(size_t num_channels, int sample_rate, function in namespace:webrtc
169 WriteLE32(&header.fmt.ByteRate, ByteRate(num_channels, sample_rate,
231 if (ReadLE32(header.fmt.ByteRate) !=
232 ByteRate(*num_channels, *sample_rate, *bytes_per_sample))

Completed in 35 milliseconds