Home
last modified time | relevance | path

Searched defs:kExpectedOutput (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dmixing_test.cc238 const int16_t kExpectedOutput = kInputValue * 3; in TEST_F() local
248 const int16_t kExpectedOutput = kLimiterHeadroom; in TEST_F() local
258 const int16_t kExpectedOutput = kInt16Max; in TEST_F() local
268 const int16_t kExpectedOutput = kInputValue * 2; in TEST_F() local
275 const int16_t kExpectedOutput = kInputValue * 4; in TEST_F() local
282 const int16_t kExpectedOutput = kInputValue * 2; in TEST_F() local
/external/webrtc/webrtc/common_audio/
Dblocker_unittest.cc139 const float kExpectedOutput[kNumInputChannels][kNumFrames] = { in TEST_F() local
192 const float kExpectedOutput[kNumOutputChannels][kNumFrames] = { in TEST_F() local
245 const float kExpectedOutput[kNumOutputChannels][kNumFrames] = { in TEST_F() local
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dmethod_name_generator_unittest.cc27 const char kExpectedOutput[] = R"( variable