Home
last modified time | relevance | path

Searched refs:interface_as_function (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2vidorient.h45 #define GST_IMPLEMENT_V4L2_VIDORIENT_METHODS(Type, interface_as_function) \ argument
48interface_as_function ## _video_orientation_get_hflip (GstVideoOrientation *vo, gboolean *flip) …
55interface_as_function ## _video_orientation_get_vflip (GstVideoOrientation *vo, gboolean *flip) …
62interface_as_function ## _video_orientation_get_hcenter (GstVideoOrientation *vo, gint *center) …
69interface_as_function ## _video_orientation_get_vcenter (GstVideoOrientation *vo, gint *center) …
76interface_as_function ## _video_orientation_set_hflip (GstVideoOrientation *vo, gboolean flip) …
83interface_as_function ## _video_orientation_set_vflip (GstVideoOrientation *vo, gboolean flip) …
90interface_as_function ## _video_orientation_set_hcenter (GstVideoOrientation *vo, gint center) …
97interface_as_function ## _video_orientation_set_vcenter (GstVideoOrientation *vo, gint center) …
104interface_as_function ## _video_orientation_interface_init (GstVideoOrientationInterface * iface) …
[all …]
Dgstv4l2tuner.h114 #define GST_IMPLEMENT_V4L2_TUNER_METHODS(Type, interface_as_function) \ argument
117 interface_as_function ## _tuner_list_channels (GstTuner * mixer) \
124 interface_as_function ## _tuner_set_channel (GstTuner * mixer, \
131 interface_as_function ## _tuner_get_channel (GstTuner * mixer) \
137 interface_as_function ## _tuner_list_norms (GstTuner * mixer) \
143 interface_as_function ## _tuner_set_norm_and_notify (GstTuner * mixer, \
150 interface_as_function ## _tuner_get_norm (GstTuner * mixer) \
157 interface_as_function ## _tuner_set_frequency_and_notify (GstTuner * mixer, \
166 interface_as_function ## _tuner_get_frequency (GstTuner * mixer, \
174 interface_as_function ## _tuner_signal_strength (GstTuner * mixer, \
[all …]
Dgstv4l2colorbalance.h68 #define GST_IMPLEMENT_V4L2_COLOR_BALANCE_METHODS(Type, interface_as_function) \ argument
71 interface_as_function ## _color_balance_list_channels (GstColorBalance * balance) \
78 interface_as_function ## _color_balance_set_value (GstColorBalance * balance, \
87 interface_as_function ## _color_balance_get_value (GstColorBalance * balance, \
95 interface_as_function ## _color_balance_get_balance_type (GstColorBalance * balance) \
101 interface_as_function ## _color_balance_interface_init (GstColorBalanceInterface * iface) \
104 iface->list_channels = interface_as_function ## _color_balance_list_channels; \
105 iface->set_value = interface_as_function ## _color_balance_set_value; \
106 iface->get_value = interface_as_function ## _color_balance_get_value; \
107 iface->get_balance_type = interface_as_function ## _color_balance_get_balance_type; \