Home
last modified time | relevance | path

Searched refs:packets_sent (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c530 stats->packets_sent = twcc_packets->len; in rtp_twcc_stats_calculate_stats()
575 guint packets_sent = 0; in rtp_twcc_stats_calculate_windowed_stats() local
593 packets_sent = stats->packets->len - 1; in rtp_twcc_stats_calculate_windowed_stats()
595 for (i = 0; i < packets_sent; i++) { in rtp_twcc_stats_calculate_windowed_stats()
613 packets_lost = packets_sent - packets_recv; in rtp_twcc_stats_calculate_windowed_stats()
614 stats->packet_loss_pct = (packets_lost * 100) / (gfloat) packets_sent; in rtp_twcc_stats_calculate_windowed_stats()
636 "delta-delta-change: %f", bits_sent, bits_recv, stats->packets_sent, in rtp_twcc_stats_calculate_windowed_stats()
667 "packets-sent", G_TYPE_UINT, stats->packets_sent, in rtp_twcc_stats_get_stats_structure()
Drtpstats.h150 guint64 packets_sent; member
270 guint packets_sent; member
Drtpsource.c417 "packets-sent", G_TYPE_UINT64, src->stats.packets_sent, in rtp_source_create_stats()
1349 src->stats.packets_sent += pinfo->packets; in rtp_source_send_rtp()
1386 pinfo->is_list ? "list" : "packet", src->stats.packets_sent); in rtp_source_send_rtp()
1597 *packet_count = src->stats.packets_sent; in rtp_source_get_new_sr()
/third_party/ffmpeg/libavcodec/
Dmmaldec.c87 int64_t packets_sent; member
180 …ctx->frames_output = ctx->eos_received = ctx->eos_sent = ctx->packets_sent = ctx->extradata_sent =… in ffmmal_stop_decoder()
508 ctx->packets_sent++; in ffmmal_add_packet()
512 if (!ctx->packets_sent) { in ffmmal_add_packet()
694 (ctx->packets_sent && ctx->eos_sent)) { in ffmmal_read_frame()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstmultiudpsink.h53 guint64 packets_sent; member
Dgstmultiudpsink.c847 client->packets_sent++; in gst_multiudpsink_render_buffers()
1765 "packets-sent", G_TYPE_UINT64, client->packets_sent, in gst_multiudpsink_get_stats()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpbin_buffer_list.c1024 guint64 packets_sent; in GST_START_TEST() local
1061 "packets-sent", G_TYPE_UINT64, &packets_sent, in GST_START_TEST()
1063 fail_unless (packets_sent == 2); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c1459 guint64 packets_sent, bytes_sent; in validate_outbound_rtp_stats() local
1470 &packets_sent, NULL)); in validate_outbound_rtp_stats()