Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dtextoverlay.c28 #define I420_Y_ROWSTRIDE(width) (GST_ROUND_UP_4(width)) macro
30 #define I420_V_ROWSTRIDE(width) ((GST_ROUND_UP_8(I420_Y_ROWSTRIDE(width)))/2)
33 #define I420_U_OFFSET(w,h) (I420_Y_OFFSET(w,h)+(I420_Y_ROWSTRIDE(w)*GST_ROUND_UP_2(h)))