Searched refs:outlen (Results 1 – 3 of 3) sorted by relevance
/plugin/sha3sum/ |
H A D | Sha3.php | 359 public static function shake($in, $security_level, $outlen, $raw_output = false) argument 365 return self::keccak($in, $security_level, $outlen, 0x1f, $raw_output);
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | vorbis.js | 43 this.outlen = 4096; 44 this.outbuf = Vorbis._malloc(this.outlen << 2); 47 this.vorbis = Vorbis._VorbisInit(this.outbuf, this.outlen);
|
H A D | opus.js | 45 this.outlen = 4096; 46 this.outbuf = opus._malloc(this.outlen * this.format.channelsPerFrame * 4); 67 …var len = opus._opus_decode_float(this.opus, this.buf, packet.length, this.outbuf, this.outlen, 0);
|