Home
last modified time | relevance | path

Searched refs:next_in (Results 151 - 169 of 169) sorted by relevance

1234567

/third_party/ffmpeg/libavformat/
H A Dswfdec.c127 z->next_in = swf->zbuf_in; in zlib_refill()
H A Dhttp.c1650 s->inflate_stream.next_in = s->inflate_buffer; in http_buf_read_compressed()
H A Dmatroskadec.c1717 zstream.next_in = data; in matroska_decode_buffer()
1750 bzstream.next_in = data; in matroska_decode_buffer()
H A Drtmpproto.c1079 zs.next_in = in_data; in rtmp_uncompress_swfplayer()
/third_party/libwebsockets/lib/core-net/
H A Ddummy-callback.c740 wsi->http.cgi->inflate.next_in = args->data; in lws_callback_http_dummy()
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h87 z_const Bytef *next_in; /* next input byte */ member
88 uInt avail_in; /* number of bytes available at next_in */
134 The application must update next_in and avail_in when avail_in has dropped
260 - Compress more input starting at next_in and update next_in and avail_in
262 enough room in the output buffer), next_in and avail_in are updated and
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
393 Actual decompression will be done by inflate(). So next_in, and avail_in,
410 - Decompress more input starting at next_in an
[all...]
/third_party/node/src/
H A Dinspector_socket_server.cc140 strm.next_in = const_cast<uint8_t*>(PROTOCOL_JSON + 3); in SendProtocolJson()
/third_party/mesa3d/src/intel/tools/
H A Daubinator_error_decode.c304 zstream.next_in = (unsigned char *)*ptr; in zlib_inflate()
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h87 z_const Bytef *next_in; /* next input byte */ member
88 uInt avail_in; /* number of bytes available at next_in */
134 The application must update next_in and avail_in when avail_in has dropped
260 - Compress more input starting at next_in and update next_in and avail_in
262 enough room in the output buffer), next_in and avail_in are updated and
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
393 Actual decompression will be done by inflate(). So next_in, and avail_in,
410 - Decompress more input starting at next_in an
[all...]
/third_party/zlib/examples/
H A Dgzlog.c653 strm.next_in = data; in log_compress()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c2174 zlib->z.next_in = Z_NULL; in zlib_reset()
2208 zlib->z.next_in = Z_NULL; in zlib_init()
2355 zlib->z.next_in = &bIn; in zlib_advance()
/third_party/ffmpeg/libavcodec/
H A Dzmbv.c543 zstream->next_in = buf; in decode_frame()
H A Dpngdec.c432 zstream->next_in = gb->buffer; in png_decode_idat()
468 zstream->next_in = data; in decode_zbuf()
H A Dtiff.c489 zstream.next_in = src; in tiff_uncompress()
556 stream.next_in = (uint8_t *)src; in tiff_uncompress_lzma()
/third_party/skia/third_party/externals/libpng/
H A Dpngpread.c737 png_ptr->zstream.next_in = buffer; in png_process_IDAT_data()
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c575 zstream.next_in = (unsigned char *)compressed_data; in zlib_inflate()
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.c522 zstream.next_in = (unsigned char *)compressed_data; in zlib_inflate()
/third_party/astc-encoder/Source/
H A Dtinyexr.h1042 const unsigned char *next_in; // pointer to next byte to read member
1043 unsigned int avail_in; // number of bytes available at next_in
1101 // the next_in, avail_in, next_out, and avail_out members.
1154 // the next_in, avail_in, next_out, and avail_out members.
2110 pStream->next_in, &in_bytes, pStream->next_out, in mz_deflate()
2112 pStream->next_in += (mz_uint)in_bytes; in mz_deflate()
2165 stream.next_in = pSource; in mz_compress2()
2266 status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, in mz_inflate()
2270 pStream->next_in += (mz_uint)in_bytes; in mz_inflate()
2308 &pState->m_decomp, pStream->next_in, in mz_inflate()
[all...]
/third_party/curl/src/
H A Dtool_hugehelp.c13478 z.next_in = (unsigned char *)hugehelpgz + headerlen; in hugehelp()

Completed in 66 milliseconds

1234567