Lines Matching refs:exthighestseq
379 guint32 exthighestseq = 0; in rtp_source_create_stats() local
451 (guint) src->last_rr.exthighestseq, "sent-rb-jitter", G_TYPE_UINT, in rtp_source_create_stats()
458 &packetslost, &exthighestseq, &jitter, &lsr, &dlsr, &round_trip); in rtp_source_create_stats()
465 "rb-exthighestseq", G_TYPE_UINT, (guint) exthighestseq, 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()
1488 curr->exthighestseq = exthighestseq; in rtp_source_process_rb()
1623 guint8 * fractionlost, gint32 * packetslost, guint32 * exthighestseq, in rtp_source_get_new_rb() argument
1685 if (exthighestseq) in rtp_source_get_new_rb()
1686 *exthighestseq = extended_max; in rtp_source_get_new_rb()
1757 guint8 * fractionlost, gint32 * packetslost, guint32 * exthighestseq, in rtp_source_get_last_rb() argument
1774 if (exthighestseq) in rtp_source_get_last_rb()
1775 *exthighestseq = curr->exthighestseq; in rtp_source_get_last_rb()