Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgeometricmath.c172 gst_gm_mod_float (gdouble a, gdouble b) in gst_gm_mod_float() function
188 gdouble r = gst_gm_mod_float (x, 1.0); in gst_gm_triangle()
Dgeometricmath.h63 gdouble gst_gm_mod_float (gdouble a, gdouble b);
Dgstgeometrictransform.c184 in_x = gst_gm_mod_float (in_x, gt->width); in gst_geometric_transform_do_map()
185 in_y = gst_gm_mod_float (in_y, gt->height); in gst_geometric_transform_do_map()
Dgstcircle.c178 theta = gst_gm_mod_float (theta, 2 * G_PI); in circle_map()