|
Consolidate duplicated frame / capability structures in video capture types
Consolidate common parts of VideoCaptureCapability and VideoCaptureParams into VideoCaptureFormat, renamed frames_per_second->frame_rate for all;
VideoCaptureParams and VideoCaptureCapability changed to classes, since they have constructors.
Format extracted from VideoCaptureCapability and renamed to VideoPixelFormat (otherwise simply called "media::Format" ). Individual color "formats" renamed like kI420 -> PIXEL_FORMAT_I420, etc.
VideoCaptureFormat::isValid and VideoCaptureParams::isValid implementation.
BUG= 260572
BUG= 260220
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221945
Total comments: 16
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+222 lines, -177 lines) |
Patch |
 |
M |
content/browser/renderer_host/media/desktop_capture_device.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/desktop_capture_device_unittest.cc
|
View
|
1
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_controller.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+20 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_controller_event_handler.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_controller_unittest.cc
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_host.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_host.cc
|
View
|
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_host_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_manager.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_manager_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/web_contents_video_capture_device.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc
|
View
|
1
|
9 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/common/media/media_param_traits.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/media/media_param_traits.cc
|
View
|
|
3 chunks |
+3 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/rtc_video_capturer.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/video_capture_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/video_capture_impl.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/video_capture_impl_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/video_capture_message_filter_unittest.cc
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_video_capture_host.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
|
media/media.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
|
media/video/capture/android/video_capture_device_android.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/video/capture/fake_video_capture_device.cc
|
View
|
1
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/video/capture/linux/video_capture_device_linux.cc
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/video/capture/mac/video_capture_device_mac.mm
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/video/capture/mac/video_capture_device_qtkit_mac.mm
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/video/capture/video_capture_device_unittest.cc
|
View
|
1
|
8 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/video/capture/video_capture_types.h
|
View
|
1
2
3
4
5
|
1 chunk |
+41 lines, -48 lines |
0 comments
|
Download
|
 |
A |
media/video/capture/video_capture_types.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/video/capture/win/sink_input_pin_win.cc
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/video/capture/win/video_capture_device_mf_win.cc
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
|
media/video/capture/win/video_capture_device_win.cc
|
View
|
1
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|