Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1006 Stream.prototype.readUInt16 = function(littleEndian) { method in Stream
1036 return (this.readUInt16() << 8) + this.readUInt8();
1808 channelsPerFrame: this.stream.readUInt16(),
1810 bitsPerChannel: this.stream.readUInt16(),
2240 version = this.stream.readUInt16();
2242 format.channelsPerFrame = this.stream.readUInt16();
2243 format.bitsPerChannel = this.stream.readUInt16();
2245 format.sampleRate = this.stream.readUInt16();
2556 len = this.stream.readUInt16();
2680 this.metadata[field] = this.stream.readUInt16() + ' of ' + this.stream.readUInt16();
[all …]
H A Dmp3.js213 if (tag == 'VBRI' && stream.readUInt16() === 1) { // Check tag version
218 var entries = stream.readUInt16();
219 var scale = stream.readUInt16();
220 var bytesPerEntry = stream.readUInt16();
221 var framesPerEntry = stream.readUInt16();
3828 flags: this.stream.readUInt16()
H A Daac.js13 if ((stream.readUInt16() & 0xfff6) === 0xfff0) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29591 int = this.readUInt16();
30294 this.version = data.readUInt16();
30295 tableCount = data.readUInt16();
30335 this.format = data.readUInt16();
30336 this.length = data.readUInt16();
30337 this.language = data.readUInt16();
30347 segCountX2 = data.readUInt16();
30593 advance: data.readUInt16(),
30754 this.numGlyphs = data.readUInt16();
30759 this.maxZones = data.readUInt16();
[all …]
H A Dpdfmake.min.js14readUInt16=function(){var t,e;return t=this.readByte()<<8,e=this.readByte(),t|e},t.prototype.write… method in t
15 …unction(){var e,r,i;for(i=[],n=e=0,r=this.length;r>e;n=e+=2)i.push(2*t.readUInt16());return i}.cal…
16 …=this.data[this.pos++]<<8,r=this.data[this.pos++],t|e|n|r},t.prototype.readUInt16=function(){var t… method in t
H A Dpdfmake.min.js.map1readUInt16","writeUInt16","readInt16","writeInt16","writeString","stringAt","readShort","writeShor…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js