Searched refs:SentPacket (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtptwcc.c | 71 } SentPacket; typedef 112 twcc->sent_packets = g_array_new (FALSE, FALSE, sizeof (SentPacket)); in rtp_twcc_manager_init() 257 sent_packet_init (SentPacket * packet, guint16 seqnum, RTPPacketInfo * pinfo, in sent_packet_init() 288 SentPacket packet; in _set_twcc_seqnum_data() 967 SentPacket *first; in _prune_sent_packets() 974 first = &g_array_index (twcc->sent_packets, SentPacket, 0); in _prune_sent_packets() 1047 SentPacket *first_sent_pkt = NULL; in rtp_twcc_manager_parse_fci() 1089 first_sent_pkt = &g_array_index (twcc->sent_packets, SentPacket, 0); in rtp_twcc_manager_parse_fci() 1124 SentPacket *found = NULL; in rtp_twcc_manager_parse_fci() 1127 found = &g_array_index (twcc->sent_packets, SentPacket, sent_idx); in rtp_twcc_manager_parse_fci()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 1513 When dealing with bufferlists, we need to store one "SentPacket"
|