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

Issue 150140: Minor changes to ARAB and ARAD necessary for OLA (Closed)

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

Description

Minor changes to ARAB and ARAD necessary for OLA Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19687

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -30 lines) Patch
M media/filters/audio_renderer_algorithm_base.h View 1 3 chunks +16 lines, -16 lines 0 comments Download
M media/filters/audio_renderer_algorithm_base.cc View 1 3 chunks +8 lines, -12 lines 1 comment Download
M media/filters/audio_renderer_algorithm_default.h View 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/audio_renderer_algorithm_default.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kylep
Some cleanup; mostly changing to all virtual methods, forward declarations, ignoring sample rate and converting ...
11 years, 5 months ago (2009-06-30 23:18:24 UTC) #1
scherkus (not reviewing)
few nits http://codereview.chromium.org/150140/diff/1/4 File media/filters/audio_renderer_algorithm_base.cc (right): http://codereview.chromium.org/150140/diff/1/4#newcode34 Line 34: DCHECK(callback); I would add the following: ...
11 years, 5 months ago (2009-06-30 23:22:52 UTC) #2
kylep
http://codereview.chromium.org/150140/diff/1/4 File media/filters/audio_renderer_algorithm_base.cc (right): http://codereview.chromium.org/150140/diff/1/4#newcode34 Line 34: DCHECK(callback); On 2009/06/30 23:22:52, scherkus wrote: > I ...
11 years, 5 months ago (2009-06-30 23:36:58 UTC) #3
fbarchard
lgtm. just questions and info http://codereview.chromium.org/150140/diff/1/5 File media/filters/audio_renderer_algorithm_base.h (right): http://codereview.chromium.org/150140/diff/1/5#newcode39 Line 39: class Buffer; why ...
11 years, 5 months ago (2009-06-30 23:42:17 UTC) #4
scherkus (not reviewing)
On 2009/06/30 23:42:17, fbarchard wrote: > lgtm. just questions and info > > http://codereview.chromium.org/150140/diff/1/5 > ...
11 years, 5 months ago (2009-06-30 23:44:46 UTC) #5
scherkus (not reviewing)
http://codereview.chromium.org/150140/diff/1/5 File media/filters/audio_renderer_algorithm_base.h (right): http://codereview.chromium.org/150140/diff/1/5#newcode39 Line 39: class Buffer; On 2009/06/30 23:42:17, fbarchard wrote: > ...
11 years, 5 months ago (2009-06-30 23:46:52 UTC) #6
kylep
On 2009/06/30 23:44:46, scherkus wrote: > On 2009/06/30 23:42:17, fbarchard wrote: > > lgtm. just ...
11 years, 5 months ago (2009-06-30 23:49:10 UTC) #7
kylep
On 2009/06/30 23:46:52, scherkus wrote: > http://codereview.chromium.org/150140/diff/1/5 > File media/filters/audio_renderer_algorithm_base.h (right): > > http://codereview.chromium.org/150140/diff/1/5#newcode39 > ...
11 years, 5 months ago (2009-06-30 23:51:01 UTC) #8
scherkus (not reviewing)
11 years, 5 months ago (2009-07-01 00:03:21 UTC) #9
On 2009/06/30 23:51:01, kylep wrote:
> On 2009/06/30 23:46:52, scherkus wrote:
> > http://codereview.chromium.org/150140/diff/1/5
> > File media/filters/audio_renderer_algorithm_base.h (right):
> > 
> > http://codereview.chromium.org/150140/diff/1/5#newcode39
> > Line 39: class Buffer;
> > On 2009/06/30 23:42:17, fbarchard wrote:
> > > why are you forward declaring these?
> > 
> > helps reduce header file chaining
> > 
> > Buffer is used below, although I suppose DataBuffer isn't and could be
removed
> 
> DataBuffer is used in a function declaration. Does that not count?

whoops... ctrl+f not so easy...

LGTM!!!

Powered by Google App Engine
This is Rietveld 408576698