Home
last modified time | relevance | path

Searched refs:bKeyRgb (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhifb.h201 HI_BOOL bKeyRgb; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhifb.h196 HI_BOOL bKeyRgb; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
Dhifb_vou_drv.c38 .bKeyRgb = 1,
137 if (g_hifb_gfx_cap[layer_id].bKeyRgb || g_hifb_gfx_cap[layer_id].bKeyAlpha) { in hifb_drv_layer_default_setting()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
Dhifb.h221 HI_BOOL bKeyRgb; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
Dhifb_main.c1719 if (g_drv_ops.capability[layer_id].bKeyRgb || g_drv_ops.capability[layer_id].bKeyAlpha) { in hifb_open_init_compress()
2069 if ((!g_drv_ops.capability[par->layer_id].bKeyRgb) && in hifb_get_colorkey()
2101 …if ((!g_drv_ops.capability[par->layer_id].bKeyRgb) && (!g_drv_ops.capability[par->layer_id].bKeyAl… in hifb_set_colorkey()
2966 if ((surface_ex->stColorkey.bKeyEnable) && (!g_drv_ops.capability[par->layer_id].bKeyRgb) && in flip_surface_check_param()
3129 if (g_drv_ops.capability[par->layer_id].bKeyRgb || in hifb_flip_surface()