Lines Matching refs:pLayer
10877 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()
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()