Lines Matching refs:source_stats

90     const GstStructure * source_stats, const gchar * codec_id,  in _get_stats_from_rtp_source_stats()  argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
103 gst_structure_get (source_stats, "have-rb", G_TYPE_BOOLEAN, &have_rb, in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
123 if (gst_structure_get_uint (source_stats, "recv-nack-count", &nack)) in _get_stats_from_rtp_source_stats()
128 if (gst_structure_get_uint64 (source_stats, "packets-received", &packets)) in _get_stats_from_rtp_source_stats()
130 if (gst_structure_get_uint64 (source_stats, "octets-received", &bytes)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
168 if (gst_structure_get_uint (source_stats, "sent-rb-jitter", &jitter)) in _get_stats_from_rtp_source_stats()
171 if (gst_structure_get_int (source_stats, "sent-rb-packetslost", &lost)) in _get_stats_from_rtp_source_stats()
198 if (gst_structure_get_uint (source_stats, "rb-round-trip", &rtt)) { in _get_stats_from_rtp_source_stats()
217 if (gst_structure_get_uint (source_stats, "sent-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
219 if (gst_structure_get_uint (source_stats, "sent-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
221 if (gst_structure_get_uint (source_stats, "sent-nack-count", &nack)) in _get_stats_from_rtp_source_stats()
226 if (gst_structure_get_uint64 (source_stats, "octets-sent", &bytes)) in _get_stats_from_rtp_source_stats()
228 if (gst_structure_get_uint64 (source_stats, "packets-sent", &packets)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
433 "transport %" GST_PTR_FORMAT, stream, rtp_session, source_stats->n_values, in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
459 g_value_array_free (source_stats); in _get_stats_from_transport_channel()