Searched refs:ROUND_UP_4 (Results 1 – 1 of 1) sorted by relevance
278 #define ROUND_UP_4(x) ROUND_UP_X (x, 2) macro301 stride = ROUND_UP_4 (width); in gst_ffmpeg_avpicture_fill()305 stride2 = ROUND_UP_4 (w2); in gst_ffmpeg_avpicture_fill()320 stride = ROUND_UP_4 (width); in gst_ffmpeg_avpicture_fill()324 stride2 = ROUND_UP_4 (w2); in gst_ffmpeg_avpicture_fill()340 stride = ROUND_UP_4 (width * 3); in gst_ffmpeg_avpicture_fill()371 stride = ROUND_UP_4 (width * 2); in gst_ffmpeg_avpicture_fill()384 stride = ROUND_UP_4 (width); in gst_ffmpeg_avpicture_fill()396 stride = ROUND_UP_4 (width); in gst_ffmpeg_avpicture_fill()409 stride = ROUND_UP_4 ((width + 7) >> 3); in gst_ffmpeg_avpicture_fill()[all …]