Searched refs:set_vcenter (Results 1 – 3 of 3) sorted by relevance
59 iface->set_vcenter = NULL; in gst_video_orientation_default_init()224 if (iface->set_vcenter) { in gst_video_orientation_set_vcenter()225 return iface->set_vcenter (video_orientation, center); in gst_video_orientation_set_vcenter()
77 gboolean (* set_vcenter) (GstVideoOrientation *video_orientation, gint center); member
114 iface->set_vcenter = interface_as_function ## _video_orientation_set_vcenter; \