Home
last modified time | relevance | path

Searched refs:round (Results 501 – 525 of 682) sorted by path

1...<<2122232425262728

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2round(x/4294967296)|Math.round(y/4294967296))*4294967296;return l+h}),and64:(function(x,y){var l=(…
H A Dopus.js2round(x/4294967296)|Math.round(y/4294967296))*4294967296;return l+h}),and64:(function(x,y){var l=(…
H A Dvorbis.js2round(x/4294967296)|Math.round(y/4294967296))*4294967296;return l+h}),and64:(function(x,y){var l=(…
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js177 var spriteOffset = (Math.floor((Math.round(percent))*this.spriteRatio)-1)*-this.spritePitch;
H A Djquery.transform2d.js248 …Math.round( (startVal[1][0] + (endVal[1][0] - startVal[1][0]) * pos) * precision ) / precision + u…
249 …Math.round( (startVal[1][1] + (endVal[1][1] - startVal[1][1]) * pos) * precision ) / precision + u…
257 Math.round( (startVal[1] + (endVal[1] - startVal[1]) * pos) * precision ) / precision +"rad)"+
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js495 bounds[ p ] = Math.round( clientRect[ p ] );
660 return Math.round( this.media.currentTime );
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php380 …echo '<td align="right">'.BitrateText(round(($TotalScannedBitrate / 1000) / max($TotalScannedBitra…
436 $bitrate = round(min(max($bitrate, 1), 256));
H A Ddemo.joinmp3.php76 …$start_offset_bytes = $CurrentFileInfo['avdataoffset'] + round(($CurrentFileInfo['bitrate'] / 8) *…
78 …$start_offset_bytes = $CurrentFileInfo['avdataend'] + round(($CurrentFileInfo['bitrate'] / 8) *…
84 …$end_offset_bytes = $start_offset_bytes + round(($CurrentFileInfo['bitrate'] / 8) * $len…
86 …$end_offset_bytes = $CurrentFileInfo['avdataend'] + round(($CurrentFileInfo['bitrate'] / 8) * $len…
H A Ddemo.mp3header.php741 $contentseconds = round((($playtimeseconds / 60) - floor($playtimeseconds / 60)) * 60);
802 function FILETIMEtoUNIXtime($FILETIME, $round=true) { argument
807 if ($round) {
808 return round(($FILETIME - 116444736000000000) / 10000000);
901 return '<SPAN STYLE="color: #'.BitrateColor($bitrate).'">'.round($bitrate).' kbps</SPAN>';
2346 $framelength = round(array_sum($ActualFrameLengthValues) / count($ActualFrameLengthValues));
2375 $header_len = strlen($header) - round(32768 / 2);
2397 $header_len = strlen($header) - round(32768 / 2);
H A Ddemo.mysqli.php71 $bitrate = round(min(max($bitrate, 1), 256));
807 echo '<td align="right">'.round($Bitrate / 1000).' kbps</td>';
H A Ddemo.simple.php47 …htmlentities(!empty($ThisFileInfo['audio']['bitrate']) ? round($ThisFileInfo['aud…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php606 $seconds = round(abs($seconds));
609 $S = (int) round( $seconds - (3600 * $H) - (60 * $M) );
798 …throw new Exception('cannot copy file portion, it extends beyond the '.round(PHP_INT_MAX / 1073741…
1454 $storedreplaygain = intval(round($replaygain * 10));
H A Dgetid3.php502 …n('Unable to determine actual filesize. File is most likely larger than '.round(PHP_INT_MAX / 1073…
506 …throw new getid3_exception('PHP seems to think the file is larger than '.round(PHP_INT_MAX / 10737…
509 …$this->warning('File is larger than '.round(PHP_INT_MAX / 1073741824).'GB (filesystem reports it a…
1741 …$this->info['bitrate'] = round((($this->info['avdataend'] - $this->info['avdataoffset']) * 8) / $t…
H A Dmodule.archive.zip.php38 $this->error('File is larger than '.round(PHP_INT_MAX / 1073741824).'GB, not supported by PHP');
H A Dmodule.audio-video.asf.php1685 * @param bool $round
1689 public static function FILETIMEtoUNIXtime($FILETIME, $round=true) { argument
1694 if ($round) {
1695 return intval(round(($FILETIME - 116444736000000000) / 10000000));
H A Dmodule.audio-video.flv.php289 $info['video'][$destkey] = intval(round($info['flv']['meta']['onMetaData'][$sourcekey]));
292 …$info['audio'][$destkey] = getid3_lib::CastAsInt(round($info['flv']['meta']['onMetaData'][$sourcek…
H A Dmodule.audio-video.matroska.php299 …if (isset($trackarray['DefaultDuration'])) { $track_info['frame_rate'] = round(1000000000 / $trac…
1595 return round(($EBMLdatestamp / 1000000000) + 978307200);
H A Dmodule.audio-video.quicktime.php44 …$atom_data_read_buffer_size = $info['php_memory_limit'] ? round($info['php_memory_limit'] / 4) : $…
47 …$this->error('Unable to parse atom at offset '.$offset.' because beyond '.round(PHP_INT_MAX / 1073…
316 … $framerate = round($info['quicktime']['time_scale'] / $value_array2['sample_duration'], 3);
H A Dmodule.audio-video.real.php536 $roundbitrate = intval(round($bitrate));
H A Dmodule.audio-video.riff.php107 …$this->error('AVI extends beyond '.round(PHP_INT_MAX / 1073741824).'GB and PHP filesystem function…
447 …WAVE['iXML'][0]['timecode_string_round'] = sprintf('%02d:%02d:%02d:%02d', $h, $m, $s, round($f));
731 …$thisfile_riff_video_current['frame_rate'] = round(1000000 / $thisfile_riff_raw_avih['dwMicroSecPe…
H A Dmodule.audio-video.swf.php91 $info['video']['resolution_x'] = intval(round($info['swf']['header']['frame_width'] / 20));
92 $info['video']['resolution_y'] = intval(round($info['swf']['header']['frame_height'] / 20));
H A Dmodule.audio.aac.php326 … beyond '.$this->ftell().' (PHP does not support file operations beyond '.round(PHP_INT_MAX / 1073…
H A Dmodule.audio.ac3.php451 $thisfile_ac3['bitrate'] = round(($thisfile_ac3['bitrate'] * 1.05) / 16000) * 16000;
H A Dmodule.audio.bonk.php38 …+ preferred method) because PHP filesystem functions only support up to '.round(PHP_INT_MAX / 1073…
H A Dmodule.audio.mp3.php351 …io_lame['lowpass_frequency'] < 22050) && (round($thisfile_mpeg_audio_lame['lowpass_frequency'] / 1…
552 …$this->error(intval(round($thisfile_mpeg_audio['bitrate'] / 1000)).'kbps not allowed in Layer 2, '…
1251 …$framelength = intval(round(array_sum($ActualFrameLengthValues) / count($ActualFrameLengthValues))…
1349 $Distribution[$key1][$key2] = round($value2 / $pct_data_scanned);
1441 …$this->error('Could not find valid MPEG audio synch within the first '.round($sync_seek_buffer_siz…
1564 …$scan_start_offset[$current_segment] = max($this->ftell(), $info['avdataoffset'] + round($current_…
1615 $info['mpeg']['audio'][$key1][$key2] = round($value2 / $pct_data_scanned);
1985 $round_bit_rate = intval(round($bit_rate, -3));
1988 $bit_rate_table[$round_bit_rate] = round($bit_rate, 2 - strlen($bit_rate));

1...<<2122232425262728