Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_reg_info.c391 RK_U32 s_stride, d_stride; in RGA2_set_reg_dst_info() local
522 d_stride = ((msg->dst.vir_w * dpw + 3) & ~3) >> 2; in RGA2_set_reg_dst_info()
526 d_stride = ((d_stride+1)&~1) >> 1; in RGA2_set_reg_dst_info()
529 d_uv_stride = (d_stride << 2) / x_div; in RGA2_set_reg_dst_info()
531 *bRGA_DST_VIR_INFO = d_stride | (s_stride << 16); in RGA2_set_reg_dst_info()
539 d_stride <<= 2; in RGA2_set_reg_dst_info()
583 …yrgb_addr = (RK_U32)msg->dst.yrgb_addr + (msg->dst.y_offset * d_stride) + ((msg->dst.x_offset * dp… in RGA2_set_reg_dst_info()
585 …yrgb_addr = (RK_U32)msg->dst.yrgb_addr + (msg->dst.y_offset * d_stride) + (msg->dst.x_offset * dpw… in RGA2_set_reg_dst_info()
601 y_ld_addr = yrgb_addr + (msg->dst.act_h - 1) * (d_stride); in RGA2_set_reg_dst_info()
611 y_ld_addr = yrgb_addr + (msg->dst.act_h - 1) * (d_stride); in RGA2_set_reg_dst_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga2_reg_info.c669 u32 s_stride, d_stride; in RGA2_set_reg_dst_info() local
1085 d_stride = ((msg->dst.vir_w * dpw + 3) & ~3) >> 2; in RGA2_set_reg_dst_info()
1089 d_stride = ((d_stride + 1) & ~1) >> 1; in RGA2_set_reg_dst_info()
1092 d_uv_stride = (d_stride << 2) / x_div; in RGA2_set_reg_dst_info()
1094 *bRGA_DST_VIR_INFO = d_stride | (s_stride << 16); in RGA2_set_reg_dst_info()
1106 d_stride <<= 2; in RGA2_set_reg_dst_info()
1158 (msg->dst.y_offset * d_stride) + in RGA2_set_reg_dst_info()
1162 (msg->dst.y_offset * d_stride) + in RGA2_set_reg_dst_info()
1185 y_ld_addr = yrgb_addr + (msg->dst.act_h - 1) * (d_stride); in RGA2_set_reg_dst_info()
1190 ((msg->dst.y_offset + (msg->dst.act_h - 1)) * d_stride) + in RGA2_set_reg_dst_info()
[all …]