Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc1244 const size_t kFrameLengthSamples = in TEST_F() local
1262 .WillRepeatedly(Return(rtc::checked_cast<int>(kFrameLengthSamples))); in TEST_F()
1265 int16_t dummy_output[kFrameLengthSamples] = {0}; in TEST_F()
1275 dummy_output + kFrameLengthSamples), in TEST_F()
1277 Return(rtc::checked_cast<int>(kFrameLengthSamples)))) in TEST_F()
1293 dummy_output + kFrameLengthSamples), in TEST_F()
1295 Return(rtc::checked_cast<int>(kFrameLengthSamples)))); in TEST_F()
1304 rtp_header.timestamp += kFrameLengthSamples; in TEST_F()
1356 const size_t kFrameLengthSamples = in TEST_F() local
1374 .WillRepeatedly(Return(rtc::checked_cast<int>(kFrameLengthSamples))); in TEST_F()
[all …]