Lines Matching refs:i
189 int i = 0, offset = -1; in rockchip_get_disp_info() local
194 for (i = 0; i < 8; i++) { in rockchip_get_disp_info()
195 disp_header = &base_parameter.disp_header[i]; in rockchip_get_disp_info()
198 printf("disp info %d, type:%d, id:%d\n", i, type, id); in rockchip_get_disp_info()
1404 int i, j; in rockchip_logo_rotate() local
1429 for (i = 0; i < height; i++) { in rockchip_logo_rotate()
1432 (height - i - 1) * bytes_per_pixel, in rockchip_logo_rotate()
1433 img_data + i * width * bytes_per_pixel + j * bytes_per_pixel, in rockchip_logo_rotate()
1439 for (i = 0; i < height; i++) { in rockchip_logo_rotate()
1441 memcpy(dst_rotate + (height - i - 1) * width * bytes_per_pixel + in rockchip_logo_rotate()
1443 img_data + i * width * bytes_per_pixel + j * bytes_per_pixel, in rockchip_logo_rotate()
1452 for (i = 0; i < height; i++) { in rockchip_logo_rotate()
1455 i * bytes_per_pixel, in rockchip_logo_rotate()
1456 img_data + i * width * bytes_per_pixel + j * bytes_per_pixel, in rockchip_logo_rotate()