Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c6833 MS_U8 u8BytesPer2PixelTemp = u8BytesPer2Pixel; in MDrv_SC_set_opmsetting() local
6835 MDrv_SC_3D_Adjust_BytesPer2Pixel(pInstance, &u8BytesPer2PixelTemp,eWindow); in MDrv_SC_set_opmsetting()
6837 u32OPMCropOffset = u32OPMPixelOffset * u8BytesPer2PixelTemp / 2 / BYTE_PER_WORD; in MDrv_SC_set_opmsetting()
7701 MS_U8 u8BytesPer2PixelTemp = u8BytesPer2Pixel; in MDrv_SC_set_frcmrsetting() local
7703 MDrv_SC_3D_Adjust_BytesPer2Pixel(pInstance, &u8BytesPer2PixelTemp,eWindow); in MDrv_SC_set_frcmrsetting()
7705 u32FRCM_RCropOffset = u32FRCM_RPixelOffset * u8BytesPer2PixelTemp / 2 / BYTE_PER_WORD; in MDrv_SC_set_frcmrsetting()
9046 MS_U8 u8BytesPer2PixelTemp = u8BytesPer2Pixel; in _MDrv_SC_set_fetch_number_limit_impl() local
9048 MDrv_SC_3D_Adjust_BytesPer2Pixel(pInstance, &u8BytesPer2PixelTemp,eWindow); in _MDrv_SC_set_fetch_number_limit_impl()
9050 u32OPMCropOffset = u32OPMPixelOffset * u8BytesPer2PixelTemp / 2 / BYTE_PER_WORD; in _MDrv_SC_set_fetch_number_limit_impl()
H A Dmdrv_sc_scaling.c.06814 MS_U8 u8BytesPer2PixelTemp = u8BytesPer2Pixel;
6816 MDrv_SC_3D_Adjust_BytesPer2Pixel(pInstance, &u8BytesPer2PixelTemp,eWindow);
6818 u32OPMCropOffset = u32OPMPixelOffset * u8BytesPer2PixelTemp / 2 / BYTE_PER_WORD;
7678 MS_U8 u8BytesPer2PixelTemp = u8BytesPer2Pixel;
7680 MDrv_SC_3D_Adjust_BytesPer2Pixel(pInstance, &u8BytesPer2PixelTemp,eWindow);
7682 u32FRCM_RCropOffset = u32FRCM_RPixelOffset * u8BytesPer2PixelTemp / 2 / BYTE_PER_WORD;
9021 MS_U8 u8BytesPer2PixelTemp = u8BytesPer2Pixel;
9023 MDrv_SC_3D_Adjust_BytesPer2Pixel(pInstance, &u8BytesPer2PixelTemp,eWindow);
9025 u32OPMCropOffset = u32OPMPixelOffset * u8BytesPer2PixelTemp / 2 / BYTE_PER_WORD;
H A Dmdrv_sc_3d.c3869 void MDrv_SC_3D_Adjust_BytesPer2Pixel(void *pInstance, MS_U8 *u8BytesPer2PixelTemp,SCALER_WIN eWind… in MDrv_SC_3D_Adjust_BytesPer2Pixel() argument
3895 *u8BytesPer2PixelTemp *= 2; in MDrv_SC_3D_Adjust_BytesPer2Pixel()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Dmdrv_sc_3d.h277 INTERFACE void MDrv_SC_3D_Adjust_BytesPer2Pixel(void *pInstance, MS_U8 *u8BytesPer2PixelTemp,SCALER…