Home
last modified time | relevance | path

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

/linux/include/video/
H A 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/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c824 if ((ctx->rot_mode & IPU_ROT_BIT_VFLIP) ^ in find_seams()
841 if ((ctx->rot_mode & IPU_ROT_BIT_VFLIP) ^ in find_seams()
949 if (ctx->rot_mode & IPU_ROT_BIT_VFLIP) in transform_tile_index()
1190 !(ctx->rot_mode & IPU_ROT_BIT_VFLIP); in calc_tile_resize_coefficients()