Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-rotate.h97 #define ROTATE_SIZE(w, h) (((h) - 1) << 16 | ((w) - 1)) macro
H A Dsun8i_rotate.c98 ROTATE_SIZE(ctx->src_fmt.width, ctx->src_fmt.height)); in rotate_device_run()
121 ROTATE_SIZE(ctx->dst_fmt.width, ctx->dst_fmt.height)); in rotate_device_run()