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

Issue 1379383002: Android MediaCodecVideoDecoder: Split DecoderOutputBufferInfo into DecodedByteBuffer and DecodedTex… (Closed)

Created:
5 years, 2 months ago by magjed_webrtc
Modified:
5 years, 2 months ago
Reviewers:
perkj_webrtc
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Android MediaCodecVideoDecoder: Split DecoderOutputBufferInfo into DecodedByteBuffer and DecodedTextureBuffer This CL separates the types and code paths for textures vs byte buffers in MediaCodecVideoDecoder.dequeueOutputBuffer() and MediaCodecVideoDecoder::DeliverPendingOutputs(). The purpose is to prepare for lifetime management of textures received from the SurfaceTexture. This CL is a part of the plan in https://codereview.webrtc.org/1357923002/. BUG=webrtc:4993 Committed: https://crrev.com/44bf6f5f67ab6b6677e3cd1cceb954c2426f930a Cr-Commit-Position: refs/heads/master@{#10156}

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Addressing perkj@s comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -55 lines) Patch
M talk/app/webrtc/java/jni/androidmediadecoder_jni.cc View 1 8 chunks +54 lines, -41 lines 0 comments Download
M talk/app/webrtc/java/jni/classreferenceholder.cc View 1 chunk +2 lines, -1 line 0 comments Download
M talk/app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java View 1 3 chunks +34 lines, -13 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
magjed_webrtc
perkj - Please take a look.
5 years, 2 months ago (2015-10-02 14:42:53 UTC) #3
perkj_webrtc
lgtm %nits https://codereview.webrtc.org/1379383002/diff/20001/talk/app/webrtc/java/jni/androidmediadecoder_jni.cc File talk/app/webrtc/java/jni/androidmediadecoder_jni.cc (right): https://codereview.webrtc.org/1379383002/diff/20001/talk/app/webrtc/java/jni/androidmediadecoder_jni.cc#newcode585 talk/app/webrtc/java/jni/androidmediadecoder_jni.cc:585: long output_timestamps_ms; nit set = 0 and ...
5 years, 2 months ago (2015-10-02 15:25:22 UTC) #4
magjed_webrtc
https://codereview.webrtc.org/1379383002/diff/20001/talk/app/webrtc/java/jni/androidmediadecoder_jni.cc File talk/app/webrtc/java/jni/androidmediadecoder_jni.cc (right): https://codereview.webrtc.org/1379383002/diff/20001/talk/app/webrtc/java/jni/androidmediadecoder_jni.cc#newcode585 talk/app/webrtc/java/jni/androidmediadecoder_jni.cc:585: long output_timestamps_ms; On 2015/10/02 15:25:22, perkj1 wrote: > nit ...
5 years, 2 months ago (2015-10-03 08:18:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1379383002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1379383002/40001
5 years, 2 months ago (2015-10-03 08:20:12 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years, 2 months ago (2015-10-03 09:08:04 UTC) #9
commit-bot: I haz the power
5 years, 2 months ago (2015-10-03 09:08:15 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/44bf6f5f67ab6b6677e3cd1cceb954c2426f930a
Cr-Commit-Position: refs/heads/master@{#10156}

Powered by Google App Engine
This is Rietveld 408576698