Searched refs:use_rtx (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/video/end_to_end_tests/ |
D | histogram_tests.cc | 37 void VerifyHistogramStats(bool use_rtx, bool use_fec, bool screenshare); 40 void HistogramTest::VerifyHistogramStats(bool use_rtx, in VerifyHistogramStats() argument 46 FrameObserver(bool use_rtx, bool use_fec, bool screenshare) in VerifyHistogramStats() argument 48 use_rtx_(use_rtx), in VerifyHistogramStats() 142 } test(use_rtx, use_fec, screenshare); in VerifyHistogramStats() 278 int num_rtx_samples = use_rtx ? 1 : 0; in VerifyHistogramStats()
|
D | rtp_rtcp_tests.cc | 35 void TestRtpStatePreservation(bool use_rtx, bool provoke_rtcpsr_before_rtp); 128 bool use_rtx, in TestRtpStatePreservation() argument 169 explicit RtpSequenceObserver(bool use_rtx) in TestRtpStatePreservation() argument 174 if (use_rtx) in TestRtpStatePreservation() 279 } observer(use_rtx); in TestRtpStatePreservation() 289 use_rtx]() { in TestRtpStatePreservation() 311 if (use_rtx) { in TestRtpStatePreservation()
|
D | retransmission_tests.cc | 495 int GetPayloadType(bool use_rtx, bool use_fec) { in DecodesRetransmittedFrame() argument 497 if (use_rtx) in DecodesRetransmittedFrame() 501 if (use_rtx) in DecodesRetransmittedFrame()
|
/external/webrtc/test/scenario/ |
D | video_stream.cc | 138 if (config.stream.use_rtx) { in CreateVideoSendStreamConfig() 336 RTC_DCHECK(!config.stream.use_rtx || in CreateVideoReceiveStreamConfig() 343 if (config.stream.use_rtx) { in CreateVideoReceiveStreamConfig() 582 if (config.stream.use_rtx) in ReceiveVideoStream()
|
D | scenario_config.h | 159 bool use_rtx = true; member
|
/external/webrtc/test/pc/e2e/sdp/ |
D | sdp_changer.h | 45 bool use_rtx,
|
D | sdp_changer.cc | 41 bool use_rtx, in FilterVideoCodecCapabilities() argument 88 if (codec.name == cricket::kRtxCodecName && use_rtx) { in FilterVideoCodecCapabilities()
|
/external/webrtc/modules/congestion_controller/pcc/ |
D | pcc_network_controller_unittest.cc | 98 video.stream.use_rtx = false; in TEST()
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | goog_cc_network_control_unittest.cc | 544 c->stream.use_rtx = false; in AverageBitrateAfterCrossInducedLoss()
|