Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstgeometrictransform.c198 gint trunc_y = (gint) in_y; in gst_geometric_transform_do_map() local
200 if (trunc_x >= 0 && trunc_x < gt->width && trunc_y >= 0 && in gst_geometric_transform_do_map()
201 trunc_y < gt->height) { in gst_geometric_transform_do_map()
202 in_offset = trunc_y * gt->row_stride + trunc_x * gt->pixel_stride; in gst_geometric_transform_do_map()