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

Issue 155255: Refactor audio renderer algorithms to use BufferQueue. (Closed)

Created:
11 years, 5 months ago by kylep
Modified:
9 years, 7 months ago
Reviewers:
Alpha Left Google
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Refactor audio renderer algorithms to use BufferQueue. Also cleaned up some comments and unnecessary functions/fields. BUG=16011 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20347

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 12

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -198 lines) Patch
M media/filters/audio_renderer_algorithm_base.h View 1 2 3 4 5 6 chunks +19 lines, -21 lines 0 comments Download
M media/filters/audio_renderer_algorithm_base.cc View 1 2 3 4 5 6 3 chunks +27 lines, -22 lines 0 comments Download
M media/filters/audio_renderer_algorithm_default.h View 1 chunk +0 lines, -3 lines 0 comments Download
M media/filters/audio_renderer_algorithm_default.cc View 1 2 3 4 5 1 chunk +19 lines, -43 lines 0 comments Download
M media/filters/audio_renderer_algorithm_ola.h View 1 2 3 4 5 3 chunks +7 lines, -26 lines 0 comments Download
M media/filters/audio_renderer_algorithm_ola.cc View 1 2 3 4 5 7 chunks +16 lines, -83 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kylep
Alpha, I'd appreciate your comments on this change. Especially with regards to filling up the ...
11 years, 5 months ago (2009-07-09 17:27:15 UTC) #1
kylep
Alpha, my original question is no longer valid. Instead of trying to maintain a number ...
11 years, 5 months ago (2009-07-09 20:36:08 UTC) #2
Alpha Left Google
I just have some style nits. http://codereview.chromium.org/155255/diff/37/1036 File media/filters/audio_renderer_algorithm_base.cc (right): http://codereview.chromium.org/155255/diff/37/1036#newcode12 Line 12: const size_t ...
11 years, 5 months ago (2009-07-09 23:02:18 UTC) #3
kylep
Take another look? http://codereview.chromium.org/155255/diff/37/1036 File media/filters/audio_renderer_algorithm_base.cc (right): http://codereview.chromium.org/155255/diff/37/1036#newcode12 Line 12: const size_t kDefaultMaxQueueSizeInBytes = 65536; ...
11 years, 5 months ago (2009-07-10 00:30:29 UTC) #4
Alpha Left Google
11 years, 5 months ago (2009-07-10 00:49:07 UTC) #5
ok. LGTM.

Powered by Google App Engine
This is Rietveld 408576698