Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c13060 MS_WINDOW_TYPE stSrcRect = {0,0,0,0}; in MApi_XC_DetectNL_U2() local
13098 stSrcRect.width = gSrcInfo[eWindow].u16H_SizeAfterPreScaling/3; in MApi_XC_DetectNL_U2()
13099 stSrcRect.height = gSrcInfo[eWindow].u16V_SizeAfterPreScaling/3; in MApi_XC_DetectNL_U2()
13101 … pstSource = (MS_PIXEL_24BIT*)malloc(stSrcRect.width * stSrcRect.height * sizeof(MS_PIXEL_24BIT)); in MApi_XC_DetectNL_U2()
13107 …pu8BufReg = (MS_U8*)malloc(stSrcRect.width/u16PixelStep * (stSrcRect.height/u16PixelStep) * sizeof… in MApi_XC_DetectNL_U2()
13126 stSrcRect.x = (u16LatticeIdx%3) * stSrcRect.width; in MApi_XC_DetectNL_U2()
13127 stSrcRect.y = (u16LatticeIdx/3) * stSrcRect.height; in MApi_XC_DetectNL_U2()
13131 …MApi_XC_Get_BufferData_WithoutMutex(pInstance, E_XC_OUTPUTDATA_RGB8BITS, &stSrcRect, (MS_U8 *)pstS… in MApi_XC_DetectNL_U2()
13141 …V_PixelIdx = (u16PixelStep/u8MaxTryTimes) * u8TryTimes; u16V_PixelIdx < stSrcRect.height - u16Pixe… in MApi_XC_DetectNL_U2()
13144 …H_PixelIdx = (u16PixelStep/u8MaxTryTimes) * u8TryTimes; u16H_PixelIdx < stSrcRect.width - u16Pixel… in MApi_XC_DetectNL_U2()
[all …]