Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js433 a = ((this.stream.peekUInt24() << this.bitPosition) & 0xffffff) >>> (24 - bits);
474 a = ((this.stream.peekUInt24() << this.bitPosition) & 0xffffff) >>> (24 - bits);
1040 Stream.prototype.peekUInt24 = function(offset, littleEndian) { method in Stream