Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c4411 MS_U32 u32DisPOddCheck = 0x00; in _MApi_XC_SetWindow() local
4649 u32DisPOddCheck = gSrcInfo[eWindow].stDispWin.width * gSrcInfo[eWindow].stDispWin.height; in _MApi_XC_SetWindow()
4652 if (u32DisPOddCheck & 0x01) in _MApi_XC_SetWindow()
12579 MS_U32 u32DisPOddCheck = 0x00; in MApi_XC_PreSetPQInfo_U2() local
12614 u32DisPOddCheck = gSrcInfo[eWindow].stDispWin.width * gSrcInfo[eWindow].stDispWin.height; in MApi_XC_PreSetPQInfo_U2()
12617 if (u32DisPOddCheck & 0x01) in MApi_XC_PreSetPQInfo_U2()
H A Dmvideo.c.04403 MS_U32 u32DisPOddCheck = 0x00;
4641 u32DisPOddCheck = gSrcInfo[eWindow].stDispWin.width * gSrcInfo[eWindow].stDispWin.height;
4642 // if u32DisPOddCheck is odd, that means both of disp.width and disp.height is odd.
4644 if (u32DisPOddCheck & 0x01)
12563 MS_U32 u32DisPOddCheck = 0x00;
12598 u32DisPOddCheck = gSrcInfo[eWindow].stDispWin.width * gSrcInfo[eWindow].stDispWin.height;
12599 // if u32DisPOddCheck is odd, that means both of disp.width and disp.height is odd.
12601 if (u32DisPOddCheck & 0x01)