|
Swap use of CriticalSectionWrapper for rtc::CriticalSection in webrtc/video.
While doing this, I made a couple of minor changes:
* Removed unused variables (one lock and one video frame variable)
* Switched over to a scoped lock in remb.cc and removed an if() in a function where we can just return the expression being checked.
BUG=
R=mflodman@webrtc.org
Committed: https://crrev.com/97888bd95a32c0fe3709a096cf37e116320f29e4
Cr-Commit-Position: refs/heads/master@{#11349}
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+129 lines, -168 lines) |
Patch |
|
M |
webrtc/video/call_stats.h
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/call_stats.cc
|
View
|
|
7 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
|
M |
webrtc/video/encoder_state_feedback.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/encoder_state_feedback.cc
|
View
|
|
8 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
webrtc/video/end_to_end_tests.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/payload_router.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/video/payload_router.cc
|
View
|
|
6 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
webrtc/video/receive_statistics_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/send_statistics_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/video_capture_input.h
|
View
|
1
|
3 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_capture_input.cc
|
View
|
1
|
4 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_capture_input_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream_tests.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/vie_channel.h
|
View
|
|
11 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_channel.cc
|
View
|
|
12 chunks |
+15 lines, -17 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_encoder.h
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_encoder.cc
|
View
|
|
16 chunks |
+17 lines, -19 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_receiver.h
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_receiver.cc
|
View
|
|
8 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_remb.h
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_remb.cc
|
View
|
|
7 chunks |
+36 lines, -43 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_sync_module.h
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/vie_sync_module.cc
|
View
|
|
4 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
Total messages: 23 (10 generated)
|