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

Issue 1862003002: Android: Fix chroma sampling bug when converting from texture to YUV (Closed)

Created:
4 years, 8 months ago by magjed_webrtc
Modified:
4 years, 8 months ago
Reviewers:
nisse-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Android: Fix chroma sampling bug when converting from texture to YUV The xUnit for the UV channels in SurfaceTextureHelper.YuvConverter is currently calculated from 1 / (2 * width). It should be 1 / (width / 2) instead. R=nisse@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/fae14804ee553cc6aa5de594eafe234f32e16bfd

Patch Set 1 #

Total comments: 2

Patch Set 2 : Change 2 to 2.0f #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M webrtc/api/java/android/org/webrtc/SurfaceTextureHelper.java View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
magjed_webrtc
nisse - Please take a look.
4 years, 8 months ago (2016-04-06 10:40:42 UTC) #3
nisse-webrtc
lgtm. Apply nit if you think it makes the code more readably. https://codereview.webrtc.org/1862003002/diff/1/webrtc/api/java/android/org/webrtc/SurfaceTextureHelper.java File webrtc/api/java/android/org/webrtc/SurfaceTextureHelper.java ...
4 years, 8 months ago (2016-04-06 10:55:39 UTC) #4
magjed_webrtc
https://codereview.webrtc.org/1862003002/diff/1/webrtc/api/java/android/org/webrtc/SurfaceTextureHelper.java File webrtc/api/java/android/org/webrtc/SurfaceTextureHelper.java (right): https://codereview.webrtc.org/1862003002/diff/1/webrtc/api/java/android/org/webrtc/SurfaceTextureHelper.java#newcode256 webrtc/api/java/android/org/webrtc/SurfaceTextureHelper.java:256: 2 * transformMatrix[0] / width, On 2016/04/06 10:55:39, nisse-webrtc ...
4 years, 8 months ago (2016-04-06 14:00:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1862003002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1862003002/20001
4 years, 8 months ago (2016-04-06 14:00:36 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_baremetal on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 8 months ago (2016-04-06 16:01:02 UTC) #10
magjed_webrtc
Committed patchset #2 (id:20001) manually as fae14804ee553cc6aa5de594eafe234f32e16bfd (presubmit successful).
4 years, 8 months ago (2016-04-07 07:27:00 UTC) #13
commit-bot: I haz the power
4 years, 8 months ago (2016-04-07 07:27:03 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/fae14804ee553cc6aa5de594eafe234f32e16bfd
Cr-Commit-Position: refs/heads/master@{#12274}

Powered by Google App Engine
This is Rietveld 408576698