Home
last modified time | relevance | path

Searched refs:ipu_degrees_to_rot_mode (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/video/
H A Dimx-ipu-v3.h487 int ipu_degrees_to_rot_mode(enum ipu_rotate_mode *mode, int degrees,
/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-common.c136 int ipu_degrees_to_rot_mode(enum ipu_rotate_mode *mode, int degrees, in ipu_degrees_to_rot_mode() function
166 EXPORT_SYMBOL_GPL(ipu_degrees_to_rot_mode);
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c644 ret = ipu_degrees_to_rot_mode(&rot_mode, rotate, hflip, vflip); in ipu_csc_scaler_s_ctrl()
H A Dimx-ic-prpencvf.c1105 ret = ipu_degrees_to_rot_mode(&rot_mode, rotation, hflip, vflip); in prp_s_ctrl()