Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Issue 2244213002: Delete the class WebRtcVideoCapturerAdapter::MediaVideoFrameFactory (Closed)

Created:
4 years, 4 months ago by nisse-chromium (ooo August 14)
Modified:
4 years, 4 months ago
Reviewers:
perkj_chrome
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, mcasas+watch+vc_chromium.org, miu+watch_chromium.org, Daniele Castagna
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Delete the class WebRtcVideoCapturerAdapter::MediaVideoFrameFactory Instead, use the AdaptFrame and OnFrame methods of the VideoCapturer base class. This cl also applies the new timestamp aligner logic, to translate Chrome's camera timestamps into the timescale of rtc::TimeMicros(). No other change in behavior is intended. BUG=webrtc:5682, webrtc:5740, 516700 Committed: https://crrev.com/5b9a4b339447b033ca52244a02c0bef17067385f Cr-Commit-Position: refs/heads/master@{#413093}

Patch Set 1 #

Patch Set 2 : Use VideoSinkInterface in the unittests. Use natural_size as the pre-adaptation size. #

Total comments: 1

Patch Set 3 : Fix cropping. Delete two DCHECKs. #

Total comments: 2

Patch Set 4 : Keep visible_rect DCHECKs for now. #

Total comments: 2

Patch Set 5 : Addressed nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -149 lines) Patch
M content/renderer/media/webrtc/webrtc_video_capturer_adapter.h View 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc View 1 2 3 4 3 chunks +90 lines, -139 lines 0 comments Download
M content/renderer/media/webrtc/webrtc_video_capturer_adapter_unittest.cc View 1 2 chunks +10 lines, -9 lines 0 comments Download

Messages

Total messages: 36 (16 generated)
nisse-chromium (ooo August 14)
4 years, 4 months ago (2016-08-15 11:59:48 UTC) #2
nisse-chromium (ooo August 14)
On 2016/08/15 11:59:48, nisse-chromium wrote: I can reproduce the failure using out/gn-debug/content_unittests --gtest_filter=WebRtcVideoCapturerAdapterTest.CropFrameTo320320 I have ...
4 years, 4 months ago (2016-08-15 14:16:55 UTC) #11
nisse-chromium (ooo August 14)
https://codereview.chromium.org/2244213002/diff/20001/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc File content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc (right): https://codereview.chromium.org/2244213002/diff/20001/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc#newcode146 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc:146: // Apply cropping parameters to the visible rectangle. This ...
4 years, 4 months ago (2016-08-15 14:33:30 UTC) #12
perkj_chrome
On 2016/08/15 14:33:30, nisse-chromium wrote: > https://codereview.chromium.org/2244213002/diff/20001/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc > File content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc (right): > > https://codereview.chromium.org/2244213002/diff/20001/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc#newcode146 > ...
4 years, 4 months ago (2016-08-17 11:25:17 UTC) #13
perkj_chrome
On 2016/08/17 11:25:17, perkj_chrome wrote: > On 2016/08/15 14:33:30, nisse-chromium wrote: > > > https://codereview.chromium.org/2244213002/diff/20001/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc ...
4 years, 4 months ago (2016-08-17 11:46:12 UTC) #14
nisse-chromium (ooo August 14)
On 2016/08/17 11:25:17, perkj_chrome wrote: > On 2016/08/15 14:33:30, nisse-chromium wrote: > > > https://codereview.chromium.org/2244213002/diff/20001/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc ...
4 years, 4 months ago (2016-08-18 07:00:31 UTC) #15
nisse-chromium (ooo August 14)
On 2016/08/17 11:46:12, perkj_chrome wrote: > oh- if you your question is if cpu adaptation ...
4 years, 4 months ago (2016-08-18 07:06:30 UTC) #16
perkj_chrome
// Actual number of pixels in memory.const gfx <https://cs.chromium.org/chromium/src/ui/gfx/gpu_memory_buffer.h?l=27&ct=xref_jump_to_def&cl=GROK&gsn=gfx>::Size <https://cs.chromium.org/chromium/src/ui/gfx/geometry/size.h?l=25&ct=xref_jump_to_def&cl=GROK&gsn=Size>& <https://cs.chromium.org/chromium/src/out/Debug/GENERATED/figments/cpp/LValueRefTo/Const/start-with-gf/gfx/class-Size.cc?l=3&ct=xref_jump_to_def&cl=GROK&gsn=%26> coded_size <https://cs.chromium.org/chromium/src/media/base/video_frame.h?l=333&gs=cpp%253Amedia%253A%253Aclass-VideoFrame%253A%253Acoded_size()-const%2540chromium%252F..%252F..%252Fmedia%252Fbase%252Fvideo_frame.h%257Cdef&gsn=coded_size&ct=xref_usages>() const { ...
4 years, 4 months ago (2016-08-18 07:08:52 UTC) #17
perkj_chrome
There is no way to crop only the images going into a pc from js. ...
4 years, 4 months ago (2016-08-18 07:11:24 UTC) #18
nisse-chromium (ooo August 14)
On 2016/08/18 07:08:52, perkj_chrome wrote: > // Actual number of pixels in memory. > const ...
4 years, 4 months ago (2016-08-18 07:26:20 UTC) #19
nisse-chromium (ooo August 14)
I've found a problem, which might be unrelated to what I'm trying to do. I ...
4 years, 4 months ago (2016-08-18 10:40:09 UTC) #20
nisse-chromium (ooo August 14)
Seems to work now, I added workarounds for http://crbug/638906. Per, could you give it another ...
4 years, 4 months ago (2016-08-18 12:51:20 UTC) #22
nisse-chromium (ooo August 14)
On 2016/08/18 12:51:20, nisse-chromium wrote: > dcastagna, are any further changes needed to handle odd ...
4 years, 4 months ago (2016-08-19 07:32:22 UTC) #25
nisse-chromium (ooo August 14)
Dropped the DCHECK change. Ok now?
4 years, 4 months ago (2016-08-19 07:33:37 UTC) #27
perkj_chrome
lgtm with the below addressed. https://codereview.chromium.org/2244213002/diff/40001/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc File content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc (right): https://codereview.chromium.org/2244213002/diff/40001/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc#newcode177 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc:177: // We need to ...
4 years, 4 months ago (2016-08-19 08:33:20 UTC) #28
nisse-chromium (ooo August 14)
https://codereview.chromium.org/2244213002/diff/40001/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc File content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc (right): https://codereview.chromium.org/2244213002/diff/40001/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc#newcode177 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc:177: // We need to scale the frame before we ...
4 years, 4 months ago (2016-08-19 08:48:53 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2244213002/80001
4 years, 4 months ago (2016-08-19 08:50:17 UTC) #32
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-19 09:37:41 UTC) #33
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/5b9a4b339447b033ca52244a02c0bef17067385f Cr-Commit-Position: refs/heads/master@{#413093}
4 years, 4 months ago (2016-08-19 09:39:30 UTC) #35
nisse-chromium (ooo August 14)
4 years, 4 months ago (2016-08-22 13:47:27 UTC) #36
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/2263183002/ by nisse@chromium.org.

The reason for reverting is: Somehow breaks timestamping. Reverting for
investigation. To reproduce, run

./browser_tests
--gtest_filter='WebRtcVideoQualityBrowserTests/WebRtcVideoQualityBrowserTest*'
--run-manual --ui-test-action-max-timeout=200000

This produces lots of warnings like

[1:14:0822/153830:WARNING:video_capture_input.cc(79)] Same/old NTP timestamp
(3680861906110 <= 3680861906110) for incoming frame. Dropping.
[1:14:0822/153830:WARNING:video_capture_input.cc(79)] Same/old NTP timestamp
(3680861906042 <= 3680861906042) for incoming frame. Dropping.
.

Powered by Google App Engine
This is Rietveld 408576698