Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c698 …_Load_VStretch_Mode_Table(GOP_CTX_DRV_LOCAL*pGOPDrvLocalCtx,MS_U8 u8GOP, MS_U16* pGopVStretchTable) in _GOP_Load_VStretch_Mode_Table() argument
710 u16RegVal = ((pGopVStretchTable[idx+1] <<8) | pGopVStretchTable[idx]); in _GOP_Load_VStretch_Mode_Table()
712 u16RegVal = ((pGopVStretchTable[idx] <<8) | pGopVStretchTable[idx+1]); in _GOP_Load_VStretch_Mode_Table()
714 u16RegVal = ((pGopVStretchTable[idx] <<8) | pGopVStretchTable[idx+1]); in _GOP_Load_VStretch_Mode_Table()