Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/cng/
Dcng_unittest.cc58 const size_t num_samples_10ms = rtc::CheckedDivExact(sample_rate_hz, 100); in TestCngEncode() local
64 speech_data_, num_samples_10ms), in TestCngEncode()
68 rtc::ArrayView<const int16_t>(speech_data_, num_samples_10ms), in TestCngEncode()