Searched refs:LayerMaxMbsPerSec (Results 1 – 2 of 2) sorted by relevance
185 …Int LayerMaxMbsPerSec[4]; /* Maximum mbs per second, according to the specified profile and … member
255 encParams->LayerMaxMbsPerSec[0] = profile_level_max_mbsPerSec[profile_table_index]; in PVInitVideoEncoder()268 … encParams->LayerMaxMbsPerSec[i] = scalable_profile_level_max_mbsPerSec[profile_table_index]; in PVInitVideoEncoder()518 profile_max_framerate = (float)encParams->LayerMaxMbsPerSec[i] / (float)nTotalMB; in PVInitVideoEncoder()629 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE; in PVInitVideoEncoder()