Lines Matching refs:base_time
86 res->base_time = GST_CLOCK_TIME_NONE; in get_pcr_table()
614 pcrtable->base_time = GST_CLOCK_TIME_NONE; in mpegts_packetizer_clear()
656 pcrtable->base_time = GST_CLOCK_TIME_NONE; in mpegts_packetizer_flush()
1263 pcr->base_time = time; in mpegts_packetizer_resync()
1357 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (pcr->base_time))) { in calculate_skew()
1358 pcr->base_time = time; in calculate_skew()
1402 pcr->pcroffset += time - pcr->base_time + pcr->base_pcrtime - gstpcrtime; in calculate_skew()
1416 if (time == pcr->base_time) { in calculate_skew()
1452 || !GST_CLOCK_TIME_IS_VALID (pcr->base_time)) in calculate_skew()
1456 recv_diff = time - pcr->base_time; in calculate_skew()
1475 GST_TIME_ARGS (time), GST_TIME_ARGS (pcr->base_time), in calculate_skew()
1566 if (pcr->base_time != -1) { in calculate_skew()
1567 out_time = pcr->base_time + send_diff; in calculate_skew()
2266 if (!GST_CLOCK_TIME_IS_VALID (pcrtable->base_time) && pcr_pid == 0x1fff && in mpegts_packetizer_pts_to_ts()
2268 pcrtable->base_time = packetizer->last_in_time; in mpegts_packetizer_pts_to_ts()
2274 && GST_CLOCK_TIME_IS_VALID (pcrtable->base_time)) { in mpegts_packetizer_pts_to_ts()
2279 GST_TIME_ARGS (pcrtable->base_time), in mpegts_packetizer_pts_to_ts()
2288 GstClockTime tmp = pcrtable->base_time + pcrtable->skew; in mpegts_packetizer_pts_to_ts()