Searched refs:kFrameLengthSamples (Results 1 – 1 of 1) sorted by relevance
1244 const size_t kFrameLengthSamples = in TEST_F() local1262 .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() local1374 .WillRepeatedly(Return(rtc::checked_cast<int>(kFrameLengthSamples))); in TEST_F()[all …]