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

Issue 2736603003: Android HW decoder: Don't check slice_height for texture output (Closed)

Created:
3 years, 9 months ago by magjed_webrtc
Modified:
3 years, 9 months ago
Reviewers:
sakal
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Android HW decoder: Don't check slice_height for texture output The check: 'RTC_CHECK_GE(slice_height, height);' has been observed to fail after a reconfig. It looks like |slice_height| is still using the previous resolution. |slice_height| isn't used for texture output and hopefully this issue is texture specific. This CL only extracts and checks |slice_height| when it's actually used. BUG=b/35932686 Review-Url: https://codereview.webrtc.org/2736603003 Cr-Commit-Position: refs/heads/master@{#17065} Committed: https://chromium.googlesource.com/external/webrtc/+/d1587ad244af3388c1282a715cdf05032ba0c2fc

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M webrtc/sdk/android/src/jni/androidmediadecoder_jni.cc View 4 chunks +5 lines, -5 lines 1 comment Download

Messages

Total messages: 10 (6 generated)
magjed_webrtc
Sami - please take a look.
3 years, 9 months ago (2017-03-06 12:09:18 UTC) #4
sakal
lgtm https://codereview.webrtc.org/2736603003/diff/1/webrtc/sdk/android/src/jni/androidmediadecoder_jni.cc File webrtc/sdk/android/src/jni/androidmediadecoder_jni.cc (left): https://codereview.webrtc.org/2736603003/diff/1/webrtc/sdk/android/src/jni/androidmediadecoder_jni.cc#oldcode873 webrtc/sdk/android/src/jni/androidmediadecoder_jni.cc:873: ". " << stride << " x " ...
3 years, 9 months ago (2017-03-06 12:36:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2736603003/1
3 years, 9 months ago (2017-03-06 13:01:10 UTC) #7
commit-bot: I haz the power
3 years, 9 months ago (2017-03-06 13:20:53 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/external/webrtc/+/d1587ad244af3388c1282a715...

Powered by Google App Engine
This is Rietveld 408576698