Searched refs:profile_max_framerate (Results 1 – 1 of 1) sorted by relevance
211 float profile_max_framerate; in PVInitVideoEncoder() local518 profile_max_framerate = (float)encParams->LayerMaxMbsPerSec[i] / (float)nTotalMB; in PVInitVideoEncoder()521 profile_max_framerate = (float)30.0; in PVInitVideoEncoder()523 … encParams->LayerMaxFrameRate[i] = PV_MIN(profile_max_framerate, encParams->LayerFrameRate[i]); in PVInitVideoEncoder()