Searched refs:VideoBitrate (Results 1 – 1 of 1) sorted by relevance
537 * @param int $VideoBitrate542 public static function systemNonOverheadPercentage($VideoBitrate, $AudioBitrate) { argument546 …$VideoBitrate = max(min($VideoBitrate / 1000, 10000), 10); // limit to range of 10kbps - 10Mbps (…578 $VideoBitrateLog10 = log10($VideoBitrate);