Lines Matching refs:pGopApiSts

5315 MS_U32 GOP_GetRTStatus(void* pInstance,GOP_ApiStatus *pGopApiSts)  in GOP_GetRTStatus()  argument
5326 pGopApiSts->eGOPNumDstType[i] = (EN_GOP_DST_TYPE)0xFF; in GOP_GetRTStatus()
5327 pGopApiSts->u16GopNumStrWinHSize[i] = pGopApiSts->u16GopNumStrWinVSize[i] = 0xFF; in GOP_GetRTStatus()
5336 pGopApiSts->Gop0GwinIsEnable[j] = FALSE; in GOP_GetRTStatus()
5345 pGopApiSts->Gop1GwinIsEnable[j] = FALSE; in GOP_GetRTStatus()
5351 pGopApiSts->Gop2GwinIsEnable = FALSE; in GOP_GetRTStatus()
5356 pGopApiSts->Gop3GwinIsEnable = FALSE; in GOP_GetRTStatus()
5361 pGopApiSts->Gop4GwinIsEnable = FALSE; in GOP_GetRTStatus()
5366 pGopApiSts->Gop5GwinIsEnable = FALSE; in GOP_GetRTStatus()
5378 pGopApiSts->u16GopNumStrWinHSize[i] = g_pGOPCtxLocal->pGOPCtxShared->u16APIStretchWidth[i]; in GOP_GetRTStatus()
5379 pGopApiSts->u16GopNumStrWinVSize[i] = g_pGOPCtxLocal->pGOPCtxShared->u16APIStretchHeight[i]; in GOP_GetRTStatus()
5382 (_GOP_Map_DRVDst2API_Enum_(pInstance,&(pGopApiSts->eGOPNumDstType[i]), enGOPDst)); in GOP_GetRTStatus()
5391 pGopApiSts->Gop0GwinIsEnable[j] = GOP_GWIN_IsEnable(pInstance,j); in GOP_GetRTStatus()
5400pGopApiSts->Gop1GwinIsEnable[j] = GOP_GWIN_IsEnable(pInstance,_GOP_SelGwinId2(pInstance,GOPTYPE.GO… in GOP_GetRTStatus()
5406pGopApiSts->Gop2GwinIsEnable = GOP_GWIN_IsEnable(pInstance,_GOP_SelGwinId2(pInstance,GOPTYPE.GOP2,… in GOP_GetRTStatus()
5411pGopApiSts->Gop3GwinIsEnable = GOP_GWIN_IsEnable(pInstance,_GOP_SelGwinId2(pInstance,GOPTYPE.GOP3,… in GOP_GetRTStatus()
5416pGopApiSts->Gop4GwinIsEnable = GOP_GWIN_IsEnable(pInstance,_GOP_SelGwinId2(pInstance,GOPTYPE.GOP4,… in GOP_GetRTStatus()
5421pGopApiSts->Gop5GwinIsEnable = GOP_GWIN_IsEnable(pInstance,_GOP_SelGwinId2(pInstance,GOPTYPE.GOP5,… in GOP_GetRTStatus()
10302 GOP_ApiStatus *pGopApiSts = (GOP_ApiStatus *)pSet; in Ioctl_GOP_MISC() local
10303 GOP_GetRTStatus(pInstance,pGopApiSts); in Ioctl_GOP_MISC()