Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h652 #define GST_VIDEO_SUB_SCALE(scale,val) (-((-((gint)(val)))>>(scale))) macro
654 #define GST_VIDEO_FORMAT_INFO_SCALE_WIDTH(info,c,w) GST_VIDEO_SUB_SCALE ((info)->w_sub[c],(w))
655 #define GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT(info,c,h) GST_VIDEO_SUB_SCALE ((info)->h_sub[c],(h))