Lines Matching refs:enDst
3571 DRV_GOPDstType enDst = E_DRV_GOP_DST_INVALID; in GOP_SetStretchWinPosition() local
3574 (MDrv_GOP_GWIN_GetDstPlane(g_pGOPCtxLocal, u8GOPNum, &enDst)); in GOP_SetStretchWinPosition()
3576 if(enDst != E_DRV_GOP_DST_OP0) in GOP_SetStretchWinPosition()
3677 _GOP_Map_DRVDst2API_Enum_(pInstance,&GopDst, enDst); in GOP_SetStretchWinPosition()
4261 DRV_GOPDstType enDst = E_DRV_GOP_DST_INVALID; in GOP_SetProgressive() local
4318 MDrv_GOP_GWIN_GetDstPlane(g_pGOPCtxLocal, gop, &enDst); in GOP_SetProgressive()
4319 _GOP_Map_DRVDst2API_Enum_(pInstance,&GopDst, enDst); in GOP_SetProgressive()
8306 DRV_GOPDstType enDst = E_DRV_GOP_DST_INVALID; in Ioctl_GOP_GetDst() local
8308 (MDrv_GOP_GWIN_GetDstPlane(g_pGOPCtxLocal, gop, &enDst)); in Ioctl_GOP_GetDst()
8309 _GOP_Map_DRVDst2API_Enum_(pInstance,(EN_GOP_DST_TYPE *)pDst, enDst); in Ioctl_GOP_GetDst()
10912 DRV_GOPDstType enDst[MAX_GOP_SUPPORT] = {E_DRV_GOP_DST_INVALID}; in GOPIoctl() local
10929 enDst[i] = E_DRV_GOP_DST_INVALID; in GOPIoctl()
10932 MDrv_GOP_GWIN_GetDstPlane(g_pGOPCtxLocal, i, &enDst[i]); in GOPIoctl()
10940 switch (enDst[i]) in GOPIoctl()
10952 … if ((u8Gop < MAX_GOP_SUPPORT) && (enDst[u8Gop] == E_DRV_GOP_DST_OP0)) in GOPIoctl()
10972 … if ((u8Gop < MAX_GOP_SUPPORT) && (enDst[u8Gop] == E_DRV_GOP_DST_OP_DUAL_RATE)) in GOPIoctl()