Home
last modified time | relevance | path

Searched refs:kUlpfecPayloadType (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/video/end_to_end_tests/
Dfec_tests.cc79 encapsulated_payload_type == kUlpfecPayloadType) in TEST_F()
84 if (encapsulated_payload_type == kUlpfecPayloadType) { in TEST_F()
129 send_config->rtp.ulpfec.ulpfec_payload_type = kUlpfecPayloadType; in TEST_F()
131 (*receive_configs)[0].rtp.ulpfec_payload_type = kUlpfecPayloadType; in TEST_F()
372 EXPECT_EQ(kUlpfecPayloadType, encapsulated_payload_type); in TEST_F()
386 bool ulpfec_packet = encapsulated_payload_type == kUlpfecPayloadType; in TEST_F()
474 send_config->rtp.ulpfec.ulpfec_payload_type = kUlpfecPayloadType; in TEST_F()
483 (*receive_configs)[0].rtp.ulpfec_payload_type = kUlpfecPayloadType; in TEST_F()
Dhistogram_tests.cc100 send_config->rtp.ulpfec.ulpfec_payload_type = kUlpfecPayloadType; in VerifyHistogramStats()
107 (*receive_configs)[0].rtp.ulpfec_payload_type = kUlpfecPayloadType; in VerifyHistogramStats()
Dretransmission_tests.cc456 send_config->rtp.ulpfec.ulpfec_payload_type = kUlpfecPayloadType; in DecodesRetransmittedFrame()
/external/webrtc/test/
Dcall_test.cc307 send_config->rtp.ulpfec.ulpfec_payload_type = kUlpfecPayloadType; in SetSendUlpFecConfig()
314 receive_config->rtp.ulpfec_payload_type = kUlpfecPayloadType; in SetReceiveUlpFecConfig()
735 {CallTest::kUlpfecPayloadType, MediaType::VIDEO},
Dcall_test.h59 kUlpfecPayloadType = 119, enumerator
/external/webrtc/test/scenario/
Dvideo_stream.cc149 send_config.rtp.ulpfec.ulpfec_payload_type = CallTest::kUlpfecPayloadType; in CreateVideoSendStreamConfig()
350 recv.rtp.ulpfec_payload_type = CallTest::kUlpfecPayloadType; in CreateVideoReceiveStreamConfig()
/external/webrtc/call/
Dcall_perf_tests.cc263 GetVideoSendConfig()->rtp.ulpfec.ulpfec_payload_type = kUlpfecPayloadType; in TestAudioVideoSync()
265 video_receive_configs_[0].rtp.ulpfec_payload_type = kUlpfecPayloadType; in TestAudioVideoSync()
Drampup_tests.cc212 test::CallTest::kUlpfecPayloadType; in ModifyVideoConfigs()
/external/webrtc/rtc_tools/
Dvideo_replay.cc62 webrtc::test::CallTest::kUlpfecPayloadType,
/external/webrtc/video/
Dvideo_send_stream_tests.cc521 EXPECT_EQ(VideoSendStreamTest::kUlpfecPayloadType, in OnSendRtp()
560 VideoSendStreamTest::kUlpfecPayloadType) { in OnSendRtp()
606 VideoSendStreamTest::kUlpfecPayloadType; in ModifyVideoConfigs()
1085 payload_type == kUlpfecPayloadType; in TestPacketFragmentationSize()
1208 send_config->rtp.ulpfec.ulpfec_payload_type = kUlpfecPayloadType; in TestPacketFragmentationSize()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_unittest.cc1962 const uint8_t kUlpfecPayloadType = 97; in TEST_P() local
1966 UlpfecGenerator ulpfec_generator(kRedPayloadType, kUlpfecPayloadType, clock_); in TEST_P()