Lines Matching refs:fractionlost
377 guint8 fractionlost = 0; in rtp_source_create_stats() local
448 "sent-rb-fractionlost", G_TYPE_UINT, (guint) src->last_rr.fractionlost, in rtp_source_create_stats()
457 have_rb = rtp_source_get_last_rb (src, &ssrc, &fractionlost, in rtp_source_create_stats()
463 "rb-fractionlost", G_TYPE_UINT, (guint) fractionlost, in rtp_source_create_stats()
1465 guint8 fractionlost, gint32 packetslost, guint32 exthighestseq, in rtp_source_process_rb() argument
1477 src->ssrc, fractionlost, packetslost, exthighestseq, jitter, lsr >> 16, in rtp_source_process_rb()
1486 curr->fractionlost = fractionlost; in rtp_source_process_rb()
1623 guint8 * fractionlost, gint32 * packetslost, guint32 * exthighestseq, in rtp_source_get_new_rb() argument
1681 if (fractionlost) in rtp_source_get_new_rb()
1682 *fractionlost = fraction; in rtp_source_get_new_rb()
1757 guint8 * fractionlost, gint32 * packetslost, guint32 * exthighestseq, in rtp_source_get_last_rb() argument
1770 if (fractionlost) in rtp_source_get_last_rb()
1771 *fractionlost = curr->fractionlost; in rtp_source_get_last_rb()