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

Issue 8718014: Upstream: Media implementation for Android. (Closed)

Created:
9 years ago by michaelbai
Modified:
9 years ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing), ihf+watch_chromium.org, John Grabowski, Peter Beverloo
Visibility:
Public.

Description

Upstream: Media implementation for Android. - This CL makes media_unittests linked. - The audio_track_output_stub_android.cc is in place of audio_track_output_android.cc because the Java environment is not avaliable yet. - Also changed to dependence on '../third_party/ffmpeg/ffmpeg.gyp' only if os is not Android in media.gyp. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112739

Patch Set 1 #

Total comments: 38

Patch Set 2 : Address the comments #

Total comments: 8

Patch Set 3 : Address comments #

Total comments: 6

Patch Set 4 : Address comments #

Patch Set 5 : Sync #

Patch Set 6 : Fix compilation error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+544 lines, -8 lines) Patch
A media/audio/android/audio_manager_android.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A media/audio/android/audio_manager_android.cc View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A media/audio/android/audio_track_output_android.h View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
A media/audio/android/audio_track_output_android.cc View 1 2 3 1 chunk +311 lines, -0 lines 0 comments Download
A media/audio/android/audio_track_output_stub_android.cc View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A media/base/media_android.cc View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 4 5 10 chunks +31 lines, -8 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
michaelbai
Please help to review it.
9 years ago (2011-11-28 17:42:44 UTC) #1
michaelbai
Ping Reviewers Would you like help to review this CL?
9 years ago (2011-11-29 17:53:36 UTC) #2
John Grabowski
http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_manager_android.h File media/audio/android/audio_manager_android.h (right): http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_manager_android.h#newcode10 media/audio/android/audio_manager_android.h:10: class AudioManagerAndroid : public AudioManagerBase { Class level comment, ...
9 years ago (2011-11-29 19:43:30 UTC) #3
scherkus (not reviewing)
http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_manager_android.cc File media/audio/android/audio_manager_android.cc (right): http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_manager_android.cc#newcode32 media/audio/android/audio_manager_android.cc:32: } else if (params.format == AudioParameters::AUDIO_PCM_LINEAR || nit: no ...
9 years ago (2011-11-29 20:00:28 UTC) #4
Ami GONE FROM CHROMIUM
drive-by http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_track_output_android.cc File media/audio/android/audio_track_output_android.cc (right): http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_track_output_android.cc#newcode15 media/audio/android/audio_track_output_android.cc:15: static const int kTimerIntervalInMilliseconds = 50; On 2011/11/29 ...
9 years ago (2011-11-29 20:41:12 UTC) #5
michaelbai
PTAL http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_manager_android.cc File media/audio/android/audio_manager_android.cc (right): http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_manager_android.cc#newcode32 media/audio/android/audio_manager_android.cc:32: } else if (params.format == AudioParameters::AUDIO_PCM_LINEAR || On ...
9 years ago (2011-11-30 17:20:33 UTC) #6
scherkus (not reviewing)
http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_track_output_android.h File media/audio/android/audio_track_output_android.h (right): http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_track_output_android.h#newcode29 media/audio/android/audio_track_output_android.h:29: class StreamBuffer { On 2011/11/30 17:20:34, michaelbai wrote: > ...
9 years ago (2011-12-01 17:24:13 UTC) #7
michaelbai
PTAL http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_track_output_android.h File media/audio/android/audio_track_output_android.h (right): http://codereview.chromium.org/8718014/diff/1/media/audio/android/audio_track_output_android.h#newcode29 media/audio/android/audio_track_output_android.h:29: class StreamBuffer { On 2011/12/01 17:24:13, scherkus wrote: ...
9 years ago (2011-12-01 18:58:06 UTC) #8
scherkus (not reviewing)
few more nits then we'll be good to go http://codereview.chromium.org/8718014/diff/20001/media/audio/android/audio_track_output_android.cc File media/audio/android/audio_track_output_android.cc (right): http://codereview.chromium.org/8718014/diff/20001/media/audio/android/audio_track_output_android.cc#newcode35 media/audio/android/audio_track_output_android.cc:35: ...
9 years ago (2011-12-01 19:01:13 UTC) #9
michaelbai
PTAL http://codereview.chromium.org/8718014/diff/20001/media/audio/android/audio_track_output_android.cc File media/audio/android/audio_track_output_android.cc (right): http://codereview.chromium.org/8718014/diff/20001/media/audio/android/audio_track_output_android.cc#newcode35 media/audio/android/audio_track_output_android.cc:35: }; On 2011/12/01 19:01:14, scherkus wrote: > DISALLOW_COPY_AND_ASSIGN() ...
9 years ago (2011-12-01 20:48:18 UTC) #10
scherkus (not reviewing)
LGTM
9 years ago (2011-12-01 20:49:22 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/8718014/16011
9 years ago (2011-12-01 20:55:20 UTC) #12
commit-bot: I haz the power
Try job failure for 8718014-16011 (retry) on win_rel for step "compile" (clobber build). It's a ...
9 years ago (2011-12-01 21:24:51 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/8718014/18003
9 years ago (2011-12-02 00:36:49 UTC) #14
commit-bot: I haz the power
Try job failure for 8718014-18003 (retry) on win_rel for step "browser_tests". It's a second try, ...
9 years ago (2011-12-02 03:04:41 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/8718014/18003
9 years ago (2011-12-02 16:57:42 UTC) #16
commit-bot: I haz the power
9 years ago (2011-12-02 18:27:38 UTC) #17
Change committed as 112739

Powered by Google App Engine
This is Rietveld 408576698