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

Issue 2061193002: Remove audio/video distinction for probe packets. (Closed)

Created:
4 years, 6 months ago by pbos-webrtc
Modified:
4 years, 6 months ago
Reviewers:
philipel, mflodman
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, danilchap, yujie_mao (webrtc), zhuangzesen_agora.io, Andrew MacDonald, zhengzhonghou_agora.io, henrika_webrtc, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, the sun, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove audio/video distinction for probe packets. Allows detecting large-enough audio packets as part of a probe, speculative fix for a rampup-time regression in M50. These packets are accounted on the send side when probing. BUG=webrtc:5985 R=mflodman@webrtc.org, philipel@webrtc.org Committed: https://crrev.com/a7d88d38448f6a5677a017562765ab505b89d468 Cr-Commit-Position: refs/heads/master@{#13210}

Patch Set 1 #

Total comments: 3

Patch Set 2 : rebase + feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -213 lines) Patch
M webrtc/audio/audio_receive_stream.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/audio/audio_receive_stream_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.cc View 1 3 chunks +4 lines, -8 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc View 1 13 chunks +13 lines, -18 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/send_time_history.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h View 2 chunks +2 lines, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 4 chunks +11 lines, -13 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc View 11 chunks +13 lines, -19 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc View 10 chunks +15 lines, -16 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc View 10 chunks +32 lines, -51 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet.h View 2 chunks +0 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.cc View 1 chunk +1 line, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter_unittest.cc View 6 chunks +18 lines, -19 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 4 chunks +0 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/channel.cc View 1 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
pbos-webrtc
PTAL
4 years, 6 months ago (2016-06-14 11:45:43 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2061193002/1
4 years, 6 months ago (2016-06-14 11:49:56 UTC) #3
pbos-webrtc
FYI all packets are reported on the send side since https://codereview.webrtc.org/1750403003.
4 years, 6 months ago (2016-06-14 11:50:45 UTC) #4
pbos-webrtc
https://codereview.webrtc.org/2061193002/diff/1/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc File webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc (right): https://codereview.webrtc.org/2061193002/diff/1/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc#newcode269 webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc:269: bool was_paced = payload_size > PacedSender::kMinProbePacketSize; This is the ...
4 years, 6 months ago (2016-06-14 12:12:18 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-14 13:22:04 UTC) #7
philipel
lgtm
4 years, 6 months ago (2016-06-15 12:14:54 UTC) #8
pbos-webrtc
PTAL :)
4 years, 6 months ago (2016-06-17 22:21:33 UTC) #9
mflodman
LGTM with comment addressed. https://codereview.webrtc.org/2061193002/diff/1/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc File webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc (right): https://codereview.webrtc.org/2061193002/diff/1/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc#newcode269 webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc:269: bool was_paced = payload_size > ...
4 years, 6 months ago (2016-06-20 07:53:44 UTC) #10
pbos-webrtc
rebase + feedback
4 years, 6 months ago (2016-06-20 08:50:52 UTC) #11
pbos-webrtc
Committed patchset #2 (id:20001) manually as a7d88d38448f6a5677a017562765ab505b89d468 (presubmit successful).
4 years, 6 months ago (2016-06-20 08:51:25 UTC) #13
pbos-webrtc
https://codereview.webrtc.org/2061193002/diff/1/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc File webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc (right): https://codereview.webrtc.org/2061193002/diff/1/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc#newcode269 webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc:269: bool was_paced = payload_size > PacedSender::kMinProbePacketSize; On 2016/06/20 07:53:44, ...
4 years, 6 months ago (2016-06-20 12:18:24 UTC) #15
honghaiz3
4 years, 6 months ago (2016-06-20 18:46:56 UTC) #16
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.webrtc.org/2086633002/ by honghaiz@webrtc.org.

The reason for reverting is: Revert this because it broke the google3 import
build. 
http://webrtc-buildbot-master.mtv.corp.google.com:21000/builders/WebRTC%20goo....

Powered by Google App Engine
This is Rietveld 408576698