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

Issue 214823005: Remove requirement of compositing a video frame for dropped frame count. (Closed)

Created:
6 years, 9 months ago by scherkus (not reviewing)
Modified:
6 years, 9 months ago
Reviewers:
dshwang, xhwang
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Visibility:
Public.

Description

Remove requirement of compositing a video frame for dropped frame count. It's impossible for VideoFrameCompositor to know why the compositor may not have requested the frame, so it shouldn't be counted towards dropped frames if the rest of the media stack was capable of producing and delivering frames on time. BUG=335345 R=xhwang@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260358

Patch Set 1 #

Total comments: 13

Patch Set 2 : fixes #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -79 lines) Patch
M content/renderer/media/video_frame_compositor.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M content/renderer/media/video_frame_compositor.cc View 1 5 chunks +35 lines, -44 lines 0 comments Download
M content/renderer/media/video_frame_compositor_unittest.cc View 1 2 chunks +16 lines, -28 lines 0 comments Download
M content/renderer/media/webmediaplayer_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
scherkus (not reviewing)
xhwang: can you take a look? https://codereview.chromium.org/214823005/diff/1/content/renderer/media/video_frame_compositor.cc File content/renderer/media/video_frame_compositor.cc (left): https://codereview.chromium.org/214823005/diff/1/content/renderer/media/video_frame_compositor.cc#oldcode69 content/renderer/media/video_frame_compositor.cc:69: current_frame_composited_ = false; ...
6 years, 9 months ago (2014-03-27 20:58:22 UTC) #1
dshwang
Hi, I'm coming here from crrev.com/212623009 https://codereview.chromium.org/214823005/diff/1/content/renderer/media/video_frame_compositor.cc File content/renderer/media/video_frame_compositor.cc (left): https://codereview.chromium.org/214823005/diff/1/content/renderer/media/video_frame_compositor.cc#oldcode69 content/renderer/media/video_frame_compositor.cc:69: current_frame_composited_ = false; ...
6 years, 9 months ago (2014-03-27 21:17:00 UTC) #2
xhwang
https://codereview.chromium.org/214823005/diff/1/content/renderer/media/video_frame_compositor.cc File content/renderer/media/video_frame_compositor.cc (right): https://codereview.chromium.org/214823005/diff/1/content/renderer/media/video_frame_compositor.cc#newcode45 content/renderer/media/video_frame_compositor.cc:45: } Merge this to l.54-55? e.g. if (!compositor_notify_finished_) { ...
6 years, 9 months ago (2014-03-27 21:28:59 UTC) #3
scherkus (not reviewing)
PTAL https://codereview.chromium.org/214823005/diff/1/content/renderer/media/video_frame_compositor.cc File content/renderer/media/video_frame_compositor.cc (left): https://codereview.chromium.org/214823005/diff/1/content/renderer/media/video_frame_compositor.cc#oldcode69 content/renderer/media/video_frame_compositor.cc:69: current_frame_composited_ = false; On 2014/03/27 21:17:01, dshwang wrote: ...
6 years, 9 months ago (2014-03-29 00:34:14 UTC) #4
xhwang
lgtm
6 years, 9 months ago (2014-03-29 01:02:27 UTC) #5
scherkus (not reviewing)
The CQ bit was checked by scherkus@chromium.org
6 years, 9 months ago (2014-03-29 01:47:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/214823005/60001
6 years, 9 months ago (2014-03-29 01:49:08 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-29 03:18:18 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=290811
6 years, 9 months ago (2014-03-29 03:18:18 UTC) #9
dshwang
On 2014/03/29 00:34:14, scherkus wrote: > PTAL > > https://codereview.chromium.org/214823005/diff/1/content/renderer/media/video_frame_compositor.cc > File content/renderer/media/video_frame_compositor.cc (left): > ...
6 years, 9 months ago (2014-03-29 04:16:59 UTC) #10
scherkus (not reviewing)
6 years, 9 months ago (2014-03-29 04:27:02 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 manually as r260358 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698