Home
last modified time | relevance | path

Searched refs:RTPTWCCPacket (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c481 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()
Drtptwcc.c909 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()
Drtptwcc.h28 typedef struct _RTPTWCCPacket RTPTWCCPacket; typedef
/third_party/gstreamer/gstplugins_good/
DChangeLog2521 rtptwcc: add payloadtype to RTPTWCCPacket