Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c1077 MS_U16 u16TempWidth = 0; in MDrv_SC_3D_Adjust_PreHorDstSize() local
1080 u16TempWidth = 1920 * (MS_U32)pSrcInfo->stDispWin.height * 13 / 10800; in MDrv_SC_3D_Adjust_PreHorDstSize()
1084 u16TempWidth = 640; in MDrv_SC_3D_Adjust_PreHorDstSize()
1086 pSrcInfo->u16H_SizeAfterPreScaling = pSrcInfo->u16H_SizeAfterPreScaling > u16TempWidth ? in MDrv_SC_3D_Adjust_PreHorDstSize()
1087 u16TempWidth : pSrcInfo->u16H_SizeAfterPreScaling; in MDrv_SC_3D_Adjust_PreHorDstSize()