Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiMJPEG_inc.c187 static MS_U32 __u32FrameTime = 0; variable
354 __u32FrameTime = __u32FrameRateBase * 1000 / __u32FrameRate; in MApi_MJPEG_Init()
733 __u32Skip2PtsBase += __u32FrameTime; in MApi_MJPEG_PushQueue()
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiMJPEG_EX.c219 static MS_U32 __u32FrameTime[E_MJPEG_MJPEG_TOTAL]; variable
323 __u32FrameTime[u8DrvId] = 0; in _MApi_MJPEG_InitPara()
872 __u32FrameTime[u8DrvId] = __u32FrameRateBase[u8DrvId] * 1000 / __u32FrameRate[u8DrvId]; in MApi_MJPEG_Init()
1313 __u32Skip2PtsBase[u8DrvId] += __u32FrameTime[u8DrvId]; in MApi_MJPEG_PushQueue()