Lines Matching refs:pts
1774 if (seg->time < 0) { // If pts<0, it is expected to be cut away with an edit list
1923 //finding the next segment's expected index, based on the current pts value
2098 pkt->pts -= pkt->dts;
2109 os->first_pts = pkt->pts;
2111 os->last_pts = pkt->pts;
2144 elapsed_duration = pkt->pts - os->first_pts;
2147 elapsed_duration = pkt->pts - os->start_pts;
2159 pkt->pts, pkt->dts, pkt->pos);
2168 c->last_duration = av_rescale_q(pkt->pts - os->start_pts,
2171 c->total_duration = av_rescale_q(pkt->pts - os->first_pts,
2201 os->start_pts = pkt->pts;
2204 os->max_pts = pkt->pts + pkt->duration;
2206 os->max_pts = FFMAX(os->max_pts, pkt->pts + pkt->duration);