Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideoorientation.c59 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()
Dvideoorientation.h77 gboolean (* set_vcenter) (GstVideoOrientation *video_orientation, gint center); member
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2vidorient.h114 iface->set_vcenter = interface_as_function ## _video_orientation_set_vcenter; \