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

Issue 1685483002: Add stub MediaCodecAudioDecoder (Closed)

Created:
4 years, 10 months ago by Tima Vaisburd
Modified:
4 years, 10 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, DaleCurtis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add stub MediaCdecAudioDecoder MediaCodecAudioDecoder is an audio decoder that uses Android MediaCodec API and implements the AudioDecoder interface, i.e. it can be attached to the DecoderStream and used in the Spitzer pipeline directly. This CL only defines its interface and have notes about possible implementation. BUG=542910 Committed: https://crrev.com/b052c43a9c245c3c0f2b18365e5f7c1a75eca415 Cr-Commit-Position: refs/heads/master@{#374734}

Patch Set 1 #

Total comments: 75

Patch Set 2 : Addressed comments #

Patch Set 3 : Fixed compilation #

Patch Set 4 : Renamed the decoder to MediaCodecAudioDecoder #

Patch Set 5 : Addressed comments, one question #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -0 lines) Patch
M media/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A media/filters/android/media_codec_audio_decoder.h View 1 2 3 4 1 chunk +217 lines, -0 lines 0 comments Download
A media/filters/android/media_codec_audio_decoder.cc View 1 2 3 4 1 chunk +124 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (8 generated)
Tima Vaisburd
In an offline conversation Xiaohan advised on splitting the CL https://codereview.chromium.org/1651673002/ and having just the ...
4 years, 10 months ago (2016-02-09 01:10:54 UTC) #2
watk
Cool. I mostly read over all the comments. The method declarations seem reasonable to me. ...
4 years, 10 months ago (2016-02-09 01:50:17 UTC) #3
xhwang
I <3 those comments/doc. Thanks a lot! https://chromiumcodereview.appspot.com/1685483002/diff/1/media/filters/android/android_audio_decoder.h File media/filters/android/android_audio_decoder.h (right): https://chromiumcodereview.appspot.com/1685483002/diff/1/media/filters/android/android_audio_decoder.h#newcode45 media/filters/android/android_audio_decoder.h:45: // codec ...
4 years, 10 months ago (2016-02-09 07:37:42 UTC) #4
xhwang
nit: In the title, should we s/Added/Add, which seems more commonly used?
4 years, 10 months ago (2016-02-09 17:41:59 UTC) #5
Tima Vaisburd
https://codereview.chromium.org/1685483002/diff/1/media/filters/android/android_audio_decoder.h File media/filters/android/android_audio_decoder.h (right): https://codereview.chromium.org/1685483002/diff/1/media/filters/android/android_audio_decoder.h#newcode27 media/filters/android/android_audio_decoder.h:27: // AudioDecoder based on Android's MediaCodec API. On 2016/02/09 ...
4 years, 10 months ago (2016-02-09 20:12:41 UTC) #7
Tima Vaisburd
On 2016/02/09 17:41:59, xhwang wrote: > nit: In the title, should we s/Added/Add, which seems ...
4 years, 10 months ago (2016-02-09 20:13:00 UTC) #8
DaleCurtis
I'll leave review to others, overall lg though! On naming, I suggest we call this ...
4 years, 10 months ago (2016-02-09 20:26:44 UTC) #10
xhwang
On 2016/02/09 20:26:44, DaleCurtis wrote: > I'll leave review to others, overall lg though! On ...
4 years, 10 months ago (2016-02-09 21:20:10 UTC) #11
Tima Vaisburd
On 2016/02/09 20:26:44, DaleCurtis wrote: > I'll leave review to others, overall lg though! On ...
4 years, 10 months ago (2016-02-09 21:21:59 UTC) #12
Tima Vaisburd
On 2016/02/09 21:20:10, xhwang wrote: > On 2016/02/09 20:26:44, DaleCurtis wrote: > > I'll leave ...
4 years, 10 months ago (2016-02-09 21:27:07 UTC) #13
xhwang
On 2016/02/09 21:27:07, Tima Vaisburd wrote: > On 2016/02/09 21:20:10, xhwang wrote: > > On ...
4 years, 10 months ago (2016-02-09 21:35:09 UTC) #14
Tima Vaisburd
On 2016/02/09 21:35:09, xhwang wrote: > On 2016/02/09 21:27:07, Tima Vaisburd wrote: > > On ...
4 years, 10 months ago (2016-02-10 00:33:22 UTC) #16
xhwang
LGTM! https://chromiumcodereview.appspot.com/1685483002/diff/1/media/filters/android/android_audio_decoder.h File media/filters/android/android_audio_decoder.h (right): https://chromiumcodereview.appspot.com/1685483002/diff/1/media/filters/android/android_audio_decoder.h#newcode56 media/filters/android/android_audio_decoder.h:56: // tries to send the front buffer from ...
4 years, 10 months ago (2016-02-10 06:50:40 UTC) #17
Tima Vaisburd
https://chromiumcodereview.appspot.com/1685483002/diff/1/media/filters/android/android_audio_decoder.h File media/filters/android/android_audio_decoder.h (right): https://chromiumcodereview.appspot.com/1685483002/diff/1/media/filters/android/android_audio_decoder.h#newcode56 media/filters/android/android_audio_decoder.h:56: // tries to send the front buffer from the ...
4 years, 10 months ago (2016-02-10 19:51:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1685483002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1685483002/80001
4 years, 10 months ago (2016-02-10 20:17:29 UTC) #21
xhwang
https://chromiumcodereview.appspot.com/1685483002/diff/1/media/filters/android/android_audio_decoder.h File media/filters/android/android_audio_decoder.h (right): https://chromiumcodereview.appspot.com/1685483002/diff/1/media/filters/android/android_audio_decoder.h#newcode56 media/filters/android/android_audio_decoder.h:56: // tries to send the front buffer from the ...
4 years, 10 months ago (2016-02-10 20:20:43 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-10 21:51:19 UTC) #24
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:31:20 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b052c43a9c245c3c0f2b18365e5f7c1a75eca415
Cr-Commit-Position: refs/heads/master@{#374734}

Powered by Google App Engine
This is Rietveld 408576698