Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_blit.c159 dst_sur.phy_addr = dst_img->stCanvas.u64PhyAddr; in hifb_drv_fill()
160 dst_sur.width = dst_img->stCanvas.u32Width; in hifb_drv_fill()
161 dst_sur.height = dst_img->stCanvas.u32Height; in hifb_drv_fill()
162 dst_sur.stride = dst_img->stCanvas.u32Pitch; in hifb_drv_fill()
165 dst_sur.color_fmt = hifb_drv_conv_fmt(dst_img->stCanvas.enFmt); in hifb_drv_fill()
245 surface->phy_addr = img->stCanvas.u64PhyAddr; in drv_blit_init()
246 surface->width = img->stCanvas.u32Width; in drv_blit_init()
247 surface->height = img->stCanvas.u32Height; in drv_blit_init()
248 surface->stride = img->stCanvas.u32Pitch; in drv_blit_init()
251 surface->color_fmt = hifb_drv_conv_fmt(img->stCanvas in drv_blit_init()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c927 dst_img.stCanvas.u64PhyAddr = hifb_get_smem_start(info); in hifb_completely()
928 dst_img.stCanvas.u32Pitch = can_pitch; in hifb_completely()
929 dst_img.stCanvas.enFmt = HIFB_FMT_ABGR8888; in hifb_completely()
930 dst_img.stCanvas.u32Width = HIFB_TDE_DISTINCT_WIDTH; in hifb_completely()
931 dst_img.stCanvas.u32Height = n / can_pitch; in hifb_completely()
933 if (dst_img.stCanvas.u32Height > HIFB_TDE_DISTINCT_HEIGHT) { in hifb_completely()
934 dst_img.stCanvas.u32Height = HIFB_TDE_DISTINCT_HEIGHT; in hifb_completely()
937 if (dst_img.stCanvas.u32Height != 0) { in hifb_completely()
946 if ((n - dst_img.stCanvas.u32Height * can_pitch) != 0) { in hifb_completely()
947 rest = hifb_get_screen_base(info) + can_pitch * (dst_img.stCanvas in hifb_completely()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H A Dhifb.h270 HIFB_SURFACE_S stCanvas; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhifb.h245 HIFB_SURFACE_S stCanvas; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhifb.h250 HIFB_SURFACE_S stCanvas; member

Completed in 9 milliseconds