Home
last modified time | relevance | path

Searched refs:metric_rx (Results 1 – 3 of 3) sorted by relevance

/dports/audio/baresip/baresip-0.5.8/src/
H A Dstream.c101 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()
H A Dcore.h363 struct metric metric_rx; /**< Metrics for receiving */ member
H A Daudio.c2116 s->metric_rx.n_packets, in audio_print_rtpstat()
2121 s->metric_rx.n_err, s->metric_tx.n_err, in audio_print_rtpstat()