Lines Matching refs:v4l2object
45 gst_v4l2_video_orientation_get_hflip (GstV4l2Object * v4l2object, in gst_v4l2_video_orientation_get_hflip() argument
49 return gst_v4l2_get_attribute (v4l2object, V4L2_CID_HFLIP, flip); in gst_v4l2_video_orientation_get_hflip()
53 gst_v4l2_video_orientation_get_vflip (GstV4l2Object * v4l2object, in gst_v4l2_video_orientation_get_vflip() argument
56 return gst_v4l2_get_attribute (v4l2object, V4L2_CID_VFLIP, flip); in gst_v4l2_video_orientation_get_vflip()
61 gst_v4l2_video_orientation_get_hcenter (GstV4l2Object * v4l2object, in gst_v4l2_video_orientation_get_hcenter() argument
64 return gst_v4l2_get_attribute (v4l2object, V4L2_CID_PAN_RESET, center); in gst_v4l2_video_orientation_get_hcenter()
69 gst_v4l2_video_orientation_get_vcenter (GstV4l2Object * v4l2object, in gst_v4l2_video_orientation_get_vcenter() argument
72 return gst_v4l2_get_attribute (v4l2object, V4L2_CID_TILT_RESET, center); in gst_v4l2_video_orientation_get_vcenter()
76 gst_v4l2_video_orientation_set_hflip (GstV4l2Object * v4l2object, gboolean flip) in gst_v4l2_video_orientation_set_hflip() argument
78 return gst_v4l2_set_attribute (v4l2object, V4L2_CID_HFLIP, flip); in gst_v4l2_video_orientation_set_hflip()
82 gst_v4l2_video_orientation_set_vflip (GstV4l2Object * v4l2object, gboolean flip) in gst_v4l2_video_orientation_set_vflip() argument
84 return gst_v4l2_set_attribute (v4l2object, V4L2_CID_VFLIP, flip); in gst_v4l2_video_orientation_set_vflip()
88 gst_v4l2_video_orientation_set_hcenter (GstV4l2Object * v4l2object, gint center) in gst_v4l2_video_orientation_set_hcenter() argument
90 return gst_v4l2_set_attribute (v4l2object, V4L2_CID_PAN_RESET, center); in gst_v4l2_video_orientation_set_hcenter()
94 gst_v4l2_video_orientation_set_vcenter (GstV4l2Object * v4l2object, gint center) in gst_v4l2_video_orientation_set_vcenter() argument
96 return gst_v4l2_set_attribute (v4l2object, V4L2_CID_TILT_RESET, center); in gst_v4l2_video_orientation_set_vcenter()