Home
last modified time | relevance | path

Searched refs:sync_opts (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.c881 …int64_t end = av_rescale_q(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, AV_TIME_BASE_… in close_output_stream()
928 av_compare_ts(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, of->recording_time, in check_recording_time()
1017 frame->pts = ost->sync_opts; in do_audio_out()
1018 ost->sync_opts = frame->pts + frame->nb_samples; in do_audio_out()
1104 ost->sync_opts = av_rescale_q(pts, AV_TIME_BASE_Q, enc->time_base); in do_subtitle_out()
1189 …delta0 = sync_ipts - ost->sync_opts; // delta0 is the "drift" between the input frame (next_pictur… in do_video_out()
1222 sync_ipts = ost->sync_opts; in do_video_out()
1233 ost->sync_opts = llrint(sync_ipts); in do_video_out()
1251 ost->sync_opts = llrint(sync_ipts); in do_video_out()
1255 ost->sync_opts = llrint(sync_ipts); in do_video_out()
[all …]
Dffmpeg.h462 …int64_t sync_opts; /* output frame counter, could be changed to some true timestamp */ // FI… member