16477 Commits

Author SHA1 Message Date
sakal
8444405aa4 Try re-enabling two PeerConnectionClientTests:
- org.appspot.apprtc.test.PeerConnectionClientTest#testCaptureFormatChange
- org.appspot.apprtc.test.PeerConnectionClientTest#testVideoSourceRestart

The tests were previously flaky but significant changes to the test
architecture have been made since. Opportunistically try to re-enable
them.

BUG=webrtc:6478

Review-Url: https://codereview.webrtc.org/2748863003
Cr-Commit-Position: refs/heads/master@{#17245}
2017-03-15 12:50:13 +00:00
stefan
664fc8fa7b Fix broken test landed in r17243.
TBR=philipel@webrtc.org
NOTRY=true

BUG=webrtc:7347

Review-Url: https://codereview.webrtc.org/2751963002
Cr-Commit-Position: refs/heads/master@{#17244}
2017-03-15 12:07:24 +00:00
Stefan Holmer
9ea46b5286 Ignore packets sent on old network route when receiving feedback.
BUG=webrtc:7347
R=philipel@webrtc.org

Review-Url: https://codereview.webrtc.org/2755553003 .
Cr-Commit-Position: refs/heads/master@{#17243}
2017-03-15 11:40:25 +00:00
tommi
83722268d6 TaskQueue[Win] DOS handling
BUG=webrtc:7341

Review-Url: https://codereview.webrtc.org/2750853002
Cr-Commit-Position: refs/heads/master@{#17242}
2017-03-15 11:36:29 +00:00
ilnik
35b7de480b Fix crash in vie_encoder when encoder configure fails
Bad changes are from CL 2745523002.

These changes were originally done by Sprang@. Sometimes, when encoder is failed to be configured on release build it causes a crash at vie_encoder.cc:451. That changes look like they are not important to other changes. This CL is simply reverting them.

BUG=chromium:701526

Review-Url: https://codereview.webrtc.org/2747403002
Cr-Commit-Position: refs/heads/master@{#17241}
2017-03-15 11:24:21 +00:00
buildbot
7f704df74c Roll chromium_revision 99c1f4221e..79d9faff8d (457015:457045)
Change log: 99c1f4221e..79d9faff8d
Full diff: 99c1f4221e..79d9faff8d

Changed dependencies:
* src/ios: 8d1f4a15e6..9c056b980e
* src/third_party: 24999c043d..45d9714482
* src/tools: 2ffeda5cdc..d313d4ad11
DEPS diff: 99c1f4221e..79d9faff8d/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2748313002
Cr-Commit-Position: refs/heads/master@{#17240}
2017-03-15 10:28:47 +00:00
philipel
620d75f5be Save width/height of SPS nalus and restore them on the first packet of an IDR.
It appears that for some H264 streams that the width/height is not set for
the first packet of the IDR but in the packet containing the SPS/PPS.

BUG=chromium:698088, webrtc:7139

Review-Url: https://codereview.webrtc.org/2750633003
Cr-Commit-Position: refs/heads/master@{#17239}
2017-03-15 09:51:11 +00:00
kjellander
9f8a566316 Roll chromium_revision 981ff3850e..99c1f4221e (456928:457015)
MB was updated to accomodate changes in https://codereview.chromium.org/2695963003

Change log: 981ff3850e..99c1f4221e
Full diff: 981ff3850e..99c1f4221e

Changed dependencies:
* src/base: be5cf86ede..6d7c22c4f5
* src/build: 2744073131..e8b5e58534
* src/ios: 65ada1572f..8d1f4a15e6
* src/testing: 3d76f6cb4c..d6eb1e0a11
* src/third_party: 779bb26879..24999c043d
* src/tools: f2d0d63fdc..2ffeda5cdc
DEPS diff: 981ff3850e..99c1f4221e/DEPS

No update to Clang.

TBR=
BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2755433005
Cr-Commit-Position: refs/heads/master@{#17238}
2017-03-15 09:31:11 +00:00
terelius
23c595adba Pass label and plot style to the TimeSeries' constructor.
BUG=webrtc:7323

Review-Url: https://codereview.webrtc.org/2750583002
Cr-Commit-Position: refs/heads/master@{#17237}
2017-03-15 08:59:12 +00:00
buildbot
5d389dbde0 Roll chromium_revision ea42323d26..981ff3850e (456712:456928)
Change log: ea42323d26..981ff3850e
Full diff: ea42323d26..981ff3850e

Changed dependencies:
* src/base: 58ac499a10..be5cf86ede
* src/build: 108ba89d73..2744073131
* src/ios: 68d6f66519..65ada1572f
* src/testing: 0ef51017d5..3d76f6cb4c
* src/third_party: c73be34d5f..779bb26879
* src/tools: ea8ad9414c..f2d0d63fdc
DEPS diff: ea42323d26..981ff3850e/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2755583002
Cr-Commit-Position: refs/heads/master@{#17236}
2017-03-15 01:25:17 +00:00
zijiehe
bc935b4c49 Ignore unmoved moved_rects in DxgiOutputDuplicator
I cannot even imagine this change is useful. But it consistently reduces average
capture time by 0.375% (4.07 -> 4.055), and average encode time by 0.313%
(8.042 -> 8.016) without other impacts. Considering this is a one-line change,
it's worthy to be added.

BUG=679523

Review-Url: https://codereview.webrtc.org/2743233002
Cr-Commit-Position: refs/heads/master@{#17235}
2017-03-15 00:27:58 +00:00
minyue
a613eb6bff Fixing a few tests for the upcoming Opus 1.2-alpha.
BUG=b/35415318

NOTRY=True

Review-Url: https://codereview.webrtc.org/2746763005
Cr-Commit-Position: refs/heads/master@{#17234}
2017-03-14 21:33:30 +00:00
Tommi
275e2099ab Remove ReceiveCodec() getters from VideoCodingModule.
The getters are not used and the implementation cannot be guaranteed
to return a correct value except when called synchronously from
the decoding thread while decoding.

The methods as is imply that the implementation needs to offer some
sort of synchronization, and that's not desirable.

BUG=webrtc:7328
R=stefan@webrtc.org

Review-Url: https://codereview.webrtc.org/2741853008 .
Cr-Commit-Position: refs/heads/master@{#17233}
2017-03-14 18:55:19 +00:00
dkirovbroadsoft
e851a9a763 Fixed problems in neteq when RTP and decoder timestamps increment with
different sample rate frequency.

BUG=webrtc:7327

Problems before the fix:
1. NetEqImpl::timestamp_ is inconsistent. Initially it is set to
the original RTP timestamp, but later gets updated with the
scaled timestamp.
2. NetEqImpl::InsertPacketInternal::main_timestamp is set with
the original RTP timestamp, but later gets compared with the
NetEqImpl::timestamp_ which may or may not be with the same
sample rate frequency and this results in major problems.
3. IncreaseEndTimestamp(main_timestamp - timestamp_) will be
incorrect when SSRC is changed and not the first packet.
4. delay_manager_->Update() may not be always invoked, since
the (main_timestamp - timestamp_) >= 0 will not be true when
the previous scaled timestamp_ is bigger than the main_timestamp
(current RTP timestamp) even if the current RTP timestamp is
bigger than the previous RTP timestamp.
5. delay_manager_->Update() parameters are main_timestamp
which increments with the RTP sample rate frequency and the
fs_hz_ which is the decoder sample rate frequency. When these
two frequencies are different as is the case with g.722, the
DelayManager::Update() will misfire and calculate incorrect
packet_len_ms and inter-arrival time (IAT) as a result. This
in effect will cause neteq to enter kPreemptiveExpand operation
and will keep expanding the jitter buffer even if the RTP packets
arrive with no jitter at all.

The fix corrects all these problems by making sure the
main_timestamp and the timestamp_ are always set with the scaled
timestamp and increment with the decoder sample rate frequency.

Review-Url: https://codereview.webrtc.org/2743063005
Cr-Commit-Position: refs/heads/master@{#17232}
2017-03-14 17:00:27 +00:00
buildbot
184732b7c1 Roll chromium_revision bf959238eb..ea42323d26 (456678:456712)
Change log: bf959238eb..ea42323d26
Full diff: bf959238eb..ea42323d26

Changed dependencies:
* src/base: c49aaaf1b6..58ac499a10
* src/ios: 9802869e63..68d6f66519
* src/testing: d734dd3d39..0ef51017d5
* src/third_party: 9693b1ee32..c73be34d5f
* src/tools: de03de98ba..ea8ad9414c
DEPS diff: bf959238eb..ea42323d26/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2750673005
Cr-Commit-Position: refs/heads/master@{#17231}
2017-03-14 16:10:14 +00:00
oprypin
a514584b9a Add the ability to read/write to WAV files in FakeAudioDevice
BUG=webrtc:7229

Review-Url: https://codereview.webrtc.org/2717623003
Cr-Commit-Position: refs/heads/master@{#17230}
2017-03-14 16:01:47 +00:00
nisse
cd386eb13f Delete support for sending RTCP RPSI and SLI messages.
BUG=webrtc:7338

Review-Url: https://codereview.webrtc.org/2746413003
Cr-Commit-Position: refs/heads/master@{#17229}
2017-03-14 15:54:43 +00:00
tommi
0a73564338 Change FrameBuffer::Stop to not require a critical section.
BUG=webrtc:7331

Review-Url: https://codereview.webrtc.org/2749563002
Cr-Commit-Position: refs/heads/master@{#17228}
2017-03-14 13:23:57 +00:00
buildbot
2cb58fd162 Roll chromium_revision 90f556922c..bf959238eb (456661:456678)
Change log: 90f556922c..bf959238eb
Full diff: 90f556922c..bf959238eb

Changed dependencies:
* src/ios: ed6cdc61b9..9802869e63
* src/testing: 2137cf9fc0..d734dd3d39
* src/third_party: 170e229f1d..9693b1ee32
* src/tools: 67c1e59b28..de03de98ba
DEPS diff: 90f556922c..bf959238eb/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2748653004
Cr-Commit-Position: refs/heads/master@{#17227}
2017-03-14 13:13:39 +00:00
tommi
d0a71ba1ae Updates to VCMDecodedFrameCallback, VideoReceiver and a few related classes/tests.
* The _receiveCallback member of VCMDecodedFrameCallback does actually not require locking now that the threading model is slightly clearer. Documentation and checks have been added.
* UserReceiveCallback() never returns null and must always be called on the decoder thread. Checks have been added and the two test suites that were failing to set this callback, have been fixed and a new mock class added.  (looks like sakal@ may have hit some issues with flaky tests there).
* Changed VcmPayloadSink to use move semantics which I suspect was the intention at the time the code was written (when we didn't have move semantics).
* Added thread checker to a couple of classes and started adding thread checks for known behavior.  There's more to be  done there.
* Remove the |_decoder| member variable in VideoReceiver. It is not needed and as it could be used, left us open to a race.
* TODOs added for places where we can reduce locking. I suspect that we can get away with not needing a lock around _codecDataBase in VideoReceiver once we've got a clear picture of the threading model and ensured that all adhere to it.

BUG=webrtc:7328

Review-Url: https://codereview.webrtc.org/2744013002
Cr-Commit-Position: refs/heads/master@{#17226}
2017-03-14 11:16:20 +00:00
buildbot
4262f1f892 Roll chromium_revision abc0893aa2..90f556922c (456641:456661)
Change log: abc0893aa2..90f556922c
Full diff: abc0893aa2..90f556922c

Changed dependencies:
* src/ios: 7f102b244c..ed6cdc61b9
* src/testing: efd7a6266b..2137cf9fc0
* src/third_party: 7b67024428..170e229f1d
DEPS diff: abc0893aa2..90f556922c/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2746293003
Cr-Commit-Position: refs/heads/master@{#17225}
2017-03-14 10:24:54 +00:00
VladimirTechMan
7b188e8fbb Add flag to clean up temporary results after building iOS Framework or static lib
The --purify flag can now be passed to remove the temporary
files and directories created while building the iOS Framework or static
library. That way, only the final result(s) are taking up space in the
output folder.

BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2740923003
Cr-Commit-Position: refs/heads/master@{#17224}
2017-03-14 10:12:35 +00:00
kthelgason
c7daea8d6a Make AudioBuffer::InterleaveTo const
The only non-const operation was a one-time initialization of a member only used in this function. I've moved it to the ctor.

BUG=webrtc:5298

Review-Url: https://codereview.webrtc.org/2741733002
Cr-Commit-Position: refs/heads/master@{#17223}
2017-03-14 10:10:07 +00:00
elad.alon
cfd88bbe80 Fix AudioEncoderOpus::RecreateEncoderInstance() referring to old config_
BUG=webrtc:7334

Review-Url: https://codereview.webrtc.org/2742383002
Cr-Commit-Position: refs/heads/master@{#17222}
2017-03-14 09:50:46 +00:00
nisse
07b8388234 Delete utf_util_win.h.
It duplicates base/win32.h.

BUG=None

Review-Url: https://codereview.webrtc.org/2744833002
Cr-Commit-Position: refs/heads/master@{#17221}
2017-03-14 08:32:50 +00:00
nisse
a33c62ee65 Add accessor functions for protected member variables of ModuleRtpRtcpImpl.
BUG=webrtc:7135

Review-Url: https://codereview.webrtc.org/2747743002
Cr-Commit-Position: refs/heads/master@{#17220}
2017-03-14 07:49:45 +00:00
buildbot
bb2f1c81f2 Roll chromium_revision 6d96a3d878..abc0893aa2 (456618:456641)
Change log: 6d96a3d878..abc0893aa2
Full diff: 6d96a3d878..abc0893aa2

Changed dependencies:
* src/third_party: 7d8681e45b..7b67024428
* src/tools: 91ad04d1c8..67c1e59b28
DEPS diff: 6d96a3d878..abc0893aa2/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2749493004
Cr-Commit-Position: refs/heads/master@{#17219}
2017-03-14 07:11:13 +00:00
buildbot
f06f75d5a6 Roll chromium_revision 62b8e59964..6d96a3d878 (456561:456618)
Change log: 62b8e59964..6d96a3d878
Full diff: 62b8e59964..6d96a3d878

Changed dependencies:
* src/base: 3ecf68871a..c49aaaf1b6
* src/build: 883170d2b4..108ba89d73
* src/buildtools: 95345544a0..e6b510a9da
* src/ios: c3d48befc7..7f102b244c
* src/testing: 36378edb31..efd7a6266b
* src/third_party: 56a546880e..7d8681e45b
* src/third_party/catapult: 1ec68b3ec6..e9f547be04
* src/tools: eafd3ec3a1..91ad04d1c8
DEPS diff: 62b8e59964..6d96a3d878/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2751683002
Cr-Commit-Position: refs/heads/master@{#17218}
2017-03-14 04:12:59 +00:00
buildbot
768ce4cee2 Roll chromium_revision 7d5e4125a7..62b8e59964 (456499:456561)
Change log: 7d5e4125a7..62b8e59964
Full diff: 7d5e4125a7..62b8e59964

Changed dependencies:
* src/base: e26433ced0..3ecf68871a
* src/build: 3c5003eba8..883170d2b4
* src/ios: 1ef577e65b..c3d48befc7
* src/third_party: edffbd12b6..56a546880e
* src/third_party/catapult: ae1fc136b4..1ec68b3ec6
* src/tools: c19a99cef3..eafd3ec3a1
DEPS diff: 7d5e4125a7..62b8e59964/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2749743002
Cr-Commit-Position: refs/heads/master@{#17217}
2017-03-14 01:10:13 +00:00
buildbot
4c22399dfb Roll chromium_revision 567ff79ca4..7d5e4125a7 (456390:456499)
Change log: 567ff79ca4..7d5e4125a7
Full diff: 567ff79ca4..7d5e4125a7

Changed dependencies:
* src/base: a68961835b..e26433ced0
* src/build: aa1278561c..3c5003eba8
* src/buildtools: b3771b1935..95345544a0
* src/ios: ba0045c3a8..1ef577e65b
* src/testing: 817c4f25e5..36378edb31
* src/third_party: f34e0f7ed5..edffbd12b6
* src/third_party/catapult: d125684594..ae1fc136b4
* src/tools: 8120eb1dc0..c19a99cef3
DEPS diff: 567ff79ca4..7d5e4125a7/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2746273002
Cr-Commit-Position: refs/heads/master@{#17216}
2017-03-13 22:10:28 +00:00
zhihuang
30e0da4a65 Change the type of session_id() from string to int64_t.
BUG=webrtc:7311

Review-Url: https://codereview.webrtc.org/2749493002
Cr-Commit-Position: refs/heads/master@{#17215}
2017-03-13 18:00:54 +00:00
buildbot
d92f5ba9a7 Roll chromium_revision 2ac5618843..567ff79ca4 (456361:456390)
Change log: 2ac5618843..567ff79ca4
Full diff: 2ac5618843..567ff79ca4

Changed dependencies:
* src/base: eec9ae3b48..a68961835b
* src/build: 1748b434c7..aa1278561c
* src/ios: f87476553a..ba0045c3a8
* src/testing: 90e54f2150..817c4f25e5
* src/third_party: 15e417fe4a..f34e0f7ed5
* src/third_party/catapult: 4550ebce30..d125684594
DEPS diff: 2ac5618843..567ff79ca4/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2742423002
Cr-Commit-Position: refs/heads/master@{#17214}
2017-03-13 16:22:33 +00:00
tommi
8eb0751b2e Provide a default return value for mock_audio_device_.TimeUntilNextProcess.
By default the return value will be 0, which if we hit, could cause busy loops.

BUG=webrtc:7187

Review-Url: https://codereview.webrtc.org/2750503002
Cr-Commit-Position: refs/heads/master@{#17213}
2017-03-13 15:23:35 +00:00
kthelgason
96feb2ac1c Update licence generation script after GYP->GN migration.
BUG=webrtc:6372

Review-Url: https://codereview.webrtc.org/2735173002
Cr-Commit-Position: refs/heads/master@{#17212}
2017-03-13 15:05:59 +00:00
buildbot
d7016848b9 Roll chromium_revision e44f674b04..2ac5618843 (456348:456361)
Change log: e44f674b04..2ac5618843
Full diff: e44f674b04..2ac5618843

Changed dependencies:
* src/ios: d8a274f756..f87476553a
* src/third_party: 0377760002..15e417fe4a
* src/third_party/libFuzzer/src: 5bcbfc5bcc..eebc6eb559
* src/tools: 6cc99e6b7b..8120eb1dc0
DEPS diff: e44f674b04..2ac5618843/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2742343003
Cr-Commit-Position: refs/heads/master@{#17211}
2017-03-13 13:46:59 +00:00
solenberg
ebb349d7c9 Revert to allowing only 1 unsignaled receive stream for audio.
Reason to go back is that we may end up with a bunch of streams that are never cleaned up and consume resources.

BUG=webrtc:7175, b/35863246

Review-Url: https://codereview.webrtc.org/2746763002
Cr-Commit-Position: refs/heads/master@{#17210}
2017-03-13 12:46:15 +00:00
kwiberg
a1896a649c iSAC fix entropy coder: Recently added DCHECK could in fact trigger
A DCHECK added in a recent bugfix, which asserted that a signed 64->32
bit cast did not overflow, has been found to not always pass. We fix
this by saturating.

BUG=chromium:693868

Review-Url: https://codereview.webrtc.org/2746903002
Cr-Commit-Position: refs/heads/master@{#17209}
2017-03-13 12:28:47 +00:00
terelius
53dc23c28f Unify the FillAudioEncoderTimeSeries with existing processing functions.
Use lambdas instead of function objects.

BUG=webrtc:7323

Review-Url: https://codereview.webrtc.org/2743933004
Cr-Commit-Position: refs/heads/master@{#17208}
2017-03-13 12:24:05 +00:00
tommi
39e1289e64 Avoid holding lock while calling stream_resetter_ in MaxPaddingSetTest
BUG=webrtc:7330

Review-Url: https://codereview.webrtc.org/2745083002
Cr-Commit-Position: refs/heads/master@{#17207}
2017-03-13 12:15:14 +00:00
sakal
d15165222f Trigger framelisteners even on frames dropped by the FPS reduction by default.
Modification affects EglRenderer on Android. Moves frame dropping to the
renderer thread. Frame listeners are triggered even when FPS reduction is
active unless applyFpsReduction is set to true.

BUG=webrtc:7149

Review-Url: https://codereview.webrtc.org/2688843002
Cr-Commit-Position: refs/heads/master@{#17206}
2017-03-13 12:11:48 +00:00
nisse
7be1dcb98e Delete method ModuleRtpRtcpImpl::SendPayloadType.
This was a trivial delegation wrapper, with only a single use.

BUG=None

Review-Url: https://codereview.webrtc.org/2741413003
Cr-Commit-Position: refs/heads/master@{#17205}
2017-03-13 12:09:27 +00:00
henrik.lundin
a2b2f6fe96 Remove dead test code and fix usage print-out for other tests
BUG=none

Review-Url: https://codereview.webrtc.org/2744213002
Cr-Commit-Position: refs/heads/master@{#17204}
2017-03-13 11:39:33 +00:00
buildbot
349a391b46 Roll chromium_revision 0400d0a142..e44f674b04 (456329:456348)
Change log: 0400d0a142..e44f674b04
Full diff: 0400d0a142..e44f674b04

Changed dependencies:
* src/ios: 8d8c47e670..d8a274f756
* src/third_party: c7ad2fa0e9..0377760002
* src/tools: 5b5c690270..6cc99e6b7b
DEPS diff: 0400d0a142..e44f674b04/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2750493002
Cr-Commit-Position: refs/heads/master@{#17203}
2017-03-13 11:23:11 +00:00
asapersson
d0d08b1568 vp8_impl.cc: Apply boost on golden frames (under field trial).
BUG=webrtc:6634

Review-Url: https://codereview.webrtc.org/2724153003
Cr-Commit-Position: refs/heads/master@{#17202}
2017-03-13 10:43:40 +00:00
solenberg
c6192a9e32 Remove VoENetEqStats interface.
(TBR stefan@ for changes to webrtc/test/mock_voice_engine.h)

BUG=webrtc:4690
TBR=stefan@webrtc.org

Review-Url: https://codereview.webrtc.org/2744953003
Cr-Commit-Position: refs/heads/master@{#17201}
2017-03-13 09:36:19 +00:00
jansson
1b0e3b866d Add video recording wrapper
BUG=webrtc:7203

Review-Url: https://codereview.webrtc.org/2704113004
Cr-Commit-Position: refs/heads/master@{#17200}
2017-03-13 09:15:51 +00:00
sprang
6ef1b34aae Fix perf test regression for screenshare and vp9.
Turns out temporal_layer_thresholds_bps doesn't work quite as expected.
It's for instance not honored at all for normal VP8 video. We need to
take a pass over this in general.

BUG=chromium:700297

Review-Url: https://codereview.webrtc.org/2744823002
Cr-Commit-Position: refs/heads/master@{#17199}
2017-03-13 09:01:32 +00:00
ilnik
382a72a0d3 Revert of rewrite frame generator capturer to use TaskQueue instead of EventTimeWrapper (patchset #2 id:90001 of https://codereview.webrtc.org/2744003002/ )
Reason for revert:
CallPerfTest.ReceivesCpuOveruseAndUnderuse perf test fails due to this CL. It requires very accurate frame rate, which may not be so accurate now.

Original issue's description:
> Reland of rewrite frame generator capturer to use TaskQueue instead of EventTimeWrapper (patchset #1 id:1 of https://codereview.webrtc.org/2743993002/ )
>
> And enable large full-stack test depending on that change (Reland of https://codereview.webrtc.org/2741823003/)
> TBR=stefan@webrtc.org,tommi@webrtc.org
> BUG=webrtc:7301,webrtc:7325
>
> Review-Url: https://codereview.webrtc.org/2744003002
> Cr-Commit-Position: refs/heads/master@{#17196}
> Committed: 8c0a5896d1

TBR=stefan@webrtc.org,tommi@webrtc.org,sprang@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=webrtc:7301,webrtc:7325

Review-Url: https://codereview.webrtc.org/2748643002
Cr-Commit-Position: refs/heads/master@{#17198}
2017-03-13 08:54:13 +00:00
stefan
ff2ebf5e30 Clean up perf metrics and report ramp-up stats for fewer tests.
BUG=None

Review-Url: https://codereview.webrtc.org/2738183004
Cr-Commit-Position: refs/heads/master@{#17197}
2017-03-13 08:27:03 +00:00
ilnik
8c0a5896d1 Reland of rewrite frame generator capturer to use TaskQueue instead of EventTimeWrapper (patchset #1 id:1 of https://codereview.webrtc.org/2743993002/ )
And enable large full-stack test depending on that change (Reland of https://codereview.webrtc.org/2741823003/)
TBR=stefan@webrtc.org,tommi@webrtc.org
BUG=webrtc:7301,webrtc:7325

Review-Url: https://codereview.webrtc.org/2744003002
Cr-Commit-Position: refs/heads/master@{#17196}
2017-03-13 08:03:07 +00:00