Home
last modified time | relevance | path

Searched refs:dev_height_mm (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c231 guint dev_width_mm, guint dev_height_mm, in gst_video_calculate_device_ratio() argument
240 || 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()
Dgstkmsutils.h41 guint dev_height_mm,