|
New helper function test::ReadI420Buffer, refactor FrameReader to use it.
This change reduces the number of places where we first fread a I420
frame into a uint8_t buffer, followed by a copy into a frame buffer
object.
BUG=None
Committed: https://crrev.com/115bd153c7f5a64eabbac222bad66e223abbfe2b
Cr-Commit-Position: refs/heads/master@{#14456}
Total comments: 9
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+184 lines, -231 lines) |
Patch |
|
M |
webrtc/common_video/libyuv/libyuv_unittest.cc
|
View
|
1
2
|
17 chunks |
+28 lines, -33 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/video_coding/codecs/test/videoprocessor.cc
|
View
|
|
5 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/video_coding/codecs/test/videoprocessor_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/video_coding/codecs/vp8/test/vp8_impl_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+12 lines, -15 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/video_coding/codecs/vp8/vp8_sequence_coder.cc
|
View
|
1
2
|
1 chunk |
+9 lines, -12 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/video_processing/test/denoiser_test.cc
|
View
|
1
2
|
3 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/video_processing/test/video_processing_unittest.cc
|
View
|
1
2
|
8 chunks |
+28 lines, -37 lines |
0 comments
|
Download
|
|
M |
webrtc/test/BUILD.gn
|
View
|
1
2
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/test/frame_generator.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+11 lines, -25 lines |
0 comments
|
Download
|
|
M |
webrtc/test/frame_utils.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/test/frame_utils.cc
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/test/test.gyp
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/test/testsupport/frame_reader.h
|
View
|
1
2
|
4 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
|
M |
webrtc/test/testsupport/frame_reader.cc
|
View
|
|
3 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
|
M |
webrtc/test/testsupport/frame_reader_unittest.cc
|
View
|
|
3 chunks |
+14 lines, -15 lines |
0 comments
|
Download
|
|
M |
webrtc/test/testsupport/metrics/video_metrics.cc
|
View
|
1
2
3
|
3 chunks |
+12 lines, -40 lines |
0 comments
|
Download
|
|
M |
webrtc/test/testsupport/mock/mock_frame_reader.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 24 (10 generated)
|