Searched refs:dev_height_mm (Results 1 – 2 of 2) sorted by relevance
231 guint dev_width_mm, guint dev_height_mm, in gst_video_calculate_device_ratio() argument240 || dev_width_mm == 0 || dev_height_mm == 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()
41 guint dev_height_mm,