Searched refs:fInputFrameRate (Results 1 – 2 of 2) sorted by relevance
90 float fInputFrameRate; // input frame rate member260 pDlp->fInputFrameRate = in ParamBaseTranscode()406 pDlp->fInputFrameRate = fParamMaxFrameRate; in ParamTranscode()500 …onst uint32_t kuiLogFactorInOutRate = GetLogFactor (pDlp->fOutputFrameRate, pDlp->fInputFrameRate); in DetermineTemporalSettings()501 const uint32_t kuiLogFactorMaxInRate = GetLogFactor (pDlp->fInputFrameRate, fMaxFrameRate); in DetermineTemporalSettings()
328 if (fDlp->fOutputFrameRate > fDlp->fInputFrameRate || (fDlp->fInputFrameRate >= -fEpsn in ParamValidation()329 && fDlp->fInputFrameRate <= fEpsn) in ParamValidation()333 fDlp->fInputFrameRate, fDlp->fOutputFrameRate, i); in ParamValidation()336 if (UINT_MAX == GetLogFactor (fDlp->fOutputFrameRate, fDlp->fInputFrameRate)) { in ParamValidation()339 fDlp->fInputFrameRate, fDlp->fOutputFrameRate, i, fDlp->fInputFrameRate); in ParamValidation()340 fDlp->fOutputFrameRate = fDlp->fInputFrameRate; in ParamValidation()686 fRatio = pLayerParamInternal->fOutputFrameRate / pLayerParamInternal->fInputFrameRate; in WelsEncoderApplyFrameRate()687 if ((kfMaxFrameRate - pLayerParamInternal->fInputFrameRate) > kfEpsn in WelsEncoderApplyFrameRate()688 || (kfMaxFrameRate - pLayerParamInternal->fInputFrameRate) < -kfEpsn) { in WelsEncoderApplyFrameRate()689 pLayerParamInternal->fInputFrameRate = kfMaxFrameRate; in WelsEncoderApplyFrameRate()[all …]