Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
Dv4l2.c483 int64_t nowm = av_gettime_monotonic(); in convert_timestamp() local
484 ff_timefilter_update(s->timefilter, nowa, nowm - s->last_time_m); in convert_timestamp()
485 s->last_time_m = nowm; in convert_timestamp()
486 *ts = ff_timefilter_eval(s->timefilter, *ts - nowm); in convert_timestamp()