Lines Matching refs:clock_base
473 gint64 clock_base; member
1034 stream->clock_base = -100 * GST_SECOND; in gst_rtp_bin_reset_sync()
1518 gint64 min, rtp_min, clock_base = stream->clock_base; in gst_rtp_bin_associate() local
1548 clock_base = base_rtptime; in gst_rtp_bin_associate()
1553 if (rtp_clock_base >= clock_base) { in gst_rtp_bin_associate()
1554 if (rtp_clock_base - clock_base < 10 * clock_rate) { in gst_rtp_bin_associate()
1556 gst_util_uint64_scale_int (rtp_clock_base - clock_base, in gst_rtp_bin_associate()
1562 if (clock_base - rtp_clock_base < 10 * clock_rate) { in gst_rtp_bin_associate()
1564 gst_util_uint64_scale_int (clock_base - rtp_clock_base, in gst_rtp_bin_associate()
1576 clock_base = rtp_clock_base; in gst_rtp_bin_associate()
1582 clock_base = rtp_clock_base; in gst_rtp_bin_associate()
1596 if (stream != ostream && stream->clock_base >= 0 && in gst_rtp_bin_associate()
1597 (stream->clock_base != clock_base)) { in gst_rtp_bin_associate()
1599 ostream->clock_base = -100 * GST_SECOND; in gst_rtp_bin_associate()
1611 all_sync = all_sync && (stream->clock_base == clock_base); in gst_rtp_bin_associate()
1612 stream->clock_base = clock_base; in gst_rtp_bin_associate()
1702 guint64 clock_base; in gst_rtp_bin_handle_sync() local
1719 clock_base = g_value_get_uint64 (gst_structure_get_value (s, "clock-base")); in gst_rtp_bin_handle_sync()
1776 clock_base); in gst_rtp_bin_handle_sync()
1828 stream->clock_base = -100 * GST_SECOND; in create_stream()