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

Issue 2995523002: L16 implementation of the Audio{En,De}coderFactoryTemplate APIs (Closed)

Created:
3 years, 4 months ago by kwiberg-webrtc
Modified:
3 years, 4 months ago
Reviewers:
ossu
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

L16 implementation of the Audio{En,De}coderFactoryTemplate APIs BUG=webrtc:7836, webrtc:7842 Review-Url: https://codereview.webrtc.org/2995523002 Cr-Commit-Position: refs/heads/master@{#19354} Committed: https://chromium.googlesource.com/external/webrtc/+/edff94df62d5cc0563430ed8d5e2ba8c9f88f7dd

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 5

Patch Set 3 : rebase #

Patch Set 4 : review comments #

Patch Set 5 : avoid a narrowing conversion #

Unified diffs Side-by-side diffs Delta from patch set Stats (+322 lines, -0 lines) Patch
A webrtc/api/audio_codecs/L16/BUILD.gn View 1 chunk +39 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/L16/audio_decoder_L16.h View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/L16/audio_decoder_L16.cc View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/L16/audio_encoder_L16.h View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/L16/audio_encoder_L16.cc View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
M webrtc/api/audio_codecs/test/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc View 1 2 3 2 chunks +21 lines, -0 lines 0 comments Download
M webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/modules/audio_coding/codecs/pcm16b/pcm16b_common.h View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A webrtc/modules/audio_coding/codecs/pcm16b/pcm16b_common.cc View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (21 generated)
kwiberg-webrtc
3 years, 4 months ago (2017-08-04 17:16:42 UTC) #6
ossu
https://codereview.webrtc.org/2995523002/diff/20001/webrtc/api/audio_codecs/L16/audio_decoder_L16.h File webrtc/api/audio_codecs/L16/audio_decoder_L16.h (right): https://codereview.webrtc.org/2995523002/diff/20001/webrtc/api/audio_codecs/L16/audio_decoder_L16.h#newcode32 webrtc/api/audio_codecs/L16/audio_decoder_L16.h:32: (num_channels == 1 || num_channels == 2); AudioDecoderPcm16B only ...
3 years, 4 months ago (2017-08-14 15:54:33 UTC) #11
kwiberg-webrtc
Thanks for the review! New patch set posted. https://codereview.webrtc.org/2995523002/diff/20001/webrtc/api/audio_codecs/L16/audio_decoder_L16.h File webrtc/api/audio_codecs/L16/audio_decoder_L16.h (right): https://codereview.webrtc.org/2995523002/diff/20001/webrtc/api/audio_codecs/L16/audio_decoder_L16.h#newcode32 webrtc/api/audio_codecs/L16/audio_decoder_L16.h:32: (num_channels ...
3 years, 4 months ago (2017-08-15 11:01:59 UTC) #14
ossu
Great! LGTM!
3 years, 4 months ago (2017-08-15 11:53:30 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2995523002/80001
3 years, 4 months ago (2017-08-15 13:27:16 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/external/webrtc/+/edff94df62d5cc0563430ed8d5e2ba8c9f88f7dd
3 years, 4 months ago (2017-08-15 13:30:26 UTC) #27
charujain
3 years, 4 months ago (2017-08-15 14:49:57 UTC) #28
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.webrtc.org/2996993002/ by charujain@webrtc.org.

The reason for reverting is: Breaks compilation in google3..

Powered by Google App Engine
This is Rietveld 408576698