Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
H A Dffmpeg.c709 int64_t end = av_rescale_q(ost->sync_opts - ost->first_pts, time_base, AV_TIME_BASE_Q); in close_output_stream()
756 av_compare_ts(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, of->recording_time, in check_recording_time()
985 frame->pts = ost->sync_opts; in do_audio_out()
986 ost->sync_opts = frame->pts + frame->nb_samples; in do_audio_out()
1036 ost->sync_opts = av_rescale_q(pts, AV_TIME_BASE_Q, enc->time_base); in do_subtitle_out()
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. in do_video_out()
1135 sync_ipts = ost->sync_opts; in do_video_out()
1146 ost->sync_opts = llrint(sync_ipts); in do_video_out()
1164 ost->sync_opts = llrint(sync_ipts); in do_video_out()
1168 ost->sync_opts in do_video_out()
[all...]
H A Dffmpeg.h467 int64_t sync_opts; /* output frame counter, could be changed to some true timestamp */ // FIXME look at frame_number member

Completed in 7 milliseconds