Home
last modified time | relevance | path

Searched refs:GST_COLOR_BALANCE (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglsinkbin.c562 GST_COLOR_BALANCE (gst_bin_get_by_interface (GST_BIN (self), in gst_gl_sink_bin_color_balance_list_channels()
581 GST_COLOR_BALANCE (gst_bin_get_by_interface (GST_BIN (self), in gst_gl_sink_bin_color_balance_set_value()
599 GST_COLOR_BALANCE (gst_bin_get_by_interface (GST_BIN (self), in gst_gl_sink_bin_color_balance_get_value()
618 GST_COLOR_BALANCE (gst_bin_get_by_interface (GST_BIN (self), in gst_gl_sink_bin_color_balance_get_balance_type()
Dgstglcolorbalance.c665 gst_color_balance_value_changed (GST_COLOR_BALANCE (balance), channel, in gst_gl_color_balance_set_property()
666 gst_color_balance_get_value (GST_COLOR_BALANCE (balance), channel)); in gst_gl_color_balance_set_property()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dcolorbalance.h32 #define GST_COLOR_BALANCE(obj) \ macro
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Dtest_color_balance.c109 balance = GST_COLOR_BALANCE (src); in main()
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstvideobalance.c816 gst_color_balance_value_changed (GST_COLOR_BALANCE (balance), channel, in gst_video_balance_set_property()
817 gst_color_balance_get_value (GST_COLOR_BALANCE (balance), channel)); in gst_video_balance_set_property()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c1614 cb = GST_COLOR_BALANCE (g_value_get_object (item)); in iterate_color_balance_elements()
1621 *cb_out = GST_COLOR_BALANCE (gst_object_ref (cb)); in iterate_color_balance_elements()
1623 *cb_out = GST_COLOR_BALANCE (gst_object_ref (cb)); in iterate_color_balance_elements()
1635 && is_valid_color_balance_element (GST_COLOR_BALANCE (element))) in find_color_balance_element()
1636 return GST_COLOR_BALANCE (gst_object_ref (element)); in find_color_balance_element()
1674 gst_color_balance_value_changed (GST_COLOR_BALANCE (playsink), proxy, in colorbalance_value_changed_cb()
1691 GST_COLOR_BALANCE (gst_object_ref (playsink->colorbalance_element)); in update_colorbalance()
1952 GST_COLOR_BALANCE (gst_object_ref (GST_PLAY_SINK_VIDEO_CONVERT in gen_video_chain()
2154 GST_COLOR_BALANCE (gst_object_ref (GST_PLAY_SINK_VIDEO_CONVERT in setup_video_chain()
5507 GST_COLOR_BALANCE (gst_object_ref (playsink->colorbalance_element)); in gst_play_sink_colorbalance_set_value()
[all …]
Dgstplaybin3.c1245 gst_color_balance_value_changed (GST_COLOR_BALANCE (playbin), channel, value); in colorbalance_value_changed_cb()
5202 gst_color_balance_list_channels (GST_COLOR_BALANCE (playbin->playsink)); in gst_play_bin3_colorbalance_list_channels()
5211 gst_color_balance_set_value (GST_COLOR_BALANCE (playbin->playsink), channel, in gst_play_bin3_colorbalance_set_value()
5221 return gst_color_balance_get_value (GST_COLOR_BALANCE (playbin->playsink), in gst_play_bin3_colorbalance_get_value()
5231 gst_color_balance_get_balance_type (GST_COLOR_BALANCE in gst_play_bin3_colorbalance_get_balance_type()
Dgstplaybin2.c1559 gst_color_balance_value_changed (GST_COLOR_BALANCE (playbin), channel, value); in colorbalance_value_changed_cb()
6289 gst_color_balance_list_channels (GST_COLOR_BALANCE (playbin->playsink)); in gst_play_bin_colorbalance_list_channels()
6298 gst_color_balance_set_value (GST_COLOR_BALANCE (playbin->playsink), channel, in gst_play_bin_colorbalance_set_value()
6308 return gst_color_balance_get_value (GST_COLOR_BALANCE (playbin->playsink), in gst_play_bin_colorbalance_get_value()
6318 gst_color_balance_get_balance_type (GST_COLOR_BALANCE in gst_play_bin_colorbalance_get_balance_type()
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmultiple-vpp.c247 cb = GST_COLOR_BALANCE (app->vpp); in change_cb_randomly()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c1753 gst_color_balance_list_channels (GST_COLOR_BALANCE in colorbalance_value_changed()
1771 gst_color_balance_set_value (GST_COLOR_BALANCE (app->colorbalance_element), in colorbalance_value_changed()
2062 GstColorBalance *bal = GST_COLOR_BALANCE (element); in is_valid_color_balance_element()
2119 (gst_color_balance_get_balance_type (GST_COLOR_BALANCE in find_interface_elements()
2123 (gst_color_balance_get_balance_type (GST_COLOR_BALANCE in find_interface_elements()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c3789 gst_color_balance_list_channels (GST_COLOR_BALANCE (self->playbin)); in gst_play_color_balance_find_channel()
3820 gst_color_balance_list_channels (GST_COLOR_BALANCE (self->playbin)); in gst_play_has_color_balance()
3857 gst_color_balance_set_value (GST_COLOR_BALANCE (self->playbin), channel, in gst_play_set_color_balance()
3887 value = gst_color_balance_get_value (GST_COLOR_BALANCE (self->playbin), in gst_play_get_color_balance()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c2216 gst_color_balance_value_changed (GST_COLOR_BALANCE (self), channel, value); in _set_cb_val()