Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c6238 MS_U16 PanelWidth,PanelHeight; in GOP_OC_SetOCFBinfo() local
6249 PanelWidth = g_pGOPCtxLocal->pGOPCtxShared->u16PnlWidth[u8CurGOP]; in GOP_OC_SetOCFBinfo()
6252 OCinfo.u16GOP_OC_HSIZE = PanelWidth; in GOP_OC_SetOCFBinfo()
6254 …OCinfo.u32GOP_OC_FETCH = ( ((PanelWidth >>1) + (PanelWidth /10)) << 2) * PanelHeight; … in GOP_OC_SetOCFBinfo()