Lines Matching refs:next_pts
2118 ist->next_pts += ((int64_t)AV_TIME_BASE * decoded_frame->nb_samples) /
2249 ist->next_pts = ist->pts = ts;
2386 if (ist->next_pts == AV_NOPTS_VALUE)
2387 ist->next_pts = ist->pts;
2399 ist->next_pts = ist->pts = ist->dts;
2409 ist->pts = ist->next_pts;
2439 ist->next_pts += av_rescale_q(duration_pts, ist->st->time_base, AV_TIME_BASE_Q);
2441 ist->next_pts += duration_dts;
2536 ist->next_pts = ist->next_dts;
2660 ist->next_pts = AV_NOPTS_VALUE;
4003 "next_dts:%s next_dts_time:%s next_pts:%s next_pts_time:%s pkt_pts:%s pkt_pts_time:%s pkt_dts:%s pkt_dts_time:%s duration:%s duration_time:%s off:%s off_time:%s\n",
4006 av_ts2str(ist->next_pts), av_ts2timestr(ist->next_pts, &AV_TIME_BASE_Q),