Lines Matching defs:ref
294 InputFile *ref, *self = input_files[i];
310 ref = input_files[self->input_sync_ref];
311 if (ref->input_sync_ref != -1 && ref->input_sync_ref != self->input_sync_ref) {
316 if (self->ctx->start_time_realtime != AV_NOPTS_VALUE && ref->ctx->start_time_realtime != AV_NOPTS_VALUE) {
318 ref_start_time = ref->ctx->start_time_realtime;
319 } else if (self->ctx->start_time != AV_NOPTS_VALUE && ref->ctx->start_time != AV_NOPTS_VALUE) {
321 ref_start_time = ref->ctx->start_time;
328 ref_seek_start = ref->start_time == AV_NOPTS_VALUE ? 0 : ref->start_time;
330 adjustment = (self_start_time - ref_start_time) + !copy_ts*(self_seek_start - ref_seek_start) + ref->input_ts_offset;
3707 "Indicate the input index for sync reference", "sync ref" },