Searched refs:GST_COLOR_BALANCE (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglsinkbin.c | 562 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()
|
D | gstglcolorbalance.c | 665 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/ |
D | colorbalance.h | 32 #define GST_COLOR_BALANCE(obj) \ macro
|
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/ |
D | test_color_balance.c | 109 balance = GST_COLOR_BALANCE (src); in main()
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | gstvideobalance.c | 816 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/ |
D | gstplaysink.c | 1614 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 …]
|
D | gstplaybin3.c | 1245 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()
|
D | gstplaybin2.c | 1559 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/ |
D | multiple-vpp.c | 247 cb = GST_COLOR_BALANCE (app->vpp); in change_cb_randomly()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 1753 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/ |
D | gstplay.c | 3789 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/ |
D | gstvavpp.c | 2216 gst_color_balance_value_changed (GST_COLOR_BALANCE (self), channel, value); in _set_cb_val()
|