Home
last modified time | relevance | path

Searched refs:ROTATE_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds