Home
last modified time | relevance | path

Searched refs:use_rtx (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/video/end_to_end_tests/
Dhistogram_tests.cc37 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()
Drtp_rtcp_tests.cc35 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()
Dretransmission_tests.cc495 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/
Dvideo_stream.cc138 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()
Dscenario_config.h159 bool use_rtx = true; member
/external/webrtc/test/pc/e2e/sdp/
Dsdp_changer.h45 bool use_rtx,
Dsdp_changer.cc41 bool use_rtx, in FilterVideoCodecCapabilities() argument
88 if (codec.name == cricket::kRtxCodecName && use_rtx) { in FilterVideoCodecCapabilities()
/external/webrtc/modules/congestion_controller/pcc/
Dpcc_network_controller_unittest.cc98 video.stream.use_rtx = false; in TEST()
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control_unittest.cc544 c->stream.use_rtx = false; in AverageBitrateAfterCrossInducedLoss()