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

Issue 23693004: Change Mac Video Capture format change ARGB->YUY2 (Closed)

Created:
7 years, 3 months ago by mcasas
Modified:
7 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Mac Video Capture format change ARGB->YUY2. Using RGBA implies a colour space conversion in the driver from YUY2 (native capture) to RGBA, which is undone in VideoCaptureController, RGBA to YUV I420. Avoiding this double conversion uses about 5% less CPU in the CMIO thread. BUG=285967 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222250

Patch Set 1 #

Patch Set 2 : MacOsSDK 10.6 not supporting YUYV, changed to UYVY, added it to VideoCaptureController #

Patch Set 3 : Corrected the CVPixelFormat to UYUV #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M content/browser/renderer_host/media/video_capture_controller.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M media/video/capture/mac/video_capture_device_mac.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M media/video/capture/mac/video_capture_device_qtkit_mac.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mcasas
Hi tommi, could you PTAL at these tiny changes? Thanks!
7 years, 3 months ago (2013-09-08 19:13:46 UTC) #1
tommi (sloooow) - chröme
lgtm. Can you add some more info on why you're doing this to the cl ...
7 years, 3 months ago (2013-09-08 19:19:06 UTC) #2
mcasas
Hi tommi, there has been some iteration on the CL, since the Mac bots did ...
7 years, 3 months ago (2013-09-10 05:51:06 UTC) #3
tommi (sloooow) - chröme
lgtm
7 years, 3 months ago (2013-09-10 07:08:44 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mcasas@chromium.org/23693004/11001
7 years, 3 months ago (2013-09-10 07:11:19 UTC) #5
commit-bot: I haz the power
7 years, 3 months ago (2013-09-10 11:38:00 UTC) #6
Message was sent while issue was closed.
Change committed as 222250

Powered by Google App Engine
This is Rietveld 408576698