Searched refs:readChunk (Results 1 – 9 of 9) sorted by relevance
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | flac.js | 66 this.prototype.readChunk = function() { 594 this.prototype.readChunk = function() { 780 this.flac.prototype.readChunk.call(this); method in flac 786 this.flac.prototype.readChunk.call(this); method in flac
|
H A D | aurora.js | 1422 Decoder.prototype.readChunk = function() {}; method in Decoder 1429 packet = this.readChunk(); 1485 this.readChunk = __bind(this.readChunk, this); 1491 LPCMDecoder.prototype.readChunk = function() { method in LPCMDecoder 1569 this.readChunk = __bind(this.readChunk, this); 1613 XLAWDecoder.prototype.readChunk = function() { method in XLAWDecoder 1662 return _this.readChunk(chunk); 1673 _this.readChunk(chunk); 1891 AUDemuxer.prototype.readChunk = function() { method in AUDemuxer 1954 CAFDemuxer.prototype.readChunk = function() { method in CAFDemuxer [all …]
|
H A D | aac.js | 55 this.prototype.readChunk = function() { 453 this.prototype.readChunk = function() {
|
H A D | mp3.js | 25 this.prototype.readChunk = function() { 239 this.prototype.readChunk = function() {
|
H A D | ogg.js | 77 this.prototype.readChunk = function() {
|
H A D | vorbis.js | 58 this.prototype.readChunk = function() {
|
H A D | opus.js | 52 this.prototype.readChunk = function() {
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 413 var readChunk = function readChunk(chunk) { 442 fullRequest.read().then(readChunk, reject); 448 fullRequest.read().then(readChunk, reject); 11990 var readChunk = function readChunk(chunk) { 12003 rangeReader.read().then(readChunk, reject); 12015 rangeReader.read().then(readChunk, reject);
|
H A D | pdf.worker.js.map | 1 …readChunk","chunk","arrayByteLength","total","Math","reject","pdfInfo","e","startWorkerTask","fini…
|