Searched refs:profileFrameRate (Results 1 – 1 of 1) sorted by relevance
638 int profileFrameRate = profile.videoFrameRate; in calculateBitrate() local639 float bitRateScale = (profileFrameRate < maxFps) in calculateBitrate()640 ? 1.0f * maxFps / profileFrameRate : 1.0f; in calculateBitrate()