Searched refs:g_gopDrvCtxLocal (Results 1 – 2 of 2) sorted by relevance
358 #define g_gopDrvCtxLocal psGOPInstPri->g_gopDrvCtxLocal macro360 GOP_CTX_DRV_LOCAL g_gopDrvCtxLocal; variable2479 memset(&g_gopDrvCtxLocal, 0, sizeof(g_gopDrvCtxLocal)); in Drv_GOP_Init_Context()2481 g_gopDrvCtxLocal.s32FdGFlip = -1; in Drv_GOP_Init_Context()2486 g_gopDrvCtxLocal.pDrvCtxShared = pDrvGOPShared; in Drv_GOP_Init_Context()2487 g_gopDrvCtxLocal.apiCtxLocal.pGOPCtxShared = & pDrvGOPShared->apiCtxShared; in Drv_GOP_Init_Context()2489 …HAL_GOP_Init_Context(&g_gopDrvCtxLocal.halCtxLocal, &pDrvGOPShared->halCtxShared, bNeedInitShared); in Drv_GOP_Init_Context()2490 g_gopDrvCtxLocal.apiCtxLocal.pGopChipProperty = g_gopDrvCtxLocal.halCtxLocal.pGopChipPro; in Drv_GOP_Init_Context()2492 g_gopDrvCtxLocal.halCtxLocal.User_ConsAlpha_bits = DRV_VALID_8BITS; //const alpha : 8bits in Drv_GOP_Init_Context()2493 …g_gopDrvCtxLocal.apiCtxLocal.pGopConsAlphaBits = &(g_gopDrvCtxLocal.halCtxLocal.User_ConsAlpha_bit… in Drv_GOP_Init_Context()[all …]
123 GOP_CTX_DRV_LOCAL g_gopDrvCtxLocal; member