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

  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 436 static const int kUlpfecPayloadType = 119;
473 if (encapsulated_payload_type == kUlpfecPayloadType) {
499 send_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
594 static const int kUlpfecPayloadType = 119;
634 payload_type == kUlpfecPayloadType;
763 send_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
    [all...]
call_tests.cc 50 static const int kUlpfecPayloadType = 119;
461 EXPECT_EQ(kUlpfecPayloadType, encapsulated_payload_type);
468 if (encapsulated_payload_type == kUlpfecPayloadType) {
525 send_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
528 receive_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc     [all...]

Completed in 40 milliseconds