Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/hvd_ex/
H A DdrvHVD_EX.c1704 MS_U32 u32UpperInMs = (HVD_U32_MAX/90); in _HVD_EX_ReportLow32BitPTS() local
1713 if (u32RetPTS > u32UpperInMs) in _HVD_EX_ReportLow32BitPTS()
1715 u32RetPTS = u32RetPTS - u32UpperInMs; in _HVD_EX_ReportLow32BitPTS()
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/hvd_v3/
H A DdrvHVD_EX.c1902 MS_U32 u32UpperInMs = (HVD_U32_MAX/90); in _HVD_EX_ReportLow32BitPTS() local
1911 if (u32RetPTS > u32UpperInMs) in _HVD_EX_ReportLow32BitPTS()
1913 u32RetPTS = u32RetPTS - u32UpperInMs; in _HVD_EX_ReportLow32BitPTS()
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/hvd_lite/
H A DdrvHVD_EX.c1958 MS_U32 u32UpperInMs = (HVD_U32_MAX/90); in _HVD_EX_ReportLow32BitPTS() local
1967 if (u32RetPTS > u32UpperInMs) in _HVD_EX_ReportLow32BitPTS()
1969 u32RetPTS = u32RetPTS - u32UpperInMs; in _HVD_EX_ReportLow32BitPTS()