Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js1006 Stream.prototype.readUInt16 = function(littleEndian) {
1034 return this.readUInt16(true) + (this.readUInt8() << 16);
1036 return (this.readUInt16() << 8) + this.readUInt8();
1053 return this.readUInt16(true) + (this.readInt8() << 16);
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();
[all …]
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()
Daac.js13 if ((stream.readUInt16() & 0xfff6) === 0xfff0) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
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
Dpdfmake.js29577 Data.prototype.readUInt16 = function() { method in Data
29591 int = this.readUInt16();
30294 this.version = data.readUInt16();
30295 tableCount = data.readUInt16();
30330 this.platformID = data.readUInt16();
30335 this.format = data.readUInt16();
30336 this.length = data.readUInt16();
30337 this.language = data.readUInt16();
30347 segCountX2 = data.readUInt16();
30354 _results.push(data.readUInt16());
[all …]
Dpdfmake.min.js.map1readUInt16","writeUInt16","readInt16","writeInt16","writeString","stringAt","readShort","writeShor…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js12490 _proto.readUInt16 = function readUInt16() {
63198 var fn = run & POINTS_ARE_WORDS ? stream.readUInt16 : stream.readUInt8;
Dpdfmake.min.js2readUInt16=function readUInt16(){return this.data[this.pos++]<<8|this.data[this.pos++]},r.decodePi…