Home
last modified time | relevance | path

Searched refs:act_height (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/
H A Drga-hw.h242 unsigned int act_height:13; member
348 unsigned int act_height:12; member
H A Drga-hw.c308 src_act_info.data.act_height = src_h - 1; in rga_cmd_set_trans_info()
312 dst_act_info.data.act_height = dst_h - 1; in rga_cmd_set_trans_info()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop.h179 int act_height; in scl_get_bili_dn_vskip() local
181 act_height = (src_h + vskiplines - 1) / vskiplines; in scl_get_bili_dn_vskip()
183 return GET_SCL_FT_BILI_DN(act_height, dst_h); in scl_get_bili_dn_vskip()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Diep_drv.h141 int act_height; member
H A Diep_drv.c379 fb->var.yres = reg->act_height; in iep_config_lcdc()
381 fb->var.yres_virtual = reg->act_height; in iep_config_lcdc()
H A Dhw_iep_reg.c1494 reg->act_height = iep_msg->dst.act_h; in iep_config()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h1579 int act_height; in scl_get_bili_dn_vskip() local
1581 act_height = (src_h + vskiplines - 1) / vskiplines; in scl_get_bili_dn_vskip()
1583 if (act_height == dst_h) in scl_get_bili_dn_vskip()
1586 return GET_SCL_FT_BILI_DN(act_height, dst_h); in scl_get_bili_dn_vskip()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp2-config.h290 __u32 act_height; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp2-config.h302 u32 act_height; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp.c3421 info->act_height = in_crop->height; in rkisp_get_info()