Home
last modified time | relevance | path

Searched refs:set_vflip (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideoorientation.c57 iface->set_vflip = NULL; in gst_video_orientation_default_init()
182 if (iface->set_vflip) { in gst_video_orientation_set_vflip()
183 return iface->set_vflip (video_orientation, flip); in gst_video_orientation_set_vflip()
Dvideoorientation.h75 gboolean (* set_vflip) (GstVideoOrientation *video_orientation, gboolean flip); member
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2vidorient.h112 iface->set_vflip = interface_as_function ## _video_orientation_set_vflip; \
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
Dgstrpicamsrc.c847 iface->set_vflip = gst_rpi_cam_src_orientation_set_vflip; in gst_rpi_cam_src_orientation_init()