Home
last modified time | relevance | path

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

/external/webrtc/common_audio/
Dwav_header.cc55 uint32_t ByteRate; member
70 uint32_t ByteRate; member
154 uint32_t ByteRate(size_t num_channels, in ByteRate() function
223 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WritePcmWavHeader()
255 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WriteIeeeFloatWavHeader()
426 if (header.fmt.ByteRate != in ReadWavHeader()
427 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()