Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_menuload.c2466 pMLG_Addr[i].u16B = (pB[j] & 0x0F) | (pB[j+1] << 4); in MDrv_XC_MLG_WriteCmd()
2471 MLG(printf("MLG_Addr[%d].u16B = 0x%x\n",i, pMLG_Addr[i].u16B)); in MDrv_XC_MLG_WriteCmd()
2480 if(pMaxGammaValue[2] < pMLG_Addr[i].u16B) in MDrv_XC_MLG_WriteCmd()
2482 pMaxGammaValue[2] = pMLG_Addr[i].u16B; in MDrv_XC_MLG_WriteCmd()
2487 pMLG_Addr[i+1].u16B = (pB[j] >>4) | (pB[j+2] << 4); in MDrv_XC_MLG_WriteCmd()
2492 MLG(printf("MLG_Addr[%d].u16B = 0x%x\n",i+1, pMLG_Addr[i+1].u16B)); in MDrv_XC_MLG_WriteCmd()
2501 if(pMaxGammaValue[2] < pMLG_Addr[i+1].u16B) in MDrv_XC_MLG_WriteCmd()
2503 pMaxGammaValue[2] = pMLG_Addr[i+1].u16B; in MDrv_XC_MLG_WriteCmd()
H A Dmdrv_sc_3d.c6868 …nDepthFromRGB_BLK(void *pInstance, MS_U16 u16X, MS_U16 u16Y, MS_U16 u16R, MS_U16 u16G, MS_U16 u16B) in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK() argument
6888 s32B = MINMAX( u16B * 7 / 8, 0, 224*4 ); in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/include/
H A Dmhal_menuload.h181 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/include/
H A Dmhal_menuload.h181 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/include/
H A Dmhal_menuload.h181 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/
H A Dmhal_menuload.h181 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/include/
H A Dmhal_menuload.h181 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/include/
H A Dmhal_menuload.h181 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/include/
H A Dmhal_menuload.h180 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/include/
H A Dmhal_menuload.h181 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/include/
H A Dmhal_menuload.h182 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/include/
H A Dmhal_menuload.h181 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/include/
H A Dmhal_menuload.h182 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/include/
H A Dmhal_menuload.h182 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/include/
H A Dmhal_menuload.h182 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/include/
H A Dmhal_menuload.h182 MS_U16 u16B; member
/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c236 MS_U16 u16B; member
1634 stAceOSDControl.u16B = s_AceInfo[bScalerWin].wBCon; in msAdjustCFDOSDInfo()