Searched defs:SentPacket (Results 1 – 7 of 7) sorted by relevance
55 struct RTC_EXPORT SentPacket { struct62 int64_t packet_id = -1;63 int64_t send_time_ms = -1;64 rtc::PacketInfo info;
20 SentPacket::SentPacket(int64_t packet_id, int64_t send_time_ms) in SentPacket() function in rtc::SentPacket22 SentPacket::SentPacket(int64_t packet_id, in SentPacket() function in rtc::SentPacket
56 struct SentPacket { struct59 size_t offset;61 size_t size;
103 struct SentPacket { struct111 PacedPacketInfo pacing_info;113 bool audio = false;117 int64_t sequence_number;
160 struct SentPacket { struct in webrtc::__anona941dee60111::RtpRtcpModule161 SentPacket(uint16_t packet_id, int64_t capture_time_ms, uint32_t ssrc) in SentPacket() function163 uint16_t packet_id;164 int64_t capture_time_ms;165 uint32_t ssrc;
90 TEST_F(QuicTraceVisitorTest, SentPacket) { in TEST_F() argument
215 void OnSentPacket(const rtc::SentPacket&) { ++sent_packets_; } in OnSentPacket()