Home
last modified time | relevance | path

Searched refs:IPU_ROT_BIT_HFLIP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/video/
H A 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),
/kernel/linux/linux-6.6/include/video/
H A Dimx-ipu-v3.h68 #define IPU_ROT_BIT_HFLIP (1 << 1) macro
74 IPU_ROTATE_HORIZ_FLIP = IPU_ROT_BIT_HFLIP,
75 IPU_ROTATE_180 = (IPU_ROT_BIT_VFLIP | IPU_ROT_BIT_HFLIP),
78 IPU_ROTATE_90_RIGHT_HFLIP = (IPU_ROT_BIT_90 | IPU_ROT_BIT_HFLIP),
80 IPU_ROT_BIT_VFLIP | IPU_ROT_BIT_HFLIP),
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c631 (rot_mode & IPU_ROT_BIT_HFLIP)) ? 8 : 2; in tile_width_align()
769 !(ctx->rot_mode & IPU_ROT_BIT_HFLIP); in find_seams()
771 !(ctx->rot_mode & IPU_ROT_BIT_HFLIP); in find_seams()
788 if (ctx->rot_mode & IPU_ROT_BIT_HFLIP) in find_seams()
804 flipped_out_left = (ctx->rot_mode & IPU_ROT_BIT_HFLIP) ? in find_seams()
948 if (ctx->rot_mode & IPU_ROT_BIT_HFLIP) in transform_tile_index()
1137 !(ctx->rot_mode & IPU_ROT_BIT_HFLIP); in calc_tile_resize_coefficients()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c630 (rot_mode & IPU_ROT_BIT_HFLIP)) ? 8 : 2; in tile_width_align()
768 !(ctx->rot_mode & IPU_ROT_BIT_HFLIP); in find_seams()
770 !(ctx->rot_mode & IPU_ROT_BIT_HFLIP); in find_seams()
787 if (ctx->rot_mode & IPU_ROT_BIT_HFLIP) in find_seams()
803 flipped_out_left = (ctx->rot_mode & IPU_ROT_BIT_HFLIP) ? in find_seams()
947 if (ctx->rot_mode & IPU_ROT_BIT_HFLIP) in transform_tile_index()
1133 !(ctx->rot_mode & IPU_ROT_BIT_HFLIP); in calc_tile_resize_coefficients()

Completed in 9 milliseconds