|
Releand of Let ViEEncoder handle resolution changes.
The original landed cl is in patchset 1.
The following patchset fix VideoQualityTest as well as fix the case where max_bitrate is set in the SendParams. A unit test is added for that as well.
Original cl description:
Let ViEEncoder handle resolution changes.
This cl move codec reconfiguration due to video frame size changes from WebRtcVideoSendStream to ViEEncoder.
With this change, many variables in WebRtcVideoSendStream no longer need to be locked.
BUG= webrtc:5687, webrtc:6371, webrtc:5332
Committed: https://crrev.com/fa10b557d9051b421a39093ca83302f0fdf04705
Cr-Commit-Position: refs/heads/master@{#14467}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1177 lines, -670 lines) |
Patch |
|
M |
webrtc/api/videocapturertracksource_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/call/bitrate_estimator_tests.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/call/call_perf_tests.cc
|
View
|
1
2
3
4
|
7 chunks |
+41 lines, -11 lines |
0 comments
|
Download
|
|
M |
webrtc/call/rampup_tests.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/call/rampup_tests.cc
|
View
|
1
2
3
4
|
2 chunks |
+31 lines, -7 lines |
0 comments
|
Download
|
|
M |
webrtc/config.h
|
View
|
|
7 chunks |
+25 lines, -8 lines |
0 comments
|
Download
|
|
M |
webrtc/config.cc
|
View
|
|
1 chunk |
+3 lines, -10 lines |
0 comments
|
Download
|
|
M |
webrtc/media/base/fakevideocapturer.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/media/base/videocapturer_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/media/engine/constants.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/fakewebrtccall.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/media/engine/fakewebrtccall.cc
|
View
|
|
3 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvideoengine2.h
|
View
|
1
2
3
|
2 chunks |
+25 lines, -45 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvideoengine2.cc
|
View
|
1
2
|
24 chunks |
+237 lines, -247 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvideoengine2_unittest.cc
|
View
|
1
2
|
12 chunks |
+68 lines, -47 lines |
0 comments
|
Download
|
|
M |
webrtc/test/call_test.h
|
View
|
1
2
3
4
|
4 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/test/call_test.cc
|
View
|
1
2
3
4
|
6 chunks |
+24 lines, -10 lines |
0 comments
|
Download
|
|
M |
webrtc/test/encoder_settings.h
|
View
|
|
1 chunk |
+32 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/test/encoder_settings.cc
|
View
|
|
1 chunk |
+56 lines, -30 lines |
0 comments
|
Download
|
|
M |
webrtc/test/frame_generator.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/test/frame_generator.cc
|
View
|
1
2
3
|
3 chunks |
+17 lines, -9 lines |
0 comments
|
Download
|
|
M |
webrtc/test/frame_generator_capturer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/test/frame_generator_capturer.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/video/end_to_end_tests.cc
|
View
|
1
2
3
4
|
19 chunks |
+158 lines, -89 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_quality_test.cc
|
View
|
1
2
3
4
|
2 chunks |
+27 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream.cc
|
View
|
|
2 chunks |
+4 lines, -14 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream_tests.cc
|
View
|
1
2
3
4
|
28 chunks |
+234 lines, -51 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_encoder.h
|
View
|
|
4 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/vie_encoder.cc
|
View
|
|
10 chunks |
+67 lines, -42 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_encoder_unittest.cc
|
View
|
1
2
3
4
|
5 chunks |
+54 lines, -20 lines |
0 comments
|
Download
|
|
M |
webrtc/video_frame.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 21 (10 generated)
|