Home
last modified time | relevance | path

Searched refs:BitrateMaxScale (Results 1 – 2 of 2) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php431 function BitrateColor($bitrate, $BitrateMaxScale=768) { argument
435 $bitrate *= (256 / $BitrateMaxScale); // scale from 1-[768]kbps to 1-256
H A Ddemo.mysqli.php66 function BitrateColor($bitrate, $BitrateMaxScale=768) { argument
70 $bitrate *= (256 / $BitrateMaxScale); // scale from 1-[768]kbps to 1-256