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

Issue 10855218: Correct channel mask on android (Closed)

Created:
8 years, 4 months ago by no longer working on chromium
Modified:
8 years, 4 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

On mono mode, SL_SPEAKER_FRONT_CENTER is the channel mask; On Stereo mode, SL_SPEAKER_FRONT_LEFT | SL_SPEAKER_FRONT_RIGHT should be used. For channel more than 2, we don't support it yet. BUG=143352 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152313

Patch Set 1 #

Total comments: 6

Patch Set 2 : addressed the comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M media/audio/android/opensles_input.cc View 1 1 chunk +6 lines, -1 line 0 comments Download
M media/audio/android/opensles_output.cc View 1 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
no longer working on chromium
Please review
8 years, 4 months ago (2012-08-17 09:07:04 UTC) #1
Raymond Toy (Google)
LGTM with just a couple of really minor nits. I can confirm that the two ...
8 years, 4 months ago (2012-08-17 16:14:33 UTC) #2
scherkus (not reviewing)
lgtm w/ one question/nit https://chromiumcodereview.appspot.com/10855218/diff/1/media/audio/android/opensles_input.cc File media/audio/android/opensles_input.cc (right): https://chromiumcodereview.appspot.com/10855218/diff/1/media/audio/android/opensles_input.cc#newcode33 media/audio/android/opensles_input.cc:33: NOTREACHED() << "Unsupported channel " ...
8 years, 4 months ago (2012-08-17 17:47:12 UTC) #3
no longer working on chromium
http://codereview.chromium.org/10855218/diff/1/media/audio/android/opensles_input.cc File media/audio/android/opensles_input.cc (right): http://codereview.chromium.org/10855218/diff/1/media/audio/android/opensles_input.cc#newcode33 media/audio/android/opensles_input.cc:33: NOTREACHED() << "Unsupported channel " << format_.numChannels; On 2012/08/17 ...
8 years, 4 months ago (2012-08-20 09:29:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xians@chromium.org/10855218/5001
8 years, 4 months ago (2012-08-20 09:30:26 UTC) #5
commit-bot: I haz the power
8 years, 4 months ago (2012-08-20 11:17:21 UTC) #6
Change committed as 152313

Powered by Google App Engine
This is Rietveld 408576698