Home
last modified time | relevance | path

Searched refs:u32FrmKey (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h284 HI_U32 u32FrmKey; /* update key frame */ member
291 pFrmCtrl->u32FrmKey = 0; in InitFps()
298 pFrmCtrl->u32FrmKey += pFrmCtrl->u32Tfps; in FpsControl()
299 if (pFrmCtrl->u32FrmKey >= pFrmCtrl->u32Ffps) { in FpsControl()
300 pFrmCtrl->u32FrmKey -= pFrmCtrl->u32Ffps; in FpsControl()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h281 HI_U32 u32FrmKey; /* update key frame */ member
288 pFrmCtrl->u32FrmKey = 0; in InitFps()
295 pFrmCtrl->u32FrmKey += pFrmCtrl->u32Tfps; in FpsControl()
296 if (pFrmCtrl->u32FrmKey >= pFrmCtrl->u32Ffps) { in FpsControl()
297 pFrmCtrl->u32FrmKey -= pFrmCtrl->u32Ffps; in FpsControl()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h283 HI_U32 u32FrmKey; /* update key frame */ member
290 pFrmCtrl->u32FrmKey = 0; in InitFps()
297 pFrmCtrl->u32FrmKey += pFrmCtrl->u32Tfps; in FpsControl()
298 if (pFrmCtrl->u32FrmKey >= pFrmCtrl->u32Ffps) { in FpsControl()
299 pFrmCtrl->u32FrmKey -= pFrmCtrl->u32Ffps; in FpsControl()

Completed in 3 milliseconds