Home
last modified time | relevance | path

Searched refs:u32FrameRateBase (Results 1 – 25 of 103) sorted by relevance

12345

/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC.c3765 do_div(u64Tmp, pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_V2_Init()
3769 …U32)(((MS_U64)pInitParam->VideoInfo.u32FrameRate * 1000) / pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_V2_Init()
3774 pInitParam->VideoInfo.u32FrameRate, pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_V2_Init()
3784 if(pInitParam->VideoInfo.u32FrameRateBase == 0) in MApi_VDEC_V2_Init()
3787 pInitParam->VideoInfo.u32FrameRateBase = 1; in MApi_VDEC_V2_Init()
3791 do_div(u64Tmp, pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_V2_Init()
3795 …U32)(((MS_U64)pInitParam->VideoInfo.u32FrameRate * 1000) / pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_V2_Init()
3933 stInitSettings.u32FrameRateBase = pInitParam->VideoInfo.u32FrameRateBase; in MApi_VDEC_V2_Init()
4030 initParam.u32FrameRateBase= pInitParam->VideoInfo.u32FrameRateBase; in MApi_VDEC_V2_Init()
4368 do_div(u64Tmp, pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_V2_Init_EX()
[all …]
H A DapiMJPEG_inc.c344 MDrv_JPD_SendVPUCommand(E_MJPEG_CMD_SET_FRAMERATE_BASE, pInitParam->u32FrameRateBase); in MApi_MJPEG_Init()
353 __u32FrameRateBase = pInitParam->u32FrameRateBase; in MApi_MJPEG_Init()
H A DapiMJPEG.h196 MS_U32 u32FrameRateBase; member
H A DapiVDEC_EX_wrap.c982 pstVidInfo->u32FrameRateBase = pstExVidInfo->u32FrameRateBase; in _VDEC_MapVideoInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/mjpeg_v3/
H A DdrvMJPEG_EX.c188 static MS_U32 u32FrameRateBase[E_MJPEG_MJPEG_TOTAL] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; variable
345 u32FrameRateBase[u8DrvId] = u32Value; in MDrv_MJPEG_SetFrameRateBase()
349 return u32FrameRateBase[u8DrvId]; in MDrv_MJPEG_GetFrameRateBase()
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/mjpeg_lite/
H A DdrvMJPEG_EX.c176 static MS_U32 u32FrameRateBase[E_MJPEG_MJPEG_TOTAL] = {0, 0, 0, 0}; variable
262 u32FrameRateBase[u8DrvId] = u32Value; in MDrv_MJPEG_SetFrameRateBase()
266 return u32FrameRateBase[u8DrvId]; in MDrv_MJPEG_GetFrameRateBase()
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiMJPEG_EX.h205 MS_U32 u32FrameRateBase; member
H A DapiVDEC_EX.c14945 if(pInitParam->VideoInfo.u32FrameRateBase == 0) in MApi_VDEC_EX_V2_Init()
14948 pInitParam->VideoInfo.u32FrameRateBase = 1; in MApi_VDEC_EX_V2_Init()
14952 do_div(u64Tmp, pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_EX_V2_Init()
14956 …U32)(((MS_U64)pInitParam->VideoInfo.u32FrameRate * 1000) / pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_EX_V2_Init()
14961 pInitParam->VideoInfo.u32FrameRate, pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_EX_V2_Init()
14971 if(pInitParam->VideoInfo.u32FrameRateBase == 0) in MApi_VDEC_EX_V2_Init()
14974 pInitParam->VideoInfo.u32FrameRateBase = 1; in MApi_VDEC_EX_V2_Init()
14978 do_div(u64Tmp, pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_EX_V2_Init()
14982 …U32)(((MS_U64)pInitParam->VideoInfo.u32FrameRate * 1000) / pInitParam->VideoInfo.u32FrameRateBase); in MApi_VDEC_EX_V2_Init()
15159 stInitSettings.u32FrameRateBase = pInitParam->VideoInfo.u32FrameRateBase; in MApi_VDEC_EX_V2_Init()
[all …]
H A DapiMJPEG_EX.c862 MDrv_MJPEG_SendVPUCommand(u32Id, E_MJPEG_CMD_SET_FRAMERATE_BASE, pInitParam->u32FrameRateBase); in MApi_MJPEG_Init()
871 __u32FrameRateBase[u8DrvId] = pInitParam->u32FrameRateBase; in MApi_MJPEG_Init()
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiMJPEG_EX.h209 MS_U32 u32FrameRateBase; member
H A DapiMJPEG_EX.c984 MDrv_MJPEG_SendVPUCommand(u32Id, E_MJPEG_CMD_SET_FRAMERATE_BASE, pInitParam->u32FrameRateBase); in MApi_MJPEG_Init()
993 MDrv_MJPEG_SetFrameRateBase(u8DrvId, pInitParam->u32FrameRateBase); in MApi_MJPEG_Init()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiMJPEG_EX.h209 MS_U32 u32FrameRateBase; member
H A DapiMJPEG_EX.c1036 MDrv_MJPEG_SendVPUCommand(u32Id, E_MJPEG_CMD_SET_FRAMERATE_BASE, pInitParam->u32FrameRateBase); in MApi_MJPEG_Init()
1045 MDrv_MJPEG_SetFrameRateBase(u8DrvId, pInitParam->u32FrameRateBase); in MApi_MJPEG_Init()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maxim/hvd/
H A DfwHVD_if.h402 MS_U32 u32FrameRateBase; //0x0048 // Input Frame Rate Base member
H A DhalHVD_sub.c1603 pHVDShareMem->u32FrameRateBase = pHVDCtrl_Hal->InitParams.u32FrameRateBase; in HAL_HVD_Sub_InitShareMem()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maserati/hvd/
H A DfwHVD_if.h402 MS_U32 u32FrameRateBase; //0x0048 // Input Frame Rate Base member
H A DhalHVD_sub.c1603 pHVDShareMem->u32FrameRateBase = pHVDCtrl_Hal->InitParams.u32FrameRateBase; in HAL_HVD_Sub_InitShareMem()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7621/hvd/
H A DfwHVD_if.h402 MS_U32 u32FrameRateBase; //0x0048 // Input Frame Rate Base member
H A DhalHVD_sub.c1603 pHVDShareMem->u32FrameRateBase = pHVDCtrl_Hal->InitParams.u32FrameRateBase; in HAL_HVD_Sub_InitShareMem()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/manhattan/hvd/
H A DfwHVD_if.h402 MS_U32 u32FrameRateBase; //0x0048 // Input Frame Rate Base member
H A DhalHVD_sub.c1603 pHVDShareMem->u32FrameRateBase = pHVDCtrl_Hal->InitParams.u32FrameRateBase; in HAL_HVD_Sub_InitShareMem()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/macan/hvd/
H A DfwHVD_if.h402 MS_U32 u32FrameRateBase; //0x0048 // Input Frame Rate Base member
H A DhalHVD_sub.c1603 pHVDShareMem->u32FrameRateBase = pHVDCtrl_Hal->InitParams.u32FrameRateBase; in HAL_HVD_Sub_InitShareMem()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7821/hvd/
H A DfwHVD_if.h402 MS_U32 u32FrameRateBase; //0x0048 // Input Frame Rate Base member
H A DhalHVD_sub.c1603 pHVDShareMem->u32FrameRateBase = pHVDCtrl_Hal->InitParams.u32FrameRateBase; in HAL_HVD_Sub_InitShareMem()

12345