Home
last modified time | relevance | path

Searched refs:u32LayerCount (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c10895 for (i = 0; i < pLayer->u32LayerCount; i++) in GOPIoctl()
10936 pLayer->u32LayerCount = 0; in GOPIoctl()
10954 pLayer->u32Gop[pLayer->u32LayerCount] = u8Gop; in GOPIoctl()
10955 pLayer->u32Layer[pLayer->u32LayerCount] = u32Layer; in GOPIoctl()
10956 pLayer->u32LayerCount++; in GOPIoctl()
10974 pLayer->u32Gop[pLayer->u32LayerCount] = u8Gop; in GOPIoctl()
10975 pLayer->u32Layer[pLayer->u32LayerCount] = u32Layer; in GOPIoctl()
10976 pLayer->u32LayerCount++; in GOPIoctl()
H A DapiGOP_priv.h799 MS_U32 u32LayerCount; member
H A DapiGOP.c2873 stLayerSetting.u32LayerCount = pGopLayer->u32LayerCounts; in MApi_GOP_GWIN_SetLayer()
2875 for(i=0; i< stLayerSetting.u32LayerCount; i++) in MApi_GOP_GWIN_SetLayer()
2922 pGopLayer->u32LayerCounts = stLayerSetting.u32LayerCount; in MApi_GOP_GWIN_GetLayer()