Home
last modified time | relevance | path

Searched refs:UpdateRect (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_blit.c255 rect->pos_x = img->UpdateRect.x; in drv_blit_init()
256 rect->pos_y = img->UpdateRect.y; in drv_blit_init()
257 rect->width = img->UpdateRect.w; in drv_blit_init()
258 rect->height = img->UpdateRect.h; in drv_blit_init()
547 rect->pos_x = src_img->UpdateRect.x; in drv_rotate_init()
548 rect->pos_y = src_img->UpdateRect.y; in drv_rotate_init()
549 rect->width = src_img->UpdateRect.w; in drv_rotate_init()
550 rect->height = src_img->UpdateRect.h; in drv_rotate_init()
560 rect->pos_x = dst_img->UpdateRect.x; in drv_rotate_init()
561 rect->pos_y = dst_img->UpdateRect in drv_rotate_init()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c2762 ret = memcpy_s(&(buf.UpdateRect), sizeof(HIFB_RECT), &(refresh_info->user_buffer.UpdateRect), in hifb_get_canvas_buffer()
4095 dst_rect->UpdateRect.x = 0;
4096 dst_rect->UpdateRect.y = 0;
4097 dst_rect->UpdateRect.w = dst_rect->stCanvas.u32Width;
4098 dst_rect->UpdateRect.h = dst_rect->stCanvas.u32Height;
4101 dst_rect->UpdateRect = canvas_buf->UpdateRect;
4116 ret = memcpy_s((void *)&compress_info->update_rect, sizeof(HIFB_RECT), &dst_rect->UpdateRect,
4301 inner_src_rect.pos_x = canvas_buf->UpdateRect
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H A Dhifb.h271 HIFB_RECT UpdateRect; /* refresh region */ member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhifb.h246 HIFB_RECT UpdateRect; /* refresh region */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhifb.h251 HIFB_RECT UpdateRect; /* refresh region */ member

Completed in 15 milliseconds