Lines Matching defs:first_pts
117 int64_t first_pts, start_pts, max_pts;
1711 os->first_pts = AV_NOPTS_VALUE;
1926 c->streams[stream].first_pts != AV_NOPTS_VALUE) {
1928 c->streams[stream].first_pts,
2062 if (os->first_pts == AV_NOPTS_VALUE) {
2096 if (os->first_pts == AV_NOPTS_VALUE &&
2108 if (os->first_pts == AV_NOPTS_VALUE) {
2109 os->first_pts = pkt->pts;
2144 elapsed_duration = pkt->pts - os->first_pts;
2171 c->total_duration = av_rescale_q(pkt->pts - os->first_pts,
2310 c->total_duration = av_rescale_q(os->max_pts - os->first_pts,