Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgloverlaycompositor.c248 float rel_x, rel_y, rel_w, rel_h; in gst_gl_composition_overlay_add_transformation() local
264 rel_y = (float) comp_y / (float) height; in gst_gl_composition_overlay_add_transformation()
271 rel_y = (1.0 - rel_y) * 2.0 - 1.0; in gst_gl_composition_overlay_add_transformation()
280 overlay->positions[1] = rel_y * yswap; in gst_gl_composition_overlay_add_transformation()
284 overlay->positions[5] = rel_y * yswap; in gst_gl_composition_overlay_add_transformation()
288 overlay->positions[9] = (rel_y - rel_h) * yswap; in gst_gl_composition_overlay_add_transformation()
292 overlay->positions[13] = (rel_y - rel_h) * yswap; in gst_gl_composition_overlay_add_transformation()
/third_party/libinput/tools/
Dlibinput-debug-gui.c196 int rel_x, rel_y; /* REL_X/Y */ member
422 if (w->evdev.rel_y) { in draw_evdev_rel()
423 int dir = w->evdev.rel_y > 0 ? 1 : -1; in draw_evdev_rel()
424 for (int i = 0; i < abs(w->evdev.rel_y); i++) { in draw_evdev_rel()
1242 w->evdev.rel_y = e.value; in handle_event_evdev()
/third_party/libbpf/src/
Dbpf_helper_defs.h2342 static long (*bpf_rc_pointer_rel)(void *ctx, __s32 rel_x, __s32 rel_y) = (void *) 92;