Lines Matching defs:timestamp
1157 int64_t timestamp;
1323 timestamp = (o->start_time == AV_NOPTS_VALUE) ? 0 : o->start_time;
1326 timestamp += ic->start_time;
1330 int64_t seek_timestamp = timestamp;
1348 filename, (double)timestamp / AV_TIME_BASE);
1366 f->ts_offset = o->input_ts_offset - (copy_ts ? (start_at_zero && ic->start_time != AV_NOPTS_VALUE ? ic->start_time : 0) : timestamp);
3701 "enable/disable seeking by timestamp with -ss" },
3714 { "timestamp", HAS_ARG | OPT_PERFILE | OPT_OUTPUT, { .func_arg = opt_recording_timestamp },
3715 "set the recording timestamp ('now' to set the current time)", "time" },
3770 "timestamp discontinuity delta threshold", "threshold" },
3772 "timestamp error delta threshold", "threshold" },
3826 "print timestamp debugging info" },