Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideoorientation.c56 iface->set_hflip = NULL; in gst_video_orientation_default_init()
161 if (iface->set_hflip) { in gst_video_orientation_set_hflip()
162 return iface->set_hflip (video_orientation, flip); in gst_video_orientation_set_hflip()
Dvideoorientation.h74 gboolean (* set_hflip) (GstVideoOrientation *video_orientation, gboolean flip); member
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2vidorient.h111 iface->set_hflip = interface_as_function ## _video_orientation_set_hflip; \
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
Dgstrpicamsrc.c845 iface->set_hflip = gst_rpi_cam_src_orientation_set_hflip; in gst_rpi_cam_src_orientation_init()