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

Issue 874083005: Fix visible size for V4L2 VDA (Closed)

Created:
5 years, 10 months ago by kcwu
Modified:
5 years, 10 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix visible size for V4L2 VDA BUG=chromium:449920 TEST=apprtc loopback with resolution 640x354 on peach pit Committed: https://crrev.com/ad3526512104b5a7352f356b62f8cea3427a58cb Cr-Commit-Position: refs/heads/master@{#314138}

Patch Set 1 #

Total comments: 18

Patch Set 2 : #

Total comments: 7

Patch Set 3 : indent #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -26 lines) Patch
M content/common/gpu/media/v4l2_video_decode_accelerator.h View 1 2 chunks +17 lines, -7 lines 0 comments Download
M content/common/gpu/media/v4l2_video_decode_accelerator.cc View 1 2 3 4 12 chunks +62 lines, -19 lines 0 comments Download

Messages

Total messages: 24 (6 generated)
kcwu
5 years, 10 months ago (2015-01-28 13:58:24 UTC) #2
Owen Lin
lgtm % one nit https://codereview.chromium.org/874083005/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://codereview.chromium.org/874083005/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode1654 content/common/gpu/media/v4l2_video_decode_accelerator.cc:1654: frame_buffer_size_.SetSize( Since we set |frame_buffer_size_| ...
5 years, 10 months ago (2015-01-29 02:42:09 UTC) #3
kcwu
https://codereview.chromium.org/874083005/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://codereview.chromium.org/874083005/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode1654 content/common/gpu/media/v4l2_video_decode_accelerator.cc:1654: frame_buffer_size_.SetSize( On 2015/01/29 02:42:09, Owen Lin wrote: > Since ...
5 years, 10 months ago (2015-01-29 02:58:38 UTC) #4
Owen Lin
https://codereview.chromium.org/874083005/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://codereview.chromium.org/874083005/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode1654 content/common/gpu/media/v4l2_video_decode_accelerator.cc:1654: frame_buffer_size_.SetSize( On 2015/01/29 02:58:38, kcwu wrote: > On 2015/01/29 ...
5 years, 10 months ago (2015-01-29 03:40:11 UTC) #5
Pawel Osciak
https://codereview.chromium.org/874083005/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://codereview.chromium.org/874083005/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode1551 content/common/gpu/media/v4l2_video_decode_accelerator.cc:1551: if (!GetCropSize(frame_buffer_size_, &frame_visible_size_)) Could we call this from GetFormatInfo()? ...
5 years, 10 months ago (2015-01-29 05:02:04 UTC) #6
kcwu
https://codereview.chromium.org/874083005/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://codereview.chromium.org/874083005/diff/1/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode1551 content/common/gpu/media/v4l2_video_decode_accelerator.cc:1551: if (!GetCropSize(frame_buffer_size_, &frame_visible_size_)) On 2015/01/29 05:02:04, Pawel Osciak wrote: ...
5 years, 10 months ago (2015-01-29 09:33:11 UTC) #7
Pawel Osciak
lgtm % nits https://chromiumcodereview.appspot.com/874083005/diff/20001/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/874083005/diff/20001/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode343 content/common/gpu/media/v4l2_video_decode_accelerator.cc:343: DCHECK(buffers[i].size() == coded_size_); I have a ...
5 years, 10 months ago (2015-02-02 08:54:16 UTC) #8
kcwu
https://chromiumcodereview.appspot.com/874083005/diff/20001/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/874083005/diff/20001/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode343 content/common/gpu/media/v4l2_video_decode_accelerator.cc:343: DCHECK(buffers[i].size() == coded_size_); On 2015/02/02 08:54:16, Pawel Osciak wrote: ...
5 years, 10 months ago (2015-02-02 09:01:48 UTC) #9
wuchengli
https://chromiumcodereview.appspot.com/874083005/diff/20001/content/common/gpu/media/v4l2_video_decode_accelerator.cc File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/874083005/diff/20001/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode353 content/common/gpu/media/v4l2_video_decode_accelerator.cc:353: EGLImageKHR egl_image = device_->CreateEGLImage( On 2015/02/02 09:01:47, kcwu wrote: ...
5 years, 10 months ago (2015-02-02 09:05:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/874083005/20001
5 years, 10 months ago (2015-02-02 10:00:24 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/54379) ios_rel_device_ng on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ng/builds/6322) ios_rel_device_ninja_ng ...
5 years, 10 months ago (2015-02-02 10:02:51 UTC) #14
Pawel Osciak
On 2015/02/02 09:05:15, wuchengli wrote: > https://chromiumcodereview.appspot.com/874083005/diff/20001/content/common/gpu/media/v4l2_video_decode_accelerator.cc > File content/common/gpu/media/v4l2_video_decode_accelerator.cc (right): > > https://chromiumcodereview.appspot.com/874083005/diff/20001/content/common/gpu/media/v4l2_video_decode_accelerator.cc#newcode353 > ...
5 years, 10 months ago (2015-02-02 10:44:04 UTC) #15
kcwu
On 2015/02/02 10:44:04, Pawel Osciak wrote: > On 2015/02/02 09:05:15, wuchengli wrote: > > > ...
5 years, 10 months ago (2015-02-02 12:33:13 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/874083005/60001
5 years, 10 months ago (2015-02-02 12:33:41 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/54414) ios_rel_device_ng on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ng/builds/6358) ios_rel_device_ninja_ng ...
5 years, 10 months ago (2015-02-02 12:36:20 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/874083005/80001
5 years, 10 months ago (2015-02-02 13:13:04 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 10 months ago (2015-02-02 13:45:25 UTC) #23
commit-bot: I haz the power
5 years, 10 months ago (2015-02-02 13:46:41 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ad3526512104b5a7352f356b62f8cea3427a58cb
Cr-Commit-Position: refs/heads/master@{#314138}

Powered by Google App Engine
This is Rietveld 408576698