Searched refs:DEFAULT_PROP_HUE (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglcolorbalance.c | 55 #define DEFAULT_PROP_HUE 0.0 macro 451 g_param_spec_double ("hue", "Hue", "hue", -1.0, 1.0, DEFAULT_PROP_HUE, in gst_gl_color_balance_class_init() 487 glcolorbalance->hue = DEFAULT_PROP_HUE; in gst_gl_color_balance_init()
|
D | gstglsinkbin.c | 65 #define DEFAULT_PROP_HUE 0.0 macro 199 g_param_spec_double ("hue", "Hue", "hue", -1.0, 1.0, DEFAULT_PROP_HUE, in gst_gl_sink_bin_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | gstvideobalance.c | 58 #define DEFAULT_PROP_HUE 0.0 macro 591 g_param_spec_double ("hue", "Hue", "hue", -1.0, 1.0, DEFAULT_PROP_HUE, in gst_video_balance_class_init() 630 videobalance->hue = DEFAULT_PROP_HUE; in gst_video_balance_init()
|