Searched refs:set_hcenter (Results 1 – 3 of 3) sorted by relevance
58 iface->set_hcenter = NULL; in gst_video_orientation_default_init()203 if (iface->set_hcenter) { in gst_video_orientation_set_hcenter()204 return iface->set_hcenter (video_orientation, center); in gst_video_orientation_set_hcenter()
76 gboolean (* set_hcenter) (GstVideoOrientation *video_orientation, gint center); member
113 iface->set_hcenter = interface_as_function ## _video_orientation_set_hcenter; \