Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c230 gst_video_calculate_device_ratio (guint dev_width, guint dev_height, in gst_video_calculate_device_ratio() argument
239 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()
Dgstkmsutils.h39 guint dev_height,