Home
last modified time | relevance | path

Searched refs:RtpPacketHistory (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history.cc26 constexpr size_t RtpPacketHistory::kMaxCapacity;
27 constexpr size_t RtpPacketHistory::kMaxPaddingtHistory;
28 constexpr int64_t RtpPacketHistory::kMinPacketDurationMs;
29 constexpr int RtpPacketHistory::kMinPacketDurationRtt;
30 constexpr int RtpPacketHistory::kPacketCullingDelayFactor;
32 RtpPacketHistory::PacketState::PacketState() = default;
33 RtpPacketHistory::PacketState::PacketState(const PacketState&) = default;
34 RtpPacketHistory::PacketState::~PacketState() = default;
36 RtpPacketHistory::StoredPacket::StoredPacket( in StoredPacket()
49 RtpPacketHistory::StoredPacket::StoredPacket(StoredPacket&&) = default;
[all …]
Drtp_packet_history_unittest.cc33 using StorageMode = RtpPacketHistory::StorageMode;
42 RtpPacketHistory hist_;
91 RtpPacketHistory::kPacketCullingDelayFactor * in TEST_P()
92 RtpPacketHistory::kMinPacketDurationMs); in TEST_P()
150 absl::optional<RtpPacketHistory::PacketState> state = in TEST_P()
191 absl::optional<RtpPacketHistory::PacketState> packet_state = in TEST_P()
243 RtpPacketHistory::kMinPacketDurationMs / kMaxNumPackets; in TEST_P()
270 const size_t kMaxNumPackets = RtpPacketHistory::kMaxCapacity; in TEST_P()
272 RtpPacketHistory::kMaxCapacity); in TEST_P()
303 const size_t kMaxNumPackets = RtpPacketHistory::kMaxPaddingtHistory; in TEST_P()
[all …]
Drtp_packet_history.h31 class RtpPacketHistory {
65 RtpPacketHistory(Clock* clock, bool enable_padding_prio);
66 ~RtpPacketHistory();
215 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RtpPacketHistory);
Drtp_sender_egress.h60 RtpPacketHistory* packet_history);
137 RtpPacketHistory* const packet_history_;
Drtp_sender_unittest.cc276 RtpPacketHistory packet_history_;
447 RtpPacketHistory::StorageMode::kStoreAndCull, kNumberOfPacketsToStore); in EnableRtx()
841 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
880 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
915 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
981 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
1026 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
1096 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
1204 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
1228 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
[all …]
Drtp_sender.h49 RtpPacketHistory* packet_history,
193 RtpPacketHistory* const packet_history_;
Drtp_rtcp_impl2.cc604 enable ? RtpPacketHistory::StorageMode::kStoreAndCull in SetStorePacketsStatus()
605 : RtpPacketHistory::StorageMode::kDisabled, in SetStorePacketsStatus()
611 RtpPacketHistory::StorageMode::kDisabled; in StorePackets()
Drtp_rtcp_impl.cc700 enable ? RtpPacketHistory::StorageMode::kStoreAndCull in SetStorePacketsStatus()
701 : RtpPacketHistory::StorageMode::kDisabled, in SetStorePacketsStatus()
707 RtpPacketHistory::StorageMode::kDisabled; in StorePackets()
Drtp_rtcp_impl2.h280 RtpPacketHistory packet_history;
Drtp_rtcp_impl.h319 RtpPacketHistory packet_history;
Drtp_sender.cc157 RtpPacketHistory* packet_history, in RTPSender()
304 absl::optional<RtpPacketHistory::PacketState> stored_packet = in ReSendPacket()
Drtp_sender_egress.cc84 RtpPacketHistory* packet_history) in RtpSenderEgress()
/external/webrtc/modules/rtp_rtcp/source/deprecated/
Ddeprecated_rtp_sender_egress.h51 RtpPacketHistory* packet_history);
112 RtpPacketHistory* const packet_history_;
Ddeprecated_rtp_sender_egress.cc59 RtpPacketHistory* packet_history) in DEPRECATED_RtpSenderEgress()