Home
last modified time | relevance | path

Searched refs:bPreMul (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H A Dhifb.h237 HI_BOOL bPreMul; member
362 HI_BOOL bPreMul; /* The data drawn in buf is premul data or not */ member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhifb.h212 HI_BOOL bPreMul; member
337 HI_BOOL bPreMul; /* The data drawn in buf is premul data or not */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhifb.h217 HI_BOOL bPreMul; member
342 HI_BOOL bPreMul; /* The data drawn in buf is premul data or not */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_go_gdev.h246 HI_S32 HI_GO_SetLayerPreMul(HI_HANDLE Layer, HI_BOOL bPreMul);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_vou_drv.c56 .bPreMul = 1,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c5411 hifb_get_premul(par, &layer_info->bPreMul);
7952 if ((layer_info->bPreMul != HI_TRUE) && (layer_info->bPreMul != HI_FALSE)) {
7953 hifb_error("pstLayerInfo->bPreMul should be HI_TRUE or HI_FALSE but it is %d\n", layer_info->bPreMul);
8105 if ((layer_info->bPreMul == HI_TRUE) &&
8113 if ((layer_info->bPreMul == HI_TRUE) &&
8128 display_info->premul = layer_info->bPreMul;

Completed in 16 milliseconds