Home
last modified time | relevance | path

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

/Linux-v5.4/include/video/
Dimx-ipu-v3.h66 #define IPU_ROT_BIT_VFLIP (1 << 0) macro
72 IPU_ROTATE_VERT_FLIP = IPU_ROT_BIT_VFLIP,
74 IPU_ROTATE_180 = (IPU_ROT_BIT_VFLIP | IPU_ROT_BIT_HFLIP),
76 IPU_ROTATE_90_RIGHT_VFLIP = (IPU_ROT_BIT_90 | IPU_ROT_BIT_VFLIP),
79 IPU_ROT_BIT_VFLIP | IPU_ROT_BIT_HFLIP),
/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-image-convert.c809 if ((ctx->rot_mode & IPU_ROT_BIT_VFLIP) ^ in find_seams()
826 if ((ctx->rot_mode & IPU_ROT_BIT_VFLIP) ^ in find_seams()
934 if (ctx->rot_mode & IPU_ROT_BIT_VFLIP) in transform_tile_index()
1178 !(ctx->rot_mode & IPU_ROT_BIT_VFLIP); in calc_tile_resize_coefficients()