Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Daf_compensationdelay.c30 int distance_mm; member
46 { "mm", "set mm distance", OFFSET(distance_mm), AV_OPT_TYPE_INT, {.i64=0}, 0, 10, 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()
/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c871 struct phys_coords first_moved, second_moved, distance_mm; in tp_gesture_detect_motion_gestures() local
922 distance_mm = evdev_device_unit_delta_to_mm(tp->device, &delta); in tp_gesture_detect_motion_gestures()
942 (distance_mm.x < 40.0 && distance_mm.y < 7.0)) && in tp_gesture_detect_motion_gestures()

Completed in 3 milliseconds