Home
last modified time | relevance | path

Searched defs:packet_id (Results 1 – 25 of 124) sorted by relevance

12345

/aosp_15_r20/external/openscreen/cast/streaming/
H A Dsender.cc430 const auto HandleIndividualNack = [&](FramePacketId packet_id) { in OnReceiverIsMissingPackets()
438 for (FramePacketId packet_id = 0; packet_id < range_end; ++packet_id) { in OnReceiverIsMissingPackets() local
469 const FramePacketId packet_id = slot->send_flags.FindFirstSet(); in ChooseNextRtpPacketNeedingSend() local
H A Dreceiver_unittest.cc201 for (FramePacketId packet_id = 0; packet_id <= last_packet_id; in GetAllPacketIds() local
214 for (FramePacketId packet_id : packets_to_send) { in SendRtpPackets() local
H A Dframe_collector.cc117 for (int packet_id = 0; packet_id < frame_packet_count; ++packet_id) { in GetMissingPackets() local
H A Drtp_packetizer.cc53 FramePacketId packet_id, in GeneratePacket()
H A Drtp_packet_parser.h40 FramePacketId packet_id; // Always in the range [0,max_packet_id]. member
H A Drtcp_common.h162 FramePacketId packet_id; member
H A Dframe_collector_unittest.cc117 for (FramePacketId packet_id : kPacketIds) { in TEST() local
H A Drtp_packetizer_unittest.cc66 FramePacketId packet_id) { in TestGeneratePacket()
H A Drtp_packet_parser_unittest.cc302 const uint16_t packet_id = in TEST() local
H A Dcompound_rtcp_parser.cc259 FramePacketId packet_id = ConsumeField<uint16_t>(&in); in ParseFeedback() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/deprecated/
H A Ddeprecated_rtp_sender_egress.cc174 if (auto packet_id = packet->GetExtension<TransportSequenceNumber>()) { in SendPacket() local
308 uint16_t packet_id, in AddPacketToTransportFeedback()
405 void DEPRECATED_RtpSenderEgress::UpdateOnSendPacket(int packet_id, in UpdateOnSendPacket()
/aosp_15_r20/external/webrtc/rtc_base/network/
H A Dsent_packet.cc20 SentPacket::SentPacket(int64_t packet_id, int64_t send_time_ms) in SentPacket()
22 SentPacket::SentPacket(int64_t packet_id, in SentPacket()
H A Dsent_packet.h62 int64_t packet_id = -1; member
/aosp_15_r20/external/flashrom/
H A Draiden_debug_spi.c534 uint16_t packet_id; member
541 uint16_t packet_id; member
549 uint16_t packet_id; member
555 uint16_t packet_id; member
561 uint16_t packet_id; member
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_egress.cc242 if (auto packet_id = packet->GetExtension<TransportSequenceNumber>()) { in SendPacket() local
409 uint16_t packet_id, in AddPacketToTransportFeedback()
526 void RtpSenderEgress::UpdateOnSendPacket(int packet_id, in UpdateOnSendPacket()
H A Drtp_rtcp_impl2_unittest.cc163 uint16_t packet_id; member
196 void OnSendPacket(uint16_t packet_id, in OnSendPacket()
/aosp_15_r20/external/webrtc/api/test/
H A Dsimulated_network.h34 uint64_t packet_id; member
48 uint64_t packet_id; member
/aosp_15_r20/external/webrtc/video/
H A Dsend_delay_stats.cc72 void SendDelayStats::OnSendPacket(uint16_t packet_id, in OnSendPacket()
91 bool SendDelayStats::OnSentPacket(int packet_id, int64_t time_ms) { in OnSentPacket()
/aosp_15_r20/external/webrtc/video/end_to_end_tests/
H A Dtransport_feedback_tests.cc86 int64_t packet_id = unwrapper_.Unwrap(options.packet_id); in TEST() local
469 int64_t packet_id = unwrapper_.Unwrap(transport_sequence_number); in TEST_F() local
/aosp_15_r20/external/webrtc/api/call/
H A Dtransport.h31 int packet_id = -1; member
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-mqtt.h113 uint16_t packet_id; /* Packet ID for QoS > member
135 uint16_t packet_id; member
/aosp_15_r20/external/webrtc/rtc_base/
H A Dasync_packet_socket.h53 int64_t packet_id = -1; member
/aosp_15_r20/external/iptables/include/linux/netfilter_ipv4/
H A Dip_queue.h22 unsigned long packet_id; /* ID of queued packet */ member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Deg_debug.c210 unsigned packet_id = AC_GET_TRACE_POINT_ID(ib[1]); in ac_parse_packet3() local
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_queue.h21 __be32 packet_id; /* unique ID of packet in queue */ member

12345