Lines Matching refs:RELATIVE_TS_BASE
834 sti->cur_dts < INT_MIN + RELATIVE_TS_BASE ||
835 dts < INT_MIN + (sti->cur_dts - RELATIVE_TS_BASE) ||
839 sti->first_dts = dts - (sti->cur_dts - RELATIVE_TS_BASE);
841 shift = (uint64_t)sti->first_dts - RELATIVE_TS_BASE;
880 int64_t cur_dts = RELATIVE_TS_BASE;
907 } else if (sti->cur_dts != RELATIVE_TS_BASE)
917 pktl->pkt.dts == RELATIVE_TS_BASE) &&
1381 int64_t pts = pkt->pts - (is_relative(pkt->pts) ? RELATIVE_TS_BASE : 0);
1389 if (sti->start_skip_samples && (pkt->pts == 0 || pkt->pts == RELATIVE_TS_BASE))
1539 pkt->dts -= RELATIVE_TS_BASE;
1541 pkt->pts -= RELATIVE_TS_BASE;
2198 double dts = (is_relative(ts) ? ts - RELATIVE_TS_BASE : ts) * av_q2d(st->time_base);