HomeSort by relevance Sort by last modified time
    Searched refs:kUlpfecPayloadType (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/test/
call_test.h 40 static const uint8_t kUlpfecPayloadType;
call_test.cc 161 const uint8_t CallTest::kUlpfecPayloadType = 119;
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 263 send_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
265 receive_configs_[0].rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
video_send_stream_tests.cc 348 if (encapsulated_payload_type == kUlpfecPayloadType) {
365 send_config->rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
524 payload_type == kUlpfecPayloadType;
619 send_config->rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
    [all...]
end_to_end_tests.cc 414 EXPECT_EQ(kUlpfecPayloadType, encapsulated_payload_type);
421 if (encapsulated_payload_type == kUlpfecPayloadType) {
472 send_config->rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
475 (*receive_configs)[0].rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc     [all...]

Completed in 1043 milliseconds