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

Issue 1316523002: Convert channel counts to size_t. (Closed)

Created:
5 years, 4 months ago by Peter Kasting
Modified:
4 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, hlundin-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, mflodman, kwiberg-webrtc, andresp, perkj_webrtc, aluebs-webrtc, bjornv1, sprang_webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Convert channel counts to size_t. IIRC, this was originally requested by ajm during review of the other size_t conversions I did over the past year, and I agreed it made sense, but wanted to do it separately since those changes were already gargantuan. BUG=chromium:81439 TEST=none R=henrik.lundin@webrtc.org, henrika@webrtc.org, kjellander@webrtc.org, minyue@webrtc.org, perkj@webrtc.org, solenberg@webrtc.org, stefan@webrtc.org, tina.legrand@webrtc.org Committed: https://crrev.com/6955870806624479723addfae6dcf5d13968796c Cr-Commit-Position: refs/heads/master@{#11229}

Patch Set 1 #

Patch Set 2 : Compile fixes #

Patch Set 3 : Resync #

Patch Set 4 : Build fixes #

Patch Set 5 : Compile fixes #

Patch Set 6 : Resync #

Patch Set 7 : Resync #

Patch Set 8 : Resync + compile fixes #

Patch Set 9 : Compile fixes #

Patch Set 10 : Resync #

Patch Set 11 : Compile fixes #

Patch Set 12 : Compile fix #

Patch Set 13 : Resync #

Patch Set 14 : Fix iOS compile #

Patch Set 15 : Resync #

Patch Set 16 : Fix compile #

Patch Set 17 : Rebase onto cleanup change #

Total comments: 25

Patch Set 18 : Review comments #

Patch Set 19 : Rebase #

Patch Set 20 : Resync #

Patch Set 21 : Fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+892 lines, -868 lines) Patch
M talk/app/webrtc/mediastreaminterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/rtpsender.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/rtpsender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/test/fakeaudiocapturemodule_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/webrtcsdp.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +4 lines, -4 lines 0 comments Download
M talk/media/base/audiorenderer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M talk/media/base/codec.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -2 lines 0 comments Download
M talk/media/base/codec.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M talk/media/base/fakemediaengine.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M talk/media/webrtc/fakewebrtcvoiceengine.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +4 lines, -4 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/audio/audio_sink.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/common_audio/audio_converter.h View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
M webrtc/common_audio/audio_converter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +12 lines, -12 lines 0 comments Download
M webrtc/common_audio/audio_converter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +9 lines, -8 lines 0 comments Download
M webrtc/common_audio/blocker.h View 2 chunks +8 lines, -8 lines 0 comments Download
M webrtc/common_audio/blocker.cc View 1 2 3 4 5 6 7 chunks +14 lines, -14 lines 0 comments Download
M webrtc/common_audio/blocker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 11 chunks +23 lines, -23 lines 0 comments Download
M webrtc/common_audio/channel_buffer.h View 1 2 3 4 5 6 8 chunks +10 lines, -10 lines 0 comments Download
M webrtc/common_audio/channel_buffer.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/common_audio/include/audio_util.h View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M webrtc/common_audio/lapped_transform.h View 1 2 3 4 5 6 5 chunks +12 lines, -10 lines 0 comments Download
M webrtc/common_audio/lapped_transform.cc View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M webrtc/common_audio/lapped_transform_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +7 lines, -7 lines 0 comments Download
M webrtc/common_audio/resampler/include/push_resampler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/common_audio/resampler/include/resampler.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/common_audio/resampler/push_resampler.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M webrtc/common_audio/resampler/resampler.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/common_audio/wav_file.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +8 lines, -8 lines 0 comments Download
M webrtc/common_audio/wav_file.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/common_audio/wav_file_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +4 lines, -4 lines 0 comments Download
M webrtc/common_audio/wav_header.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/common_audio/wav_header.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +8 lines, -8 lines 0 comments Download
M webrtc/common_audio/wav_header_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +5 lines, -5 lines 0 comments Download
M webrtc/common_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_codec_database.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_codec_database.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receive_test_oldapi.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_resampler.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_resampler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/codec_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_encoder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +3 lines, -13 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +8 lines, -8 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_fec_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_inst.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_interface.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_interface.c View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +13 lines, -13 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/tools/audio_codec_speed_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/tools/audio_codec_speed_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/include/audio_coding_module.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/include/neteq.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 18 chunks +25 lines, -26 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_stereo_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 21 chunks +21 lines, -21 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/test/neteq_ilbc_quality_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/test/neteq_isac_quality_test.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/test/neteq_pcmu_quality_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/test/EncodeDecodeTest.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/test/EncodeDecodeTest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/test/opus_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/test/opus_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/test/target_delay_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_device_unittest.cc View 1 2 3 4 5 6 6 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_manager_unittest.cc View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_record_jni.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/android/audio_record_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_track_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/opensles_player.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/android/opensles_player.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_buffer.h View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_buffer.cc View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_device/dummy/file_audio_device.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/include/audio_device_defines.h View 1 2 3 4 5 6 8 chunks +13 lines, -13 lines 0 comments Download
M webrtc/modules/audio_device/ios/audio_device_unittest_ios.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_device/test/audio_device_test_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/test/func_test_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/test/func_test_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/audio_buffer.h View 1 2 3 4 5 6 7 8 9 3 chunks +11 lines, -11 lines 0 comments Download
M webrtc/modules/audio_processing/audio_buffer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 14 chunks +18 lines, -18 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 8 chunks +19 lines, -20 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/beamformer/complex_matrix.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/matrix.h View 1 2 3 4 5 6 11 chunks +25 lines, -23 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/matrix_test_helpers.h View 4 chunks +8 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 8 chunks +17 lines, -17 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer_test.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/common.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/audio_processing/gain_control_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/gain_control_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 7 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/audio_processing/high_pass_filter_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/high_pass_filter_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/include/audio_processing.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +8 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/include/mock_audio_processing.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h View 4 chunks +8 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_estimator_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +4 lines, -7 lines 0 comments Download
M webrtc/modules/audio_processing/processing_component.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/processing_component.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/audio_processing/splitting_filter.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/splitting_filter.cc View 1 2 3 4 5 6 6 chunks +6 lines, -10 lines 0 comments Download
M webrtc/modules/audio_processing/test/audio_file_processor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/audio_processing_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 27 chunks +54 lines, -48 lines 0 comments Download
M webrtc/modules/audio_processing/test/audioproc_float.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +13 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/debug_dump_test.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +6 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/test/process_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +24 lines, -19 lines 0 comments Download
M webrtc/modules/audio_processing/test/test_utils.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/test/test_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/unpack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +13 lines, -9 lines 0 comments Download
M webrtc/modules/audio_processing/vad/voice_activity_detector.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/include/module_common_types.h View 1 2 3 4 5 6 7 8 9 6 chunks +4 lines, -6 lines 0 comments Download
M webrtc/modules/media_file/media_file_utility.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/media_file/media_file_utility.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 6 chunks +8 lines, -9 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_receiver.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_payload_registry.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/include/aligned_array.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +9 lines, -9 lines 0 comments Download
M webrtc/system_wrappers/source/aligned_array_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/tools/agc/activity_metric.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/tools/agc/agc_harness.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/video/vie_channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/vie_channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 9 chunks +13 lines, -12 lines 0 comments Download
M webrtc/voice_engine/output_mixer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/output_mixer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -4 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/codec_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/cmd_test/voe_cmd_test.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/voice_engine/transmit_mixer.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M webrtc/voice_engine/transmit_mixer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +11 lines, -11 lines 0 comments Download
M webrtc/voice_engine/utility.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/utility.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -6 lines 0 comments Download
M webrtc/voice_engine/voe_base_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +10 lines, -10 lines 0 comments Download
M webrtc/voice_engine/voe_base_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +13 lines, -14 lines 0 comments Download
M webrtc/voice_engine/voe_codec_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 40 (10 generated)
Peter Kasting
henrik.lundin: webrtc/modules/audio_processing/ OWNERS henrika: webrtc/modules/audio_device/, webrtc/voice_engine/ OWNERS kjellander: webrtc/tools/ OWNERS minyue: webrtc/modules/audio_coding/, webrtc/modules/audio_conference_mixer/ OWNERS perkj: ...
4 years, 12 months ago (2015-12-28 18:26:47 UTC) #3
henrika_webrtc
henrika: webrtc/modules/audio_device/, webrtc/voice_engine/ OWNERS I am OK if you can guarantee that the interface changes ...
4 years, 11 months ago (2015-12-29 09:00:44 UTC) #4
henrika_webrtc
https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_device/include/audio_device_defines.h File webrtc/modules/audio_device/include/audio_device_defines.h (right): https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_device/include/audio_device_defines.h#newcode47 webrtc/modules/audio_device/include/audio_device_defines.h:47: class AudioTransport { Note that this interface is used ...
4 years, 11 months ago (2015-12-29 09:00:58 UTC) #5
Peter Kasting
Yes, I'm aware that I'll need to update the consumers of these APIs as well. ...
4 years, 11 months ago (2015-12-29 09:03:29 UTC) #6
Peter Kasting
(And no, failing to update these APIs is not really an option.)
4 years, 11 months ago (2015-12-29 09:04:47 UTC) #7
henrika_webrtc
Given that you seem to be in full control, LGTM from me then. Thanks for ...
4 years, 11 months ago (2015-12-29 09:06:46 UTC) #8
minyue-webrtc
LG with some nits https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc File webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc (right): https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc#newcode26 webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc:26: size_t samples_per_frame = but why ...
4 years, 11 months ago (2015-12-29 10:42:47 UTC) #9
Peter Kasting
https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc File webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc (right): https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc#newcode26 webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc:26: size_t samples_per_frame = On 2015/12/29 10:42:47, minyue-webrtc wrote: > ...
4 years, 11 months ago (2015-12-30 00:55:45 UTC) #10
minyue-webrtc
On 2015/12/30 00:55:45, Peter Kasting wrote: > https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc > File webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc (right): > > https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc#newcode26 ...
4 years, 11 months ago (2015-12-30 09:56:39 UTC) #11
Peter Kasting
On 2015/12/30 09:56:39, minyue-webrtc wrote: > On 2015/12/30 00:55:45, Peter Kasting wrote: > > > ...
4 years, 11 months ago (2015-12-30 13:07:16 UTC) #12
minyue-webrtc
https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc File webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc (right): https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc#newcode26 webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc:26: size_t samples_per_frame = On 2015/12/30 00:55:45, Peter Kasting wrote: ...
4 years, 11 months ago (2016-01-04 09:06:03 UTC) #13
Peter Kasting
https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc File webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc (right): https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc#newcode26 webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc:26: size_t samples_per_frame = On 2016/01/04 09:06:02, minyue-webrtc wrote: > ...
4 years, 11 months ago (2016-01-04 19:49:42 UTC) #14
kjellander_webrtc
webrtc/tools: lgtm
4 years, 11 months ago (2016-01-04 20:40:49 UTC) #15
minyue-webrtc
lgtm to audio coding https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc File webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc (right): https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc#newcode26 webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc:26: size_t samples_per_frame = On 2016/01/04 ...
4 years, 11 months ago (2016-01-04 22:03:18 UTC) #16
perkj_webrtc
lgtm for my parts. But solenberg- please help comment on fakewebrtcvoiceengine.h https://codereview.webrtc.org/1316523002/diff/320001/talk/media/webrtc/fakewebrtcvoiceengine.h File talk/media/webrtc/fakewebrtcvoiceengine.h (right): ...
4 years, 11 months ago (2016-01-07 09:32:32 UTC) #18
Peter Kasting
https://codereview.webrtc.org/1316523002/diff/320001/talk/media/webrtc/fakewebrtcvoiceengine.h File talk/media/webrtc/fakewebrtcvoiceengine.h (right): https://codereview.webrtc.org/1316523002/diff/320001/talk/media/webrtc/fakewebrtcvoiceengine.h#newcode80 talk/media/webrtc/fakewebrtcvoiceengine.h:80: size_t num_input_channels() const override { return 0; } On ...
4 years, 11 months ago (2016-01-07 09:47:50 UTC) #19
the sun
lgtm for talk/media/webrtc webrtc/audio webrtc/voice_engine https://codereview.webrtc.org/1316523002/diff/320001/talk/media/webrtc/fakewebrtcvoiceengine.h File talk/media/webrtc/fakewebrtcvoiceengine.h (right): https://codereview.webrtc.org/1316523002/diff/320001/talk/media/webrtc/fakewebrtcvoiceengine.h#newcode80 talk/media/webrtc/fakewebrtcvoiceengine.h:80: size_t num_input_channels() const override ...
4 years, 11 months ago (2016-01-07 12:27:59 UTC) #20
Peter Kasting
https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h (right): https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h#newcode38 webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h:38: size_t channels; On 2016/01/07 12:27:59, the sun wrote: > ...
4 years, 11 months ago (2016-01-07 13:14:41 UTC) #21
the sun
https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h (right): https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h#newcode38 webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h:38: size_t channels; On 2016/01/07 13:14:41, Peter Kasting wrote: > ...
4 years, 11 months ago (2016-01-07 13:21:06 UTC) #22
tlegrand-webrtc
LGTM for webrtc/common_audio/ and webrtc/common_types.h (webrtc/audio already approved by Solenberg).
4 years, 11 months ago (2016-01-07 15:24:18 UTC) #23
Peter Kasting
https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h (right): https://codereview.webrtc.org/1316523002/diff/320001/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h#newcode38 webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h:38: size_t channels; On 2016/01/07 13:21:06, the sun wrote: > ...
4 years, 11 months ago (2016-01-07 22:28:39 UTC) #24
Peter Kasting
tina.legrand: Make sure to look over webrtc/modules/include/module_common_types.h as well. henrik.lundin, stefan: Still waiting on your ...
4 years, 11 months ago (2016-01-08 02:45:07 UTC) #25
tlegrand-webrtc
On 2016/01/08 02:45:07, Peter Kasting wrote: > tina.legrand: Make sure to look over > webrtc/modules/include/module_common_types.h ...
4 years, 11 months ago (2016-01-08 08:58:32 UTC) #26
stefan-webrtc
lgtm for webrtc/modules/rtp_rtcp/, webrtc/video/
4 years, 11 months ago (2016-01-08 09:28:38 UTC) #27
hlundin-webrtc
webrtc/modules/audio_processing/: lgtm
4 years, 11 months ago (2016-01-08 12:06:18 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1316523002/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1316523002/380001
4 years, 11 months ago (2016-01-12 21:59:11 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_asan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_asan/builds/11791) linux_compile_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 11 months ago (2016-01-12 22:01:41 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1316523002/400001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1316523002/400001
4 years, 11 months ago (2016-01-12 22:57:32 UTC) #36
commit-bot: I haz the power
Patchset 21 (id:??) landed as https://crrev.com/6955870806624479723addfae6dcf5d13968796c Cr-Commit-Position: refs/heads/master@{#11229}
4 years, 11 months ago (2016-01-13 00:27:05 UTC) #39
Peter Kasting
4 years, 11 months ago (2016-01-13 00:27:05 UTC) #40
Message was sent while issue was closed.
Committed patchset #21 (id:400001) manually as
6955870806624479723addfae6dcf5d13968796c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698