Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c6865 PGOP_CAP_STRETCH_INFO pGOPStretchInfo= (PGOP_CAP_STRETCH_INFO)pRet; in Ioctl_GOP_GetCaps() local
6873 pGOPStretchInfo->GOP_VStretch_Support=0; in Ioctl_GOP_GetCaps()
6874 …MIN(sizeof(g_pGOPCtxLocal->pGopChipProperty->bGOPWithVscale),(sizeof(pGOPStretchInfo->GOP_VStretch… in Ioctl_GOP_GetCaps()
6878 pGOPStretchInfo->GOP_VStretch_Support |= BIT(i); in Ioctl_GOP_GetCaps()
6882 pGOPStretchInfo->GOP_VStretch_Support &= ~(BIT(i)); in Ioctl_GOP_GetCaps()