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

Issue 1214113009: Update TestVideoRenderer with video decoding capabilities (Closed)

Created:
5 years, 5 months ago by liaoyuke
Modified:
5 years, 5 months ago
Reviewers:
joedow
CC:
chromium-reviews, chromoting-reviews_chromium.org, anandc, Sergey Ulanov
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update TestVideoRenderer with video decoding capabilities Spin up a separate thread to decode video packets. Decode and Render video packets to a buffer in memory. Add unit tests to verify video decoding for VP8, VP9, VERBATIM, as well as video packets size change. Add unit tests to verify thread start and stop. BUG= Committed: https://crrev.com/8109cbcef96531823a65ccccddbc91108105bc53 Cr-Commit-Position: refs/heads/master@{#336897}

Patch Set 1 #

Total comments: 10

Patch Set 2 : "Addressed feedback from Joe: changed the callback mechanism" #

Total comments: 15

Patch Set 3 : "Minor changes on naming and comments" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+517 lines, -11 lines) Patch
M remoting/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/remoting_test.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/test/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/test/test_video_renderer.h View 1 2 2 chunks +40 lines, -5 lines 0 comments Download
M remoting/test/test_video_renderer.cc View 1 2 1 chunk +202 lines, -6 lines 0 comments Download
A remoting/test/test_video_renderer_unittest.cc View 1 2 1 chunk +272 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
liaoyuke
Hey Joe, Please review a changelist from liaoyuke. Thank you very much!
5 years, 5 months ago (2015-06-30 17:03:47 UTC) #2
joedow
https://codereview.chromium.org/1214113009/diff/1/remoting/test/test_video_renderer.cc File remoting/test/test_video_renderer.cc (right): https://codereview.chromium.org/1214113009/diff/1/remoting/test/test_video_renderer.cc#newcode58 remoting/test/test_video_renderer.cc:58: scoped_refptr<base::SingleThreadTaskRunner> renderer_task_runner_; Can you rename 'renderer_task_runner_' to 'main_task_runner_'. The ...
5 years, 5 months ago (2015-06-30 17:52:27 UTC) #3
liaoyuke
Hey Joe, Please take another look at patch 2. Thank you very much! https://codereview.chromium.org/1214113009/diff/1/remoting/test/test_video_renderer.cc File ...
5 years, 5 months ago (2015-06-30 19:35:00 UTC) #4
joedow
https://codereview.chromium.org/1214113009/diff/20001/remoting/test/test_video_renderer.cc File remoting/test/test_video_renderer.cc (right): https://codereview.chromium.org/1214113009/diff/20001/remoting/test/test_video_renderer.cc#newcode36 remoting/test/test_video_renderer.cc:36: void SetDecoderForDecoding(const protocol::ChannelConfig::Codec codec); SetCodec or SetCodecForDecoding https://codereview.chromium.org/1214113009/diff/20001/remoting/test/test_video_renderer.cc#newcode43 remoting/test/test_video_renderer.cc:43: ...
5 years, 5 months ago (2015-06-30 20:07:12 UTC) #5
liaoyuke
Hey Joe, Please take another look at Patch 3. Thank you very much! https://codereview.chromium.org/1214113009/diff/20001/remoting/test/test_video_renderer.cc File ...
5 years, 5 months ago (2015-06-30 21:15:02 UTC) #6
joedow
5 years, 5 months ago (2015-06-30 21:25:14 UTC) #7
joedow
lgtm
5 years, 5 months ago (2015-06-30 21:25:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1214113009/40001
5 years, 5 months ago (2015-06-30 22:27:12 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 5 months ago (2015-06-30 22:38:28 UTC) #11
commit-bot: I haz the power
5 years, 5 months ago (2015-06-30 22:39:25 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8109cbcef96531823a65ccccddbc91108105bc53
Cr-Commit-Position: refs/heads/master@{#336897}

Powered by Google App Engine
This is Rietveld 408576698