Home
last modified time | relevance | path

Searched refs:remote_bitrate_estimator (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/webrtc/modules/
Dmodules_unittests.isolate83 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin',
84 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin',
85 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin',
86 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin',
87 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin',
88 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin',
89 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin',
90 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin',
91 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin',
92 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin',
[all …]
Dmodules.gyp20 'remote_bitrate_estimator/remote_bitrate_estimator.gypi',
135 'remote_bitrate_estimator',
277 'remote_bitrate_estimator/bwe_simulations.cc',
278 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h',
279 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h',
280 'remote_bitrate_estimator/inter_arrival_unittest.cc',
281 'remote_bitrate_estimator/overuse_detector_unittest.cc',
282 'remote_bitrate_estimator/rate_statistics_unittest.cc',
283 'remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc',
284 'remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc',
[all …]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator.gypi15 'target_name': 'remote_bitrate_estimator',
23 'include/remote_bitrate_estimator.h',
53 'remote_bitrate_estimator/test/bwe_test_logging.cc'
103 'remote_bitrate_estimator/test/bwe_test_logging.cc'
DBUILD.gn9 source_set("remote_bitrate_estimator") {
12 "include/remote_bitrate_estimator.h",
/external/webrtc/
DWATCHLISTS80 'remote_bitrate_estimator': {
81 'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
171 'remote_bitrate_estimator': ['mflodman@webrtc.org',
/external/webrtc/webrtc/video/
Dvie_receiver.cc37 RemoteBitrateEstimator* remote_bitrate_estimator, in ViEReceiver() argument
53 remote_bitrate_estimator_(remote_bitrate_estimator), in ViEReceiver()
61 assert(remote_bitrate_estimator); in ViEReceiver()
Dvie_channel.cc88 RemoteBitrateEstimator* remote_bitrate_estimator, in ViEChannel() argument
103 vie_receiver_(vcm_, remote_bitrate_estimator, this), in ViEChannel()
132 remote_bitrate_estimator, in ViEChannel()
1102 RemoteBitrateEstimator* remote_bitrate_estimator, in CreateRtpRtcpModules() argument
1139 configuration.remote_bitrate_estimator = nullptr; in CreateRtpRtcpModules()
Dvie_channel.h75 RemoteBitrateEstimator* remote_bitrate_estimator,
298 RemoteBitrateEstimator* remote_bitrate_estimator,
Dvie_receiver.h40 RemoteBitrateEstimator* remote_bitrate_estimator,
/external/webrtc/webrtc/audio/
Daudio_receive_stream_unittest.cc115 MockRemoteBitrateEstimator* remote_bitrate_estimator() { in remote_bitrate_estimator() function
251 EXPECT_CALL(*helper.remote_bitrate_estimator(), in TEST()
277 EXPECT_CALL(*helper.remote_bitrate_estimator(), in TEST()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_format_remb_unittest.cc90 configuration.remote_bitrate_estimator = remote_bitrate_estimator_.get(); in SetUp()
Drtp_rtcp_impl.cc41 remote_bitrate_estimator(nullptr), in Configuration()
97 remote_bitrate_(configuration.remote_bitrate_estimator), in ModuleRtpRtcpImpl()
Drtcp_receiver_unittest.cc84 configuration.remote_bitrate_estimator = remote_bitrate_estimator_.get(); in RtcpReceiverTest()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h70 RemoteBitrateEstimator* remote_bitrate_estimator; member
/external/webrtc/webrtc/modules/rtp_rtcp/
Drtp_rtcp.gypi16 '<(webrtc_root)/modules/modules.gyp:remote_bitrate_estimator',
DBUILD.gn147 "../remote_bitrate_estimator",
/external/webrtc/webrtc/
Dwebrtc_tests.gypi226 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',