Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js663 … if(stream.peekUInt32(0) == 0xFFFFFFFF && stream.peekUInt32(1) == 0xFFFFFFFF)
H A Daurora.js435 a = (this.stream.peekUInt32() << this.bitPosition) >>> (32 - bits);
476 a = (this.stream.peekUInt32() << this.bitPosition) >>> (32 - bits);
1075 Stream.prototype.peekUInt32 = function(offset, littleEndian) { method in Stream