Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mpc.php96 …$thisPacket['packet_size'] = $this->SV8variableLengthInteger(substr($MPCheaderData, $keyNameSize),…
116 …$thisPacket['sample_count'] = $this->SV8variableLengthInteger(substr($MPCheaderData, $packet_…
120 …$thisPacket['beginning_silence'] = $this->SV8variableLengthInteger(substr($MPCheaderData, $packet_…
192 …$thisPacket['seek_table_offset'] = $thisPacket['offset'] + $this->SV8variableLengthInteger(substr(…
503 public function SV8variableLengthInteger($data, &$packetLength, $maxHandledPacketLength=9) { function in getid3_mpc