Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c296 int64_t self_start_time, ref_start_time, self_seek_start, ref_seek_start; in apply_sync_offsets() local
318 ref_start_time = ref->ctx->start_time_realtime; in apply_sync_offsets()
321 ref_start_time = ref->ctx->start_time; in apply_sync_offsets()
330 …adjustment = (self_start_time - ref_start_time) + !copy_ts*(self_seek_start - ref_seek_start) + re… in apply_sync_offsets()