Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.h640 … guint8 * burst_density, guint8 * gap_density,
Dgstrtcpbuffer.c3383 guint8 * burst_density, guint8 * gap_density, guint16 * burst_duration, in gst_rtcp_packet_xr_get_voip_burst_metrics() argument
3403 if (gap_density) in gst_rtcp_packet_xr_get_voip_burst_metrics()
3404 *gap_density = data[1]; in gst_rtcp_packet_xr_get_voip_burst_metrics()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c1621 guint8 loss_rate, discard_rate, burst_density, gap_density; in GST_START_TEST() local
1660 &burst_density, &gap_density, &burst_duration, &gap_duration)); in GST_START_TEST()
1662 fail_unless_equals_int (gap_density, rtcp_pkt[19]); in GST_START_TEST()