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

Issue 23672035: Classify ARM Chromebooks as high latency audio. (Closed)

Created:
7 years, 3 months ago by ilja
Modified:
7 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Classify ARM Chromebooks as high latency audio. BUG=288367, 289770 TEST=Ran on Daisy, checked Pepper Flash gets 2048 now instead of 1024. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223428

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Total comments: 3

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -5 lines) Patch
M ppapi/shared_impl/ppb_audio_config_shared.cc View 1 2 3 4 2 chunks +16 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
ilja
Please take a look.
7 years, 3 months ago (2013-09-12 04:28:43 UTC) #1
DaleCurtis
lgtm, but you'll need a pepper owner. https://codereview.chromium.org/23672035/diff/1/ppapi/shared_impl/ppb_audio_config_shared.cc File ppapi/shared_impl/ppb_audio_config_shared.cc (right): https://codereview.chromium.org/23672035/diff/1/ppapi/shared_impl/ppb_audio_config_shared.cc#newcode87 ppapi/shared_impl/ppb_audio_config_shared.cc:87: #if defined(OS_CHROMEOS) ...
7 years, 3 months ago (2013-09-12 18:12:53 UTC) #2
ilja
dmichael: OWNERS review please. https://chromiumcodereview.appspot.com/23672035/diff/1/ppapi/shared_impl/ppb_audio_config_shared.cc File ppapi/shared_impl/ppb_audio_config_shared.cc (right): https://chromiumcodereview.appspot.com/23672035/diff/1/ppapi/shared_impl/ppb_audio_config_shared.cc#newcode87 ppapi/shared_impl/ppb_audio_config_shared.cc:87: #if defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY) On ...
7 years, 3 months ago (2013-09-13 20:22:43 UTC) #3
dmichael (off chromium)
https://codereview.chromium.org/23672035/diff/2/ppapi/shared_impl/ppb_audio_config_shared.cc File ppapi/shared_impl/ppb_audio_config_shared.cc (right): https://codereview.chromium.org/23672035/diff/2/ppapi/shared_impl/ppb_audio_config_shared.cc#newcode90 ppapi/shared_impl/ppb_audio_config_shared.cc:90: // now we classify them as high latency. See ...
7 years, 3 months ago (2013-09-13 20:44:46 UTC) #4
DaleCurtis
Only PPAPI should use this larger value on ARM. HTML5, WebRTC, WebAudio have the advantage ...
7 years, 3 months ago (2013-09-13 20:49:57 UTC) #5
dmichael (off chromium)
A few suggestions (you guys understand this code better than I, so take them or ...
7 years, 3 months ago (2013-09-13 21:15:55 UTC) #6
ilja
Dale, I had to reorder the conditions otherwise I followed dmichaels suggestions. Can you take ...
7 years, 3 months ago (2013-09-14 01:44:39 UTC) #7
DaleCurtis
https://codereview.chromium.org/23672035/diff/9002/ppapi/shared_impl/ppb_audio_config_shared.cc File ppapi/shared_impl/ppb_audio_config_shared.cc (right): https://codereview.chromium.org/23672035/diff/9002/ppapi/shared_impl/ppb_audio_config_shared.cc#newcode92 ppapi/shared_impl/ppb_audio_config_shared.cc:92: const bool kHighLatencyDevice = true; indent is wrong. https://codereview.chromium.org/23672035/diff/9002/ppapi/shared_impl/ppb_audio_config_shared.cc#newcode110 ...
7 years, 3 months ago (2013-09-16 16:27:46 UTC) #8
ilja
https://chromiumcodereview.appspot.com/23672035/diff/9002/ppapi/shared_impl/ppb_audio_config_shared.cc File ppapi/shared_impl/ppb_audio_config_shared.cc (right): https://chromiumcodereview.appspot.com/23672035/diff/9002/ppapi/shared_impl/ppb_audio_config_shared.cc#newcode92 ppapi/shared_impl/ppb_audio_config_shared.cc:92: const bool kHighLatencyDevice = true; On 2013/09/16 16:27:46, DaleCurtis ...
7 years, 3 months ago (2013-09-16 19:15:33 UTC) #9
DaleCurtis
lgtm
7 years, 3 months ago (2013-09-16 19:17:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ihf@chromium.org/23672035/24001
7 years, 3 months ago (2013-09-16 19:22:02 UTC) #11
commit-bot: I haz the power
7 years, 3 months ago (2013-09-16 21:47:07 UTC) #12
Message was sent while issue was closed.
Change committed as 223428

Powered by Google App Engine
This is Rietveld 408576698