Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Daf_compensationdelay.c32 int distance_m; member
48 { "m", "set meter distance", OFFSET(distance_m), AV_OPT_TYPE_INT, {.i64=0}, 0, 100, A },
73 s->delay = (s->distance_m * 100. + s->distance_cm * 1. + s->distance_mm * .1) * in config_input()
159 s->delay = (s->distance_m * 100. + s->distance_cm * 1. + s->distance_mm * .1) * in process_command()

Completed in 2 milliseconds