Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsutils.c204 guint dev_width_mm, guint dev_height_mm, in gst_video_calculate_device_ratio() argument
213 || dev_width_mm == 0 || dev_height_mm == 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.h86 guint dev_width_mm,