Searched refs:remote_bitrate_estimator (Results 1 – 17 of 17) sorted by relevance
/external/webrtc/webrtc/modules/ |
D | modules_unittests.isolate | 83 … '<(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 …]
|
D | modules.gyp | 20 '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/ |
D | remote_bitrate_estimator.gypi | 15 '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'
|
D | BUILD.gn | 9 source_set("remote_bitrate_estimator") { 12 "include/remote_bitrate_estimator.h",
|
/external/webrtc/ |
D | WATCHLISTS | 80 'remote_bitrate_estimator': { 81 'filepath': 'webrtc/modules/remote_bitrate_estimator/.*' 171 'remote_bitrate_estimator': ['mflodman@webrtc.org',
|
/external/webrtc/webrtc/video/ |
D | vie_receiver.cc | 37 RemoteBitrateEstimator* remote_bitrate_estimator, in ViEReceiver() argument 53 remote_bitrate_estimator_(remote_bitrate_estimator), in ViEReceiver() 61 assert(remote_bitrate_estimator); in ViEReceiver()
|
D | vie_channel.cc | 88 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()
|
D | vie_channel.h | 75 RemoteBitrateEstimator* remote_bitrate_estimator, 298 RemoteBitrateEstimator* remote_bitrate_estimator,
|
D | vie_receiver.h | 40 RemoteBitrateEstimator* remote_bitrate_estimator,
|
/external/webrtc/webrtc/audio/ |
D | audio_receive_stream_unittest.cc | 115 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/ |
D | rtcp_format_remb_unittest.cc | 90 configuration.remote_bitrate_estimator = remote_bitrate_estimator_.get(); in SetUp()
|
D | rtp_rtcp_impl.cc | 41 remote_bitrate_estimator(nullptr), in Configuration() 97 remote_bitrate_(configuration.remote_bitrate_estimator), in ModuleRtpRtcpImpl()
|
D | rtcp_receiver_unittest.cc | 84 configuration.remote_bitrate_estimator = remote_bitrate_estimator_.get(); in RtcpReceiverTest()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp.h | 70 RemoteBitrateEstimator* remote_bitrate_estimator; member
|
/external/webrtc/webrtc/modules/rtp_rtcp/ |
D | rtp_rtcp.gypi | 16 '<(webrtc_root)/modules/modules.gyp:remote_bitrate_estimator',
|
D | BUILD.gn | 147 "../remote_bitrate_estimator",
|
/external/webrtc/webrtc/ |
D | webrtc_tests.gypi | 226 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
|