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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.h 95 StorageType storage_type = kDontRetransmit;
rtp_packet_history.cc 209 if (stored_packets_[index].storage_type == kDontRetransmit) {
rtp_format_vp8.cc 239 return kDontRetransmit;
244 return kDontRetransmit;
rtp_format_vp9.cc 501 storage = kDontRetransmit;
504 storage = kDontRetransmit;
rtp_packet_history_unittest.cc 152 0, hist_->PutRTPPacket(packet_, len, capture_time_ms, kDontRetransmit));
rtp_sender_video.cc 127 StorageType fec_storage = kDontRetransmit;
rtp_format_vp9_unittest.cc 443 EXPECT_EQ(kDontRetransmit, packetizer_->GetStorageType(kRetransmitOff));
456 EXPECT_EQ(kDontRetransmit, packetizer_->GetStorageType(kRetransmitBaseLayer));
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 60 kDontRetransmit,

Completed in 781 milliseconds