Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstbulge.c82 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (bulge, "bulge", GST_RANK_NONE,
90 GstBulge *bulge; in gst_bulge_set_property() local
95 bulge = GST_BULGE_CAST (object); in gst_bulge_set_property()
101 if (v != bulge->zoom) { in gst_bulge_set_property()
102 bulge->zoom = v; in gst_bulge_set_property()
117 GstBulge *bulge; in gst_bulge_get_property() local
119 bulge = GST_BULGE_CAST (object); in gst_bulge_get_property()
123 g_value_set_double (value, bulge->zoom); in gst_bulge_get_property()
136 GstBulge *bulge = GST_BULGE_CAST (gt); in bulge_map() local
161 1.0 / (bulge->zoom + ((1.0 - bulge->zoom) * gst_gm_smoothstep (0, in bulge_map()
[all …]
Dgstbulge.h81 GST_ELEMENT_REGISTER_DECLARE (bulge);
Dplugin.c56 ret |= GST_ELEMENT_REGISTER (bulge, plugin); in plugin_init()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt411 -bad geometrictransform: bulge: bulge
/third_party/gettext/gettext-tools/tests/
Dmm-ko.ascii.pot4669 msgid "Bad vertex bulge\n"
Dmm-ko.euc-kr.po4927 msgid "Bad vertex bulge\n"
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt23709 bulge
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt19764 脹起 < bulge;
34496 脹起 > bulge;
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt3258 lifted the valance. The book, fallen, sprawled against the bulge of the
32641 drag open my drawers and bulge it right out in his face as large as life he
/third_party/gstreamer/gstplugins_bad/
DChangeLog124207 …[169/906] import remaining distortion effects from cvs branch (fisheye, twirl, bulge, tunnel, squa…
178772 geometrictransform: add a "zoom" parameter to bulge filter
178773 Rework bulge mapping function to give more predictable results.
178774 Now the bulge is done dividing by a scale factor that smoothsteps from
178794 geometrictransform: make bulge "radius" customizable
179092 geometrictransform: new filter "bulge"
179093 Ports gleffects "bulge" filter to geometrictransform.