Home
last modified time | relevance | path

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

/Linux-v5.4/include/video/
Dimx-ipu-v3.h67 #define IPU_ROT_BIT_HFLIP (1 << 1) macro
73 IPU_ROTATE_HORIZ_FLIP = IPU_ROT_BIT_HFLIP,
74 IPU_ROTATE_180 = (IPU_ROT_BIT_VFLIP | IPU_ROT_BIT_HFLIP),
77 IPU_ROTATE_90_RIGHT_HFLIP = (IPU_ROT_BIT_90 | IPU_ROT_BIT_HFLIP),
79 IPU_ROT_BIT_VFLIP | IPU_ROT_BIT_HFLIP),
/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-image-convert.c615 (rot_mode & IPU_ROT_BIT_HFLIP)) ? 8 : 2; in tile_width_align()
753 !(ctx->rot_mode & IPU_ROT_BIT_HFLIP); in find_seams()
755 !(ctx->rot_mode & IPU_ROT_BIT_HFLIP); in find_seams()
772 if (ctx->rot_mode & IPU_ROT_BIT_HFLIP) in find_seams()
788 flipped_out_left = (ctx->rot_mode & IPU_ROT_BIT_HFLIP) ? in find_seams()
932 if (ctx->rot_mode & IPU_ROT_BIT_HFLIP) in transform_tile_index()
1121 !(ctx->rot_mode & IPU_ROT_BIT_HFLIP); in calc_tile_resize_coefficients()