Searched refs:kExpectedOutput (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | mixing_test.cc | 238 const int16_t kExpectedOutput = kInputValue * 3; in TEST_F() local 239 RunMixingTest(4, 0, 4, false, kInputValue, 1.1 * kExpectedOutput, in TEST_F() 240 0.9 * kExpectedOutput, kCodecL16); in TEST_F() 248 const int16_t kExpectedOutput = kLimiterHeadroom; in TEST_F() local 251 ASSERT_LT(1.1 * kExpectedOutput, kInt16Max); in TEST_F() 252 RunMixingTest(3, 0, 3, false, kInputValue, 1.1 * kExpectedOutput, in TEST_F() 253 0.9 * kExpectedOutput, kCodecL16); in TEST_F() 258 const int16_t kExpectedOutput = kInt16Max; in TEST_F() local 260 ASSERT_GT(0.95 * kExpectedOutput, kLimiterHeadroom); in TEST_F() 262 RunMixingTest(1, 0, 1, false, kInputValue, kExpectedOutput, in TEST_F() [all …]
|
/external/webrtc/webrtc/common_audio/ |
D | blocker_unittest.cc | 139 const float kExpectedOutput[kNumInputChannels][kNumFrames] = { in TEST_F() local 144 kExpectedOutput[0], sizeof(kExpectedOutput) / sizeof(**kExpectedOutput)); in TEST_F() 192 const float kExpectedOutput[kNumOutputChannels][kNumFrames] = { in TEST_F() local 197 kExpectedOutput[0], sizeof(kExpectedOutput) / sizeof(**kExpectedOutput)); in TEST_F() 245 const float kExpectedOutput[kNumOutputChannels][kNumFrames] = { in TEST_F() local 250 kExpectedOutput[0], sizeof(kExpectedOutput) / sizeof(**kExpectedOutput)); in TEST_F()
|
/external/libvpx/libvpx/test/ |
D | pp_filter_test.cc | 84 static const uint8_t kExpectedOutput[block_height] = { in TEST_P() local 91 ASSERT_EQ(kExpectedOutput[i], pixel_ptr[j]) << "at (" << i << ", " << j in TEST_P() 218 static const unsigned char kExpectedOutput[cols] = { in TEST_P() local 223 kExpectedOutput); in TEST_P() 234 static const unsigned char kExpectedOutput[cols] = { in TEST_P() local 239 kExpectedOutput); in TEST_P() 244 kExpectedOutput); in TEST_P() 312 static const unsigned char kExpectedOutput[rows * cols] = { in TEST_P() local 330 kExpectedOutput); in TEST_P() 335 kExpectedOutput); in TEST_P() [all …]
|