Home
last modified time | relevance | path

Searched refs:u32CanvasWidth (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H A Dhifb.h355 HI_U32 u32CanvasWidth; /* the width of canvas buffer */ member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhifb.h330 HI_U32 u32CanvasWidth; /* the width of canvas buffer */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhifb.h335 HI_U32 u32CanvasWidth; /* the width of canvas buffer */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c5419 layer_info->u32CanvasWidth = par->canvas_sur.u32Width;
7500 pitch = (((layer_info->u32CanvasWidth * hifb_get_bits_per_pixel(info)) >> 3) + 15) >> 4; /* 3 4 15 alg data */
7532 canvas_surface->u32Width = layer_info->u32CanvasWidth;
7560 pitch = (((layer_info->u32CanvasWidth * hifb_get_bits_per_pixel(info)) >> 3) + 15) >> 4; /* 3 4 15 alg data */
7594 canvas_surface->u32Width = layer_info->u32CanvasWidth;
7622 if ((layer_info->u32CanvasWidth == canvas_surface->u32Width) &&
7632 if (layer_info->u32CanvasWidth > HIFB_4K_DEF_WIDTH || layer_info->u32CanvasHeight > HIFB_4K_DEF_HEIGHT) {
7634 layer_info->u32CanvasWidth, layer_info->u32CanvasHeight);
8017 if ((layer_info->u32CanvasWidth == 0) || (layer_info->u32CanvasHeight == 0)) {
8025 if ((layer_info->u32CanvasWidth
[all...]

Completed in 13 milliseconds