Searched refs:RTPTWCCPacket (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpstats.c | 481 RTPTWCCPacket *pkt = &g_array_index (twcc_packets, RTPTWCCPacket, i); in rtp_twcc_stats_get_packets_structure() 505 RTPTWCCPacket *pkt = &g_array_index (twcc_packets, RTPTWCCPacket, i); in rtp_twcc_stats_calculate_stats() 538 RTPTWCCPacket *last = NULL; in _get_window_start_index() 546 RTPTWCCPacket *pkt = in _get_window_start_index() 547 &g_array_index (stats->packets, RTPTWCCPacket, start_index); in _get_window_start_index() 596 RTPTWCCPacket *pkt = &g_array_index (stats->packets, RTPTWCCPacket, i); in rtp_twcc_stats_calculate_windowed_stats() 646 stats->packets = g_array_new (FALSE, FALSE, sizeof (RTPTWCCPacket)); in rtp_twcc_stats_new()
|
D | rtptwcc.c | 909 RTPTWCCPacket packet; in _add_twcc_packet() 910 memset (&packet, 0, sizeof (RTPTWCCPacket)); in _add_twcc_packet() 968 RTPTWCCPacket *last; in _prune_sent_packets() 975 last = &g_array_index (twcc_packets, RTPTWCCPacket, twcc_packets->len - 1); in _prune_sent_packets() 1064 sizeof (RTPTWCCPacket), packet_count); in rtp_twcc_manager_parse_fci() 1093 RTPTWCCPacket *pkt = &g_array_index (twcc_packets, RTPTWCCPacket, i); in rtp_twcc_manager_parse_fci()
|
D | rtptwcc.h | 28 typedef struct _RTPTWCCPacket RTPTWCCPacket; typedef
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 2521 rtptwcc: add payloadtype to RTPTWCCPacket
|