Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dmixing_test.cc237 const int16_t kInputValue = 1000; in TEST_F() local
238 const int16_t kExpectedOutput = kInputValue * 3; in TEST_F()
239 RunMixingTest(4, 0, 4, false, kInputValue, 1.1 * kExpectedOutput, in TEST_F()
247 const int16_t kInputValue = 20000; in TEST_F() local
250 ASSERT_GT(kInputValue * 3, kInt16Max); in TEST_F()
252 RunMixingTest(3, 0, 3, false, kInputValue, 1.1 * kExpectedOutput, in TEST_F()
257 const int16_t kInputValue = kInt16Max; in TEST_F() local
262 RunMixingTest(1, 0, 1, false, kInputValue, kExpectedOutput, in TEST_F()
267 const int16_t kInputValue = 1000; in TEST_F() local
268 const int16_t kExpectedOutput = kInputValue * 2; in TEST_F()
[all …]
Dfile_before_streaming_test.cc19 const int16_t kInputValue = 15000; variable
47 ASSERT_EQ(1u, fwrite(&kInputValue, sizeof(kInputValue), 1, input_file)); in GenerateInputFile()
115 VerifyOutput(kInputValue); in TEST_F()
128 VerifyOutput(kInputValue); in TEST_F()