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

Issue 1454683002: Fixed the render queue item size preallocation and verification, moved constant declarations, remov… (Closed)

Created:
5 years, 1 month ago by peah-webrtc
Modified:
5 years, 1 month ago
Reviewers:
the sun, hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, tterriberry_mozilla.com, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fixed the render queue item size preallocation and verification, moved constant declarations, removed redundant queue allocation BUG= Committed: https://crrev.com/2446e5a2de9d5d78117a02ff2b206194bb8f4e8e Cr-Commit-Position: refs/heads/master@{#10689}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Changes in response to reviewer comments #

Patch Set 3 : Merge with latest changes in master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -66 lines) Patch
M webrtc/modules/audio_processing/echo_cancellation_impl.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.cc View 1 4 chunks +14 lines, -14 lines 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.cc View 1 4 chunks +13 lines, -13 lines 0 comments Download
M webrtc/modules/audio_processing/gain_control_impl.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
M webrtc/modules/audio_processing/gain_control_impl.cc View 1 4 chunks +17 lines, -21 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
peah-webrtc
This is a CL fixing the issues found by @solenberg. The fix does the following ...
5 years, 1 month ago (2015-11-17 10:55:35 UTC) #2
the sun
https://codereview.webrtc.org/1454683002/diff/1/webrtc/modules/audio_processing/echo_cancellation_impl.cc File webrtc/modules/audio_processing/echo_cancellation_impl.cc (right): https://codereview.webrtc.org/1454683002/diff/1/webrtc/modules/audio_processing/echo_cancellation_impl.cc#newcode383 webrtc/modules/audio_processing/echo_cancellation_impl.cc:383: std::max<size_t>(static_cast<size_t>(kAllowedValuesOfSamplesPerFrame1), It seems wasteful to me to do this ...
5 years, 1 month ago (2015-11-17 13:44:37 UTC) #5
peah-webrtc
https://codereview.webrtc.org/1454683002/diff/1/webrtc/modules/audio_processing/echo_cancellation_impl.cc File webrtc/modules/audio_processing/echo_cancellation_impl.cc (right): https://codereview.webrtc.org/1454683002/diff/1/webrtc/modules/audio_processing/echo_cancellation_impl.cc#newcode383 webrtc/modules/audio_processing/echo_cancellation_impl.cc:383: std::max<size_t>(static_cast<size_t>(kAllowedValuesOfSamplesPerFrame1), On 2015/11/17 13:44:37, the sun wrote: > It ...
5 years, 1 month ago (2015-11-18 05:53:46 UTC) #6
the sun
lgtm
5 years, 1 month ago (2015-11-18 08:46:07 UTC) #7
hlundin-webrtc
lgtm
5 years, 1 month ago (2015-11-18 09:11:46 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1454683002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1454683002/40001
5 years, 1 month ago (2015-11-18 10:32:35 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-18 14:11:17 UTC) #12
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 14:11:25 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2446e5a2de9d5d78117a02ff2b206194bb8f4e8e
Cr-Commit-Position: refs/heads/master@{#10689}

Powered by Google App Engine
This is Rietveld 408576698