Lines Matching refs:sync_opts
709 int64_t end = av_rescale_q(ost->sync_opts - ost->first_pts, time_base, AV_TIME_BASE_Q);
756 av_compare_ts(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, of->recording_time,
985 frame->pts = ost->sync_opts;
986 ost->sync_opts = frame->pts + frame->nb_samples;
1036 ost->sync_opts = av_rescale_q(pts, AV_TIME_BASE_Q, enc->time_base);
1120 delta0 = sync_ipts - ost->sync_opts; // delta0 is the "drift" between the input frame (next_picture) and where it would fall in the output.
1135 sync_ipts = ost->sync_opts;
1146 ost->sync_opts = llrint(sync_ipts);
1164 ost->sync_opts = llrint(sync_ipts);
1168 ost->sync_opts = llrint(sync_ipts);
1224 in_picture->pts = ost->sync_opts;
1285 ost->sync_opts++;
1302 int64_t end = av_rescale_q(ost->sync_opts - ost->first_pts, time_base, AV_TIME_BASE_Q);
1881 ost->sync_opts += opkt->duration;