Lines Matching defs:start_pts
117 int64_t first_pts, start_pts, max_pts;
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);
2147 elapsed_duration = pkt->pts - os->start_pts;
2168 c->last_duration = av_rescale_q(pkt->pts - os->start_pts,
2199 os->start_pts = os->max_pts;
2201 os->start_pts = pkt->pts;
2256 os->segment_index, os->bit_rate, os->start_pts);
2307 c->last_duration = av_rescale_q(os->max_pts - os->start_pts,