Searched refs:twirl (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gsttwirl.c | 86 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (twirl, "twirl", GST_RANK_NONE, 94 GstTwirl *twirl; in gst_twirl_set_property() local 99 twirl = GST_TWIRL_CAST (object); in gst_twirl_set_property() 105 if (v != twirl->angle) { in gst_twirl_set_property() 106 twirl->angle = v; in gst_twirl_set_property() 121 GstTwirl *twirl; in gst_twirl_get_property() local 123 twirl = GST_TWIRL_CAST (object); in gst_twirl_get_property() 127 g_value_set_double (value, twirl->angle); in gst_twirl_get_property() 140 GstTwirl *twirl = GST_TWIRL_CAST (gt); in twirl_map() local 154 dx) + twirl->angle * (cgt->precalc_radius - d) / cgt->precalc_radius; in twirl_map() [all …]
|
D | gsttwirl.h | 83 GST_ELEMENT_REGISTER_DECLARE (twirl);
|
D | plugin.c | 53 ret |= GST_ELEMENT_REGISTER (twirl, plugin); in plugin_init()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 424 -bad geometrictransform: twirl: twirl
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 2018 撚>'[twirl in fingers]';
|
/third_party/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 6900 撚 < twirl\-in\-fingers; 40513 撚 > twirl\-in\-fingers; 40711 撚 > twirl\-in\-fingers;
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 122131 [425/906] twirl: get rid of polar coordinates conversion 122132 Get rid of polar coordinates in the twirl effect. The same can be done 124027 [194/906] another typo, restore old twirl fragment source 124207 …[169/906] import remaining distortion effects from cvs branch (fisheye, twirl, bulge, tunnel, squa… 181118 gsttwirl: Adds new element twirl 181119 Adds a new element to geometrictransform plugin: twirl
|