Searched refs:u16HMaxOffset (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mvop/drv/mvop/ |
| H A D | drvMVOP.c | 1599 MS_U16 u16HMaxOffset = 0; in MVOP_CalculatePixClk() local 1684 …u16HMaxOffset = MDrv_MVOP_GetMaxHOffset(pstVideoStatus->u16HorSize,pstVideoStatus->u16VerSize,pstV… in MVOP_CalculatePixClk() 1686 …u16HMaxOffset = MDrv_MVOP_GetMaxHOffset(pstVideoStatus->u16HorSize,pstVideoStatus->u16VerSize,STB_… in MVOP_CalculatePixClk() 1688 …u16HMaxOffset = MDrv_MVOP_GetMaxHOffset(pstVideoStatus->u16HorSize,pstVideoStatus->u16VerSize,pstV… in MVOP_CalculatePixClk() 1696 …u16HMaxOffset = MDrv_MVOP_SubGetMaxHOffset(pstVideoStatus->u16HorSize,pstVideoStatus->u16VerSize,p… in MVOP_CalculatePixClk() 1698 …u16HMaxOffset = MDrv_MVOP_SubGetMaxHOffset(pstVideoStatus->u16HorSize,pstVideoStatus->u16VerSize,S… in MVOP_CalculatePixClk() 1700 …u16HMaxOffset = MDrv_MVOP_SubGetMaxHOffset(pstVideoStatus->u16HorSize,pstVideoStatus->u16VerSize,p… in MVOP_CalculatePixClk() 1765 if (pstVideoStatus->u16HorOffset > u16HMaxOffset) in MVOP_CalculatePixClk() 1767 …MING_DBG(MVOP_PRINTF("Change HorOffset %d --> %d\n", pstVideoStatus->u16HorOffset, u16HMaxOffset);) in MVOP_CalculatePixClk() 1768 pstVideoStatus->u16HorOffset = u16HMaxOffset; in MVOP_CalculatePixClk()
|