Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiMJPEG_EX.c220 static MS_U32 __u32FrameRate[E_MJPEG_MJPEG_TOTAL]; variable
324 __u32FrameRate[u8DrvId] = 600; in _MApi_MJPEG_InitPara()
696 && __u32FrameRate[u8DrvId] <= MAX_SUPPORTED_FRAME_RATE_720P) in _MApi_MJPEG_DropFrameWhenFF()
701 && __u32FrameRate[u8DrvId] <= (MAX_SUPPORTED_FRAME_RATE_720P/2)) in _MApi_MJPEG_DropFrameWhenFF()
870 __u32FrameRate[u8DrvId] = pInitParam->u32FrameRate; in MApi_MJPEG_Init()
872 __u32FrameTime[u8DrvId] = __u32FrameRateBase[u8DrvId] * 1000 / __u32FrameRate[u8DrvId]; in MApi_MJPEG_Init()
2068 pInfo->u32FrameRate = __u32FrameRate[u8DrvId] * 1000 / __u32FrameRateBase[u8DrvId]; in MApi_MJPEG_GetDispInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiMJPEG_inc.c188 static MS_U32 __u32FrameRate = 600; variable
352 __u32FrameRate = pInitParam->u32FrameRate; in MApi_MJPEG_Init()
354 __u32FrameTime = __u32FrameRateBase * 1000 / __u32FrameRate; in MApi_MJPEG_Init()
1251 pInfo->u32FrameRate = __u32FrameRate * 1000 / __u32FrameRateBase; in MApi_MJPEG_GetDispInfo()