Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dcolorbalance.c129 g_return_val_if_fail (GST_IS_COLOR_BALANCE (balance), NULL); in gst_color_balance_list_channels()
184 g_return_val_if_fail (GST_IS_COLOR_BALANCE (balance), 0); in gst_color_balance_get_value()
208 g_return_val_if_fail (GST_IS_COLOR_BALANCE (balance), in gst_color_balance_get_balance_type()
235 g_return_if_fail (GST_IS_COLOR_BALANCE (balance)); in gst_color_balance_value_changed()
Dcolorbalance.h34 #define GST_IS_COLOR_BALANCE(obj) \ macro
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c3816 if (!GST_IS_COLOR_BALANCE (self->playbin)) in gst_play_has_color_balance()
3844 if (!GST_IS_COLOR_BALANCE (self->playbin)) in gst_play_set_color_balance()
3880 if (!GST_IS_COLOR_BALANCE (self->playbin)) in gst_play_get_color_balance()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c1634 if (GST_IS_COLOR_BALANCE (element) in find_color_balance_element()