Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgloverlaycompositor.c246 gfloat yswap; in gst_gl_composition_overlay_add_transformation() local
276 yswap = overlay->yinvert ? -1. : 1.; 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()