Lines Matching refs:max_pts
117 int64_t first_pts, start_pts, max_pts;
1712 os->max_pts = AV_NOPTS_VALUE;
1979 duration = av_rescale_q(os->max_pts - os->start_pts, st->time_base, AV_TIME_BASE_Q);
1982 if (!os->muxer_overhead && os->max_pts > os->start_pts)
1991 add_segment(os, os->filename, os->start_pts, os->max_pts - os->start_pts, os->pos, range_length, index_length, next_exp_index);
2198 if (os->max_pts != AV_NOPTS_VALUE)
2199 os->start_pts = os->max_pts;
2203 if (os->max_pts == AV_NOPTS_VALUE)
2204 os->max_pts = pkt->pts + pkt->duration;
2206 os->max_pts = FFMAX(os->max_pts, pkt->pts + pkt->duration);
2307 c->last_duration = av_rescale_q(os->max_pts - os->start_pts,
2310 c->total_duration = av_rescale_q(os->max_pts - os->first_pts,