Searched refs:startoffset (Results 1 – 4 of 4) sorted by relevance
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.joinmp3.php | 59 $startoffset = 0; 62 @list($nextinputfilename, $startoffset, $length_seconds) = $nextinputfilename; 75 if ($startoffset > 0) { // start X seconds from start of audio 76 …bytes = $CurrentFileInfo['avdataoffset'] + round(($CurrentFileInfo['bitrate'] / 8) * $startoffset); 77 } elseif ($startoffset < 0) { // start X seconds from end of audio 78 …bytes = $CurrentFileInfo['avdataend'] + round(($CurrentFileInfo['bitrate'] / 8) * $startoffset); 91 …echo 'failed to copy '.$nextinputfilename.' from '.$startoffset.'-seconds start for '.$length_seco…
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.audio.wavpack.php | 247 $startoffset = $metablock['offset'] + ($metablock['large_block'] ? 4 : 2); 253 … $metablock['riff'] = $getid3_riff->ParseRIFF($startoffset, $startoffset + $metablock['size']);
|
H A D | module.audio-video.riff.php | 1389 * @param int $startoffset 1397 public function ParseRIFFAMV($startoffset, $maxoffset) { argument 1421 $this->fseek($startoffset); 1425 …throw new Exception('expecting "hdrlamv" at offset '.($startoffset + 0).', found "'.substr($AMVh… 1428 …throw new Exception('expecting "0x38000000" at offset '.($startoffset + 8).', found "'.getid3_li… 1450 …throw new Exception('expecting "LIST<0x00000000>strlstrh<0x38000000>" at offset '.($startoffset + … 1454 …throw new Exception('expecting "strf<0x24000000>" at offset '.($startoffset + 144).', found "'.get… 1463 …throw new Exception('expecting "strf<0x14000000>" at offset '.($startoffset + 256).', found "'.get… 1506 * @param int $startoffset 1512 public function ParseRIFF($startoffset, $maxoffset) { argument [all …]
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.functions.php | 852 …$startoffset = 2; // 1-based counting, first element to left of first directory separator will eit… 866 $startoffset = substr_count($open_basedir, DIRECTORY_SEPARATOR) + 1; 873 for ($i = $startoffset; $i <= $endoffset; $i++) {
|