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

Issue 650183002: Make V4L2VEA GetSupportedProfiles static. (Closed)

Created:
6 years, 2 months ago by wuchengli
Modified:
6 years, 2 months ago
Reviewers:
kcwu, Pawel Osciak
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
Project:
chromium
Visibility:
Public.

Description

Make V4L2VEA GetSupportedProfiles static. VEA supported profiles are added to GPUInfo when GPU process starts. But the video devices are not ready yet at that time. We need a low risk way to fix this in M39. Make V4L2VEA GetSupportedProfiles static so we can merge it back to M39. This will be fixed later in a proper way. BUG=418762 TEST=Reboot on peach pit and run apprtc loopback. Committed: https://crrev.com/8396651c1a54e3e17559ca93140560555dc2e905 Cr-Commit-Position: refs/heads/master@{#299453}

Patch Set 1 #

Total comments: 5

Patch Set 2 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M content/common/gpu/media/gpu_video_encode_accelerator.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/common/gpu/media/v4l2_video_encode_accelerator.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/common/gpu/media/v4l2_video_encode_accelerator.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
wuchengli
PTAL
6 years, 2 months ago (2014-10-13 15:16:26 UTC) #2
Pawel Osciak
lgtm % nit https://codereview.chromium.org/650183002/diff/1/content/common/gpu/media/v4l2_video_encode_accelerator.cc File content/common/gpu/media/v4l2_video_encode_accelerator.cc (right): https://codereview.chromium.org/650183002/diff/1/content/common/gpu/media/v4l2_video_encode_accelerator.cc#newcode285 content/common/gpu/media/v4l2_video_encode_accelerator.cc:285: return GetSupportedProfilesStatic(); Are their any users ...
6 years, 2 months ago (2014-10-13 20:17:48 UTC) #3
kcwu
lgtm https://codereview.chromium.org/650183002/diff/1/content/common/gpu/media/gpu_video_encode_accelerator.cc File content/common/gpu/media/gpu_video_encode_accelerator.cc (right): https://codereview.chromium.org/650183002/diff/1/content/common/gpu/media/gpu_video_encode_accelerator.cc#newcode171 content/common/gpu/media/gpu_video_encode_accelerator.cc:171: // TODO(wuchengli): remove this. Please describe the remove ...
6 years, 2 months ago (2014-10-14 00:56:59 UTC) #4
wuchengli
piman@ thought increasing the boot time was better than making GetSupportedProfiles a sync IPC. Let's ...
6 years, 2 months ago (2014-10-14 02:07:43 UTC) #5
Pawel Osciak
https://codereview.chromium.org/650183002/diff/1/content/common/gpu/media/v4l2_video_encode_accelerator.cc File content/common/gpu/media/v4l2_video_encode_accelerator.cc (right): https://codereview.chromium.org/650183002/diff/1/content/common/gpu/media/v4l2_video_encode_accelerator.cc#newcode285 content/common/gpu/media/v4l2_video_encode_accelerator.cc:285: return GetSupportedProfilesStatic(); On 2014/10/14 02:07:43, wuchengli wrote: > On ...
6 years, 2 months ago (2014-10-14 07:04:20 UTC) #6
Pawel Osciak
6 years, 2 months ago (2014-10-14 07:04:20 UTC) #7
wuchengli
https://codereview.chromium.org/650183002/diff/1/content/common/gpu/media/gpu_video_encode_accelerator.cc File content/common/gpu/media/gpu_video_encode_accelerator.cc (right): https://codereview.chromium.org/650183002/diff/1/content/common/gpu/media/gpu_video_encode_accelerator.cc#newcode171 content/common/gpu/media/gpu_video_encode_accelerator.cc:171: // TODO(wuchengli): remove this. On 2014/10/14 00:56:58, kcwu wrote: ...
6 years, 2 months ago (2014-10-14 08:48:47 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/650183002/80001
6 years, 2 months ago (2014-10-14 09:00:22 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:80001)
6 years, 2 months ago (2014-10-14 09:51:12 UTC) #11
commit-bot: I haz the power
6 years, 2 months ago (2014-10-14 09:52:01 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8396651c1a54e3e17559ca93140560555dc2e905
Cr-Commit-Position: refs/heads/master@{#299453}

Powered by Google App Engine
This is Rietveld 408576698