Searched refs:metric_rx (Results 1 – 3 of 3) sorted by relevance
101 bool started = s->metric_tx.n_packets>0 || s->metric_rx.n_packets>0; in print_rtp_stats()112 s->metric_tx.n_packets, s->metric_rx.n_packets, in print_rtp_stats()114 1.0*metric_avg_bitrate(&s->metric_rx)/1000.0, in print_rtp_stats()115 s->metric_tx.n_err, s->metric_rx.n_err in print_rtp_stats()139 metric_reset(&s->metric_rx); in stream_destructor()224 metric_add_packet(&s->metric_rx, mbuf_get_left(mb)); in rtp_handler()258 s->metric_rx.n_err++; in rtp_handler()452 metric_init(&s->metric_rx); in stream_alloc()733 s->metric_rx.cur_bitrate); in stream_print()
363 struct metric metric_rx; /**< Metrics for receiving */ member
2116 s->metric_rx.n_packets, in audio_print_rtpstat()2121 s->metric_rx.n_err, s->metric_tx.n_err, in audio_print_rtpstat()