Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsutils.c203 gst_video_calculate_device_ratio (guint dev_width, guint dev_height, in gst_video_calculate_device_ratio() argument
212 if (dev_width == 0 || dev_height == 0 in gst_video_calculate_device_ratio()
216 ratio = (gdouble) (dev_width_mm * dev_height) / (dev_height_mm * dev_width); in gst_video_calculate_device_ratio()
H A Dgstkmsutils.h85 guint dev_height,