OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kExpectedOutput
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
mixing_test.cc
238
const int16_t
kExpectedOutput
= kInputValue * 3;
239
RunMixingTest(4, 0, 4, false, kInputValue, 1.1 *
kExpectedOutput
,
240
0.9 *
kExpectedOutput
, kCodecL16);
248
const int16_t
kExpectedOutput
= kLimiterHeadroom;
251
ASSERT_LT(1.1 *
kExpectedOutput
, kInt16Max);
252
RunMixingTest(3, 0, 3, false, kInputValue, 1.1 *
kExpectedOutput
,
253
0.9 *
kExpectedOutput
, kCodecL16);
258
const int16_t
kExpectedOutput
= kInt16Max;
260
ASSERT_GT(0.95 *
kExpectedOutput
, kLimiterHeadroom);
262
RunMixingTest(1, 0, 1, false, kInputValue,
kExpectedOutput
,
[
all
...]
/external/webrtc/webrtc/common_audio/
blocker_unittest.cc
139
const float
kExpectedOutput
[kNumInputChannels][kNumFrames] = {
144
kExpectedOutput
[0], sizeof(
kExpectedOutput
) / sizeof(**
kExpectedOutput
));
192
const float
kExpectedOutput
[kNumOutputChannels][kNumFrames] = {
197
kExpectedOutput
[0], sizeof(
kExpectedOutput
) / sizeof(**
kExpectedOutput
));
245
const float
kExpectedOutput
[kNumOutputChannels][kNumFrames] = {
250
kExpectedOutput
[0], sizeof(kExpectedOutput) / sizeof(**kExpectedOutput))
[
all
...]
/external/dbus-binding-generator/chromeos-dbus-bindings/
method_name_generator_unittest.cc
27
const char
kExpectedOutput
[] = R"(
66
EXPECT_STREQ(
kExpectedOutput
, contents.c_str());
/system/connectivity/shill/
resolver_unittest.cc
40
const char
kExpectedOutput
[] =
95
EXPECT_EQ(
kExpectedOutput
, ReadFile());
Completed in 264 milliseconds