Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiMJPEG_inc.c189 static MS_U32 __u32FrameRateBase = 20; variable
353 __u32FrameRateBase = pInitParam->u32FrameRateBase; in MApi_MJPEG_Init()
354 __u32FrameTime = __u32FrameRateBase * 1000 / __u32FrameRate; in MApi_MJPEG_Init()
1251 pInfo->u32FrameRate = __u32FrameRate * 1000 / __u32FrameRateBase; in MApi_MJPEG_GetDispInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiMJPEG_EX.c221 static MS_U32 __u32FrameRateBase[E_MJPEG_MJPEG_TOTAL]; variable
325 __u32FrameRateBase[u8DrvId] = 20; in _MApi_MJPEG_InitPara()
871 __u32FrameRateBase[u8DrvId] = pInitParam->u32FrameRateBase; in MApi_MJPEG_Init()
872 __u32FrameTime[u8DrvId] = __u32FrameRateBase[u8DrvId] * 1000 / __u32FrameRate[u8DrvId]; in MApi_MJPEG_Init()
2066 if(__u32FrameRateBase[u8DrvId] !=0) in MApi_MJPEG_GetDispInfo()
2068 pInfo->u32FrameRate = __u32FrameRate[u8DrvId] * 1000 / __u32FrameRateBase[u8DrvId]; in MApi_MJPEG_GetDispInfo()