|
Remove V4L2CaptureDelegate{Single,Multi}Plane, VCD::Client::OnIncomingCapturedYuvData()
this CL:
- removes both V4L2CaptureDelegateMultiPlane and
V4L2CaptureDelegateSinglePlane, leaving only the single
plane version, which is intelligently blended into
their parent class V4L2CaptureDelegate.
- Since the former class is the only user of
VideoCaptureDevice::Client::OnIncomingCapturedYuvData(),
that method is removed (yay!).
- Also cleaned up a bit here and there.
- VideoCaptureDeviceClientTest also updated and
improved.
BUG= 585519
Committed: https://crrev.com/a9349677919cf6ce59045869782109ce3ac0dd19
Cr-Commit-Position: refs/heads/master@{#376200}
Total comments: 15
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+190 lines, -693 lines) |
Patch |
 |
M |
content/browser/media/media_internals_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_device_client.h
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_device_client.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -54 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_device_client_unittest.cc
|
View
|
1
2
3
|
6 chunks |
+33 lines, -30 lines |
0 comments
|
Download
|
 |
M |
media/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/fake_video_capture_device.h
|
View
|
|
3 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/fake_video_capture_device.cc
|
View
|
|
3 chunks |
+6 lines, -25 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/fake_video_capture_device_factory.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/capture/video/fake_video_capture_device_factory.cc
|
View
|
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/fake_video_capture_device_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -21 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/linux/v4l2_capture_delegate.h
|
View
|
1
2
3
4
|
4 chunks |
+11 lines, -90 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/linux/v4l2_capture_delegate.cc
|
View
|
1
2
3
4
|
15 chunks |
+112 lines, -102 lines |
0 comments
|
Download
|
 |
D |
media/capture/video/linux/v4l2_capture_delegate_multi_plane.h
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
D |
media/capture/video/linux/v4l2_capture_delegate_multi_plane.cc
|
View
|
|
1 chunk |
+0 lines, -100 lines |
0 comments
|
Download
|
 |
D |
media/capture/video/linux/v4l2_capture_delegate_single_plane.h
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
D |
media/capture/video/linux/v4l2_capture_delegate_single_plane.cc
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/linux/video_capture_device_factory_linux.cc
|
View
|
1
|
4 chunks |
+16 lines, -34 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/linux/video_capture_device_linux.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/video_capture_device.h
|
View
|
1
|
2 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/video_capture_device.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
Total messages: 22 (11 generated)
|