Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c351 extern MS_BOOL (*_fpXCIsInterlace)(void);
7487 if( _fpXCIsInterlace != NULL ) in MDrv_GOP_GetIPInterlace()
7489 *bInterlace = _fpXCIsInterlace(); in MDrv_GOP_GetIPInterlace()
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c164 MS_BOOL (*_fpXCIsInterlace)(void) = NULL; variable
10135 _fpXCIsInterlace = pCB; in Ioctl_GOP_Register_CB()