Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-rotate.h102 #define ROTATE_MAX_HEIGHT 4096U macro
H A Dsun8i_rotate.c251 fsize->stepwise.max_height = ROTATE_MAX_HEIGHT; in rotate_enum_framesizes()
329 if (f->fmt.pix.height > ROTATE_MAX_HEIGHT) in rotate_try_fmt_vid_out()
330 f->fmt.pix.height = ROTATE_MAX_HEIGHT; in rotate_try_fmt_vid_out()