Home
last modified time | relevance | path

Searched refs:bKeyEnable (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhifb.h124 HI_BOOL bKeyEnable; /* colorkey enable flag */ member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhifb.h119 HI_BOOL bKeyEnable; /* colorkey enable flag */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
Dhifb.h144 HI_BOOL bKeyEnable; /* colorkey enable flag */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
Dhifb_main.c2077 colorkey.bKeyEnable = colorkey_ex.key_enable; in hifb_get_colorkey()
2096 if ((colorkey.bKeyEnable != HI_TRUE) && (colorkey.bKeyEnable != HI_FALSE)) { in hifb_set_colorkey()
2097 hifb_error("bKeyEnable(%d) should be HI_TRUE or HI_FALSE!\n", colorkey.bKeyEnable); in hifb_set_colorkey()
2106 if ((colorkey.bKeyEnable) && (display_info->premul)) { in hifb_set_colorkey()
2112 colorkey_ex.key_enable = colorkey.bKeyEnable; in hifb_set_colorkey()
2546 colorkey_ex.key_enable = colorkey.bKeyEnable; in hifb_set_cursor_colorkey()
2583 colorkey.bKeyEnable = colorkey_ex.key_enable; in hifb_get_cursor_colorkey()
2950 …if (surface_ex->stColorkey.bKeyEnable != HI_TRUE && surface_ex->stColorkey.bKeyEnable != HI_FALSE)… in flip_surface_check_param()
2951 …b_error("colorkey.enable(%d) should be HI_TRUE or HI_FALSE!\n", surface_ex->stColorkey.bKeyEnable); in flip_surface_check_param()
2966 if ((surface_ex->stColorkey.bKeyEnable) && (!g_drv_ops.capability[par->layer_id].bKeyRgb) && in flip_surface_check_param()
[all …]