Lines Matching refs:next_pts
59 int64_t next_pts;
318 if (av_compare_ts(ost->next_pts, ost->enc->time_base,
330 frame->pts = ost->next_pts;
331 ost->next_pts += frame->nb_samples;
480 if (av_compare_ts(ost->next_pts, c->time_base,
504 fill_yuv_image(ost->tmp_frame, ost->next_pts, c->width, c->height);
509 fill_yuv_image(ost->frame, ost->next_pts, c->width, c->height);
512 ost->frame->pts = ost->next_pts++;
624 (!encode_audio || av_compare_ts(video_st.next_pts, video_st.enc->time_base,
625 audio_st.next_pts, audio_st.enc->time_base) <= 0)) {