Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c343 guint sub_w_factor, sub_h_factor; in gst_video_crop_transform_planar() local
363 sub_h_factor = 1 << GST_VIDEO_FORMAT_INFO_H_SUB (format_info, p); in gst_video_crop_transform_planar()
365 subsampled_crop_top = GST_ROUND_DOWN_N ((guint) crop_top, sub_h_factor); in gst_video_crop_transform_planar()