Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/utility/source/
Dfile_player_unittests.cc94 const int kOutputLengthMs = 10000; in TEST_F() local
97 PlayFileAndCheck(kFileName, kRefChecksum, kOutputLengthMs); in TEST_F()
110 const int kOutputLengthMs = 10000; in TEST_F() local
113 PlayFileAndCheck(kFileName, kRefChecksum, kOutputLengthMs); in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dneteq_external_decoder_test.h27 static const int kOutputLengthMs = 10; variable
Dneteq_external_decoder_test.cc59 EXPECT_EQ(static_cast<size_t>(kOutputLengthMs * sample_rate_hz_ / 1000), in GetOutputAudio()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_external_decoder_unittest.cc125 time_now += kOutputLengthMs; in RunTest()
200 EXPECT_EQ(static_cast<size_t>(kOutputLengthMs * sample_rate_hz_ / 1000), in GetAndVerifyOutput()
Dneteq_network_stats_unittest.cc198 time_now += kOutputLengthMs; in RunTest()