Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0042-kmssink-Avoid-src-size-overflow.patch26 + gst_util_uint64_scale_int (video_width, dar_d, dar_n);
30 + gst_util_uint64_scale_int (video_height, dar_n, dar_d);
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c995 guint dar_n, dar_d; in xwindow_calculate_display_ratio() local
1015 if (!gst_video_calculate_display_ratio (&dar_n, &dar_d, video_width, in xwindow_calculate_display_ratio()
1020 dar_d); in xwindow_calculate_display_ratio()
1028 video_width = gst_util_uint64_scale_int (self->xwindow->height, dar_n, dar_d); in xwindow_calculate_display_ratio()
1029 video_height = gst_util_uint64_scale_int (self->xwindow->width, dar_d, dar_n); in xwindow_calculate_display_ratio()