Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-tile.c96 offset += 2 + GST_ROUND_DOWN_4 (x); in gst_video_tile_get_index()
99 offset += GST_ROUND_DOWN_4 (x + 2); in gst_video_tile_get_index()
Dvideo-converter.c3425 h2 = GST_ROUND_DOWN_4 (height); in convert_I420_YUY2()
3502 h2 = GST_ROUND_DOWN_4 (height); in convert_I420_UYVY()
3580 h2 = GST_ROUND_DOWN_4 (height); in convert_I420_AYUV()
3736 h2 = GST_ROUND_DOWN_4 (height); in convert_I420_v210()
3819 h2 = GST_ROUND_DOWN_4 (height); in convert_YUY2_I420()
3983 h2 = GST_ROUND_DOWN_4 (height); in convert_v210_I420()
4490 h2 = GST_ROUND_DOWN_4 (height); in convert_UYVY_I420()
/third_party/gstreamer/gstplugins_bad/ext/qroverlay/
Dgstbaseqroverlay.c196 y = GST_ROUND_DOWN_4 (y); in draw_overlay()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dtags.c370 ssize = GST_ROUND_DOWN_4 (size - 4); in gst_tag_freeform_string_to_utf8()
/third_party/gstreamer/gstreamer/gst/
Dgstutils.h928 #define GST_ROUND_DOWN_4(num) ((num)&(~3)) macro