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

Issue 10836017: Piping for audio encoding. (Closed)

Created:
8 years, 4 months ago by kxing
Modified:
8 years, 4 months ago
Reviewers:
Sergey Ulanov, Wez, garykac
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fixed some style issues #

Total comments: 10

Patch Set 3 : Reorganized code #

Total comments: 10

Patch Set 4 : Addressed comments #

Patch Set 5 : Updated comment #

Patch Set 6 : Merged with top-of-tree #

Patch Set 7 : Fixed header guards #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -2 lines) Patch
A remoting/codec/DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A remoting/codec/audio_encoder.h View 1 2 3 4 5 6 1 chunk +23 lines, -0 lines 0 comments Download
A remoting/codec/audio_encoder_verbatim.h View 1 2 3 4 5 6 1 chunk +29 lines, -0 lines 0 comments Download
A remoting/codec/audio_encoder_verbatim.cc View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M remoting/host/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M remoting/host/audio_capturer_win.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M remoting/host/audio_scheduler.h View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M remoting/host/audio_scheduler.cc View 1 2 3 chunks +8 lines, -2 lines 0 comments Download
M remoting/host/chromoting_host.h View 2 chunks +5 lines, -0 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 3 chunks +18 lines, -0 lines 1 comment Download
M remoting/remoting.gyp View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
kxing
Could someone PTAL?
8 years, 4 months ago (2012-07-30 22:25:04 UTC) #1
Sergey Ulanov
I think the encode/decode interfaces can be simpler. Specifically they should be explicitly synchronous and ...
8 years, 4 months ago (2012-07-31 20:00:17 UTC) #2
kxing
Could someone PTAL again? http://codereview.chromium.org/10836017/diff/3001/remoting/base/audio_capture_data.h File remoting/base/audio_capture_data.h (right): http://codereview.chromium.org/10836017/diff/3001/remoting/base/audio_capture_data.h#newcode15 remoting/base/audio_capture_data.h:15: class AudioCaptureData { On 2012/07/31 ...
8 years, 4 months ago (2012-07-31 22:11:44 UTC) #3
Sergey Ulanov
http://codereview.chromium.org/10836017/diff/8001/remoting/codec/audio_encoder_verbatim.cc File remoting/codec/audio_encoder_verbatim.cc (right): http://codereview.chromium.org/10836017/diff/8001/remoting/codec/audio_encoder_verbatim.cc#newcode17 remoting/codec/audio_encoder_verbatim.cc:17: return audio_packet.Pass(); add DCHECK to verify that encoding in ...
8 years, 4 months ago (2012-07-31 22:22:16 UTC) #4
kxing
Could someone PTAL again? http://codereview.chromium.org/10836017/diff/8001/remoting/codec/audio_encoder_verbatim.cc File remoting/codec/audio_encoder_verbatim.cc (right): http://codereview.chromium.org/10836017/diff/8001/remoting/codec/audio_encoder_verbatim.cc#newcode17 remoting/codec/audio_encoder_verbatim.cc:17: return audio_packet.Pass(); On 2012/07/31 22:22:17, ...
8 years, 4 months ago (2012-07-31 23:06:06 UTC) #5
Sergey Ulanov
lgtm
8 years, 4 months ago (2012-07-31 23:41:33 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kxing@chromium.org/10836017/4024
8 years, 4 months ago (2012-08-01 14:29:34 UTC) #7
commit-bot: I haz the power
Failed to apply patch for remoting/host/audio_capturer_win.cc: While running patch -p1 --forward --force; patching file remoting/host/audio_capturer_win.cc ...
8 years, 4 months ago (2012-08-01 14:29:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kxing@chromium.org/10836017/10002
8 years, 4 months ago (2012-08-01 15:38:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kxing@chromium.org/10836017/5002
8 years, 4 months ago (2012-08-01 15:52:31 UTC) #10
commit-bot: I haz the power
Change committed as 149441
8 years, 4 months ago (2012-08-01 17:41:44 UTC) #11
Wez
8 years, 4 months ago (2012-08-07 18:07:40 UTC) #12
https://chromiumcodereview.appspot.com/10836017/diff/5002/remoting/host/chrom...
File remoting/host/chromoting_host.cc (right):

https://chromiumcodereview.appspot.com/10836017/diff/5002/remoting/host/chrom...
remoting/host/chromoting_host.cc:434: NOTIMPLEMENTED();
nit: NOTIMPLEMENTED() is for methods that aren't implemented, whereas this is
effectively an invalid-parameter error, so you should probably DCHECK or DFATAL
log something.

Powered by Google App Engine
This is Rietveld 408576698