Searched refs:dev_height (Results 1 – 2 of 2) sorted by relevance
230 gst_video_calculate_device_ratio (guint dev_width, guint dev_height, in gst_video_calculate_device_ratio() argument239 if (dev_width == 0 || dev_height == 0 in gst_video_calculate_device_ratio()243 ratio = (gdouble) (dev_width_mm * dev_height) / (dev_height_mm * dev_width); in gst_video_calculate_device_ratio()
39 guint dev_height,