Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c10877 PGOP_SETLayer pLayer = (PGOP_SETLayer)ptr->pLayerInfo; in GOPIoctl() local
10895 for (i = 0; i < pLayer->u32LayerCount; i++) in GOPIoctl()
10897 … MDrv_GOP_MapLayer2Mux(g_pGOPCtxLocal, pLayer->u32Layer[i], pLayer->u32Gop[i], (MS_U32 *)&enMux); in GOPIoctl()
10898 MDrv_GOP_GWIN_SetMux(g_pGOPCtxLocal, pLayer->u32Gop[i], enMux); in GOPIoctl()
10899 if (g_pGOPCtxLocal->pGOPCtxShared->bGopHasInitialized[pLayer->u32Gop[i]]) in GOPIoctl()
10901 _GOP_InitHSPDByGOP(pInstance, pLayer->u32Gop[i]); in GOPIoctl()
10910 PGOP_SETLayer pLayer = (PGOP_SETLayer)ptr->pLayerInfo; in GOPIoctl() local
10936 pLayer->u32LayerCount = 0; in GOPIoctl()
10954 pLayer->u32Gop[pLayer->u32LayerCount] = u8Gop; in GOPIoctl()
10955 pLayer->u32Layer[pLayer->u32LayerCount] = u32Layer; in GOPIoctl()
[all …]