Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsutils.c189 static const gint device_par_map[][2] = { variable
200 (ABS(ratio - ((gdouble)device_par_map[idx][w] / device_par_map[idx][!(w)])))
224 for (i = 1; i < G_N_ELEMENTS (device_par_map); i++) { in gst_video_calculate_device_ratio()
236 *dpy_par_n = device_par_map[index][windex]; in gst_video_calculate_device_ratio()
239 *dpy_par_d = device_par_map[index][windex ^ 1]; in gst_video_calculate_device_ratio()