Searched refs:angle (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | drmrga.h | 173 static inline void rga_set_rotation(rga_info_t *info, int angle) in rga_set_rotation() argument 175 if (angle == 90) { // 90:HAL_TRANSFORM_ROT in rga_set_rotation() 177 } else if (angle == 180) { // 180:HAL_TRANSFORM_ROT in rga_set_rotation() 179 } else if (angle == 270) { // 270:HAL_TRANSFORM_ROT in rga_set_rotation()
|
H A D | rga.h | 303 int sina; /* dst angle default value 0 16.16 scan from table */ 304 int cosa; /* dst angle default value 0 16.16 scan from table */ 452 unsigned int angle, // rotate angle
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | drmrga.h | 175 static inline void rga_set_rotation(rga_info_t *info, int angle) in rga_set_rotation() argument 177 if (angle == 90) { // 90:HAL_TRANSFORM_ROT in rga_set_rotation() 179 } else if (angle == 180) { // 180:HAL_TRANSFORM_ROT in rga_set_rotation() 181 } else if (angle == 270) { // 270:HAL_TRANSFORM_ROT in rga_set_rotation()
|
H A D | rga.h | 311 int sina; /* dst angle default value 0 16.16 scan from table */ 312 int cosa; /* dst angle default value 0 16.16 scan from table */ 510 unsigned int angle, // rotate angle
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | drmrga.h | 175 static inline void rga_set_rotation(rga_info_t *info, int angle) in rga_set_rotation() argument 177 if (angle == 90) { // 90:HAL_TRANSFORM_ROT in rga_set_rotation() 179 } else if (angle == 180) { // 180:HAL_TRANSFORM_ROT in rga_set_rotation() 181 } else if (angle == 270) { // 270:HAL_TRANSFORM_ROT in rga_set_rotation()
|
H A D | rga.h | 311 int sina; /* dst angle default value 0 16.16 scan from table */ 312 int cosa; /* dst angle default value 0 16.16 scan from table */ 510 unsigned int angle, // rotate angle
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | drmrga.h | 231 static inline void rga_set_rotation(rga_info_t *info, int angle) { in rga_set_rotation() argument 232 if (angle == 90) in rga_set_rotation() 234 else if (angle == 180) in rga_set_rotation() 236 else if (angle == 270) in rga_set_rotation()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
H A D | hi_comm_video_adapt.h | 319 hi_s32 x_ratio; /* RW; range: [0, 100]; field angle ration of horizontal,valid when aspect=0. */ 320 hi_s32 y_ratio; /* RW; range: [0, 100]; field angle ration of vertical,valid when aspect=0. */ 321 hi_s32 xy_ratio; /* RW; range: [0, 100]; field angle ration of all,valid when aspect=1. */ 362 hi_u32 angle; /* RW;range: [0,360];rotation angle:[0,360] */ member 367 hi_size dest_size; /* RW;dest size of any angle rotation */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_comm_video_adapt.h | 316 hi_s32 x_ratio; /* RW; range: [0, 100]; field angle ration of horizontal,valid when aspect=0. */ 317 hi_s32 y_ratio; /* RW; range: [0, 100]; field angle ration of vertical,valid when aspect=0. */ 318 hi_s32 xy_ratio; /* RW; range: [0, 100]; field angle ration of all,valid when aspect=1. */ 359 hi_u32 angle; /* RW;range: [0,360];rotation angle:[0,360] */ member 364 hi_size dest_size; /* RW;dest size of any angle rotation */
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_comm_video_adapt.h | 315 hi_s32 x_ratio; /* RW; range: [0, 100]; field angle ration of horizontal,valid when aspect=0. */ 316 hi_s32 y_ratio; /* RW; range: [0, 100]; field angle ration of vertical,valid when aspect=0. */ 317 hi_s32 xy_ratio; /* RW; range: [0, 100]; field angle ration of all,valid when aspect=1. */ 358 hi_u32 angle; /* RW;range: [0,360];rotation angle:[0,360] */ member 363 hi_size dest_size; /* RW;dest size of any angle rotation */
|
Completed in 9 milliseconds