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

Issue 237093007: Introduce VideoFrameScheduler{Impl}. (Closed)

Created:
6 years, 8 months ago by scherkus (not reviewing)
Modified:
6 years, 8 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Introduce VideoFrameScheduler{Impl,Proxy}. VideoFrameScheduler defines an interface for scheduling video frames to be displayed at specific a wall clock time. A single-threaded implementation that uses delayed tasks on a message loop is provided as well as a thread-safe proxy for coordinating scheduling between threads. BUG=110814 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264066

Patch Set 1 : #

Total comments: 10

Patch Set 2 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+477 lines, -0 lines) Patch
A media/filters/video_frame_scheduler.h View 1 1 chunk +43 lines, -0 lines 0 comments Download
A media/filters/video_frame_scheduler_impl.h View 1 chunk +74 lines, -0 lines 0 comments Download
A media/filters/video_frame_scheduler_impl.cc View 1 1 chunk +108 lines, -0 lines 0 comments Download
A media/filters/video_frame_scheduler_impl_unittest.cc View 1 1 chunk +148 lines, -0 lines 0 comments Download
A media/filters/video_frame_scheduler_proxy.h View 1 1 chunk +51 lines, -0 lines 0 comments Download
A media/filters/video_frame_scheduler_proxy.cc View 1 1 chunk +47 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
scherkus (not reviewing)
6 years, 8 months ago (2014-04-14 18:28:03 UTC) #1
acolwell GONE FROM CHROMIUM
lgtm % nits https://codereview.chromium.org/237093007/diff/20001/media/filters/video_frame_scheduler.h File media/filters/video_frame_scheduler.h (right): https://codereview.chromium.org/237093007/diff/20001/media/filters/video_frame_scheduler.h#newcode26 media/filters/video_frame_scheduler.h:26: RESET, // Scheduler was reset and ...
6 years, 8 months ago (2014-04-14 21:17:59 UTC) #2
scherkus (not reviewing)
thanks! https://codereview.chromium.org/237093007/diff/20001/media/filters/video_frame_scheduler.h File media/filters/video_frame_scheduler.h (right): https://codereview.chromium.org/237093007/diff/20001/media/filters/video_frame_scheduler.h#newcode26 media/filters/video_frame_scheduler.h:26: RESET, // Scheduler was reset and frames are ...
6 years, 8 months ago (2014-04-14 21:35:30 UTC) #3
scherkus (not reviewing)
The CQ bit was checked by scherkus@chromium.org
6 years, 8 months ago (2014-04-14 21:36:16 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/237093007/40001
6 years, 8 months ago (2014-04-14 21:36:40 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-14 22:00:06 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg tryserver.chromium on linux_chromium_gn_rel
6 years, 8 months ago (2014-04-14 22:00:06 UTC) #7
scherkus (not reviewing)
The CQ bit was checked by scherkus@chromium.org
6 years, 8 months ago (2014-04-15 00:06:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/237093007/40001
6 years, 8 months ago (2014-04-15 00:07:15 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-15 00:15:02 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_rel
6 years, 8 months ago (2014-04-15 00:15:03 UTC) #11
scherkus (not reviewing)
The CQ bit was checked by scherkus@chromium.org
6 years, 8 months ago (2014-04-15 00:16:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/237093007/40001
6 years, 8 months ago (2014-04-15 00:17:14 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-15 07:25:54 UTC) #14
scherkus (not reviewing)
The CQ bit was checked by scherkus@chromium.org
6 years, 8 months ago (2014-04-15 16:20:39 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/237093007/40001
6 years, 8 months ago (2014-04-15 16:21:50 UTC) #17
scherkus (not reviewing)
The CQ bit was unchecked by scherkus@chromium.org
6 years, 8 months ago (2014-04-15 19:48:39 UTC) #18
scherkus (not reviewing)
The CQ bit was checked by scherkus@chromium.org
6 years, 8 months ago (2014-04-15 19:48:54 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/237093007/40001
6 years, 8 months ago (2014-04-15 19:50:38 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/237093007/40001
6 years, 8 months ago (2014-04-16 01:22:53 UTC) #21
commit-bot: I haz the power
6 years, 8 months ago (2014-04-16 02:03:44 UTC) #22
Message was sent while issue was closed.
Change committed as 264066

Powered by Google App Engine
This is Rietveld 408576698