Home
last modified time | relevance | path

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

/linux-5.19.10/include/video/
Dimx-ipu-v3.h67 #define IPU_ROT_BIT_VFLIP (1 << 0) macro
73 IPU_ROTATE_VERT_FLIP = IPU_ROT_BIT_VFLIP,
75 IPU_ROTATE_180 = (IPU_ROT_BIT_VFLIP | IPU_ROT_BIT_HFLIP),
77 IPU_ROTATE_90_RIGHT_VFLIP = (IPU_ROT_BIT_90 | IPU_ROT_BIT_VFLIP),
80 IPU_ROT_BIT_VFLIP | IPU_ROT_BIT_HFLIP),
/linux-5.19.10/drivers/gpu/ipu-v3/
Dipu-image-convert.c825 if ((ctx->rot_mode & IPU_ROT_BIT_VFLIP) ^ in find_seams()
842 if ((ctx->rot_mode & IPU_ROT_BIT_VFLIP) ^ in find_seams()
950 if (ctx->rot_mode & IPU_ROT_BIT_VFLIP) in transform_tile_index()
1191 !(ctx->rot_mode & IPU_ROT_BIT_VFLIP); in calc_tile_resize_coefficients()