Searched refs:__u32FrameRateBase (Results 1 – 2 of 2) sorted by relevance
189 static MS_U32 __u32FrameRateBase = 20; variable353 __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()
221 static MS_U32 __u32FrameRateBase[E_MJPEG_MJPEG_TOTAL]; variable325 __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()