Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstshagadelic.c156 filter->rvx = -2; in gst_shagadelic_initialize()
199 if ((filter->rx + filter->rvx) < 0 || (filter->rx + filter->rvx) >= width) in gst_shagadelictv_transform_frame()
200 filter->rvx = -filter->rvx; in gst_shagadelictv_transform_frame()
207 filter->rx += filter->rvx; in gst_shagadelictv_transform_frame()
Dgstshagadelic.h59 gint rvx, rvy; member