Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideosink.c135 gdouble src_ratio, dst_ratio; in gst_video_center_rect() local
141 dst_ratio = (gdouble) dst->w / dst->h; in gst_video_center_rect()
143 if (src_ratio > dst_ratio) { in gst_video_center_rect()
148 } else if (src_ratio < dst_ratio) { in gst_video_center_rect()