Home
last modified time | relevance | path

Searched refs:ID3v2HeaderLength (Results 1 – 3 of 3) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php1725 …while ($this->paddedlength < (strlen($tagstring) + getid3_id3v2::ID3v2HeaderLength($this->majorver…
1730 …if (/*!$footer && */($this->paddedlength > (strlen($tagstring) + getid3_id3v2::ID3v2HeaderLength($…
1733 …if (($this->paddedlength - strlen($tagstring) - getid3_id3v2::ID3v2HeaderLength($this->majorversio…
1734 …at("\x00", $this->paddedlength - strlen($tagstring) - getid3_id3v2::ID3v2HeaderLength($this->major…
H A Dmodule.tag.id3v2.php260 if (strlen($framedata) <= $this->ID3v2HeaderLength($id3v2_majorversion)) {
421 $framedataoffset += ($frame_size + $this->ID3v2HeaderLength($id3v2_majorversion));
3804 public static function ID3v2HeaderLength($majorversion) { function in getid3_id3v2
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php227 if (strlen($framedata) <= $this->ID3v2HeaderLength($id3v2_majorversion)) {
384 $framedataoffset += ($frame_size + $this->ID3v2HeaderLength($id3v2_majorversion));
3172 function ID3v2HeaderLength($majorversion) { function in getid3_id3v2