Home
last modified time | relevance | path

Searched refs:DECODER (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/
Dindex.js15 const DECODER = Symbol('decoder') constant
69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null
88 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH]))
92 this[DECODER] = enc ? new SD(enc) : null
94 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk))
154 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) {
159 chunk = this[DECODER].write(chunk)
383 if (this[DECODER]) {
384 data = this[DECODER].end()
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/
Dindex.js15 const DECODER = Symbol('decoder') constant
69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null
88 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH]))
92 this[DECODER] = enc ? new SD(enc) : null
94 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk))
154 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) {
159 chunk = this[DECODER].write(chunk)
383 if (this[DECODER]) {
384 data = this[DECODER].end()
/third_party/node/deps/npm/node_modules/pacote/node_modules/minipass/
Dindex.js15 const DECODER = Symbol('decoder') constant
69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null
88 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH]))
92 this[DECODER] = enc ? new SD(enc) : null
94 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk))
154 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) {
159 chunk = this[DECODER].write(chunk)
383 if (this[DECODER]) {
384 data = this[DECODER].end()
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/
Dindex.js15 const DECODER = Symbol('decoder') constant
69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null
88 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH]))
92 this[DECODER] = enc ? new SD(enc) : null
94 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk))
154 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) {
159 chunk = this[DECODER].write(chunk)
383 if (this[DECODER]) {
384 data = this[DECODER].end()
/third_party/node/lib/internal/modules/esm/
Dtranslators.js81 let DECODER = null; variable
101 DECODER = DECODER === null ? new TextDecoder() : DECODER;
102 return DECODER.decode(body);
/third_party/python/Modules/cjkcodecs/
D_codecs_cn.c96 DECODER(gb2312) in DECODER() function
157 DECODER(gbk) in DECODER() function
265 DECODER(gb18030) in DECODER() function
410 DECODER(hz) in DECODER() function
D_codecs_tw.c45 DECODER(big5) in DECODER() function
104 DECODER(cp950) in DECODER() function
D_codecs_jp.c84 DECODER(cp932) in DECODER() function
241 DECODER(euc_jis_2004) in DECODER() function
382 DECODER(euc_jp) in DECODER() function
508 DECODER(shift_jis) in DECODER() function
667 DECODER(shift_jis_2004) in DECODER() function
D_codecs_kr.c107 DECODER(euc_kr) in DECODER() function
204 DECODER(cp949) in DECODER() function
361 DECODER(johab) in DECODER() function
D_codecs_hk.c110 DECODER(big5hkscs) in DECODER() function
Dcjkcodecs.h86 #define DECODER(encoding) \ macro
D_codecs_iso2022.c422 DECODER(iso2022) in DECODER() function
/third_party/ffmpeg/doc/
Ddecoders.texi14 with the options @code{--enable-decoder=@var{DECODER}} /
15 @code{--disable-decoder=@var{DECODER}}.
/third_party/giflib/doc/gifstandard/
Dgif89.txt740 Stream. DECODER : A decoder should attempt to process the data
/third_party/gstreamer/gstplugins_good/
DChangeLog69055 [MOVED FROM BAD 029/134] vp8: move #ifdef HAVE_VP8_ENCODER/DECODER
/third_party/gstreamer/gstplugins_bad/
DChangeLog182395 vp8: move #ifdef HAVE_VP8_ENCODER/DECODER