Searched refs:ZBUF_SIZE (Results 1 – 2 of 2) sorted by relevance
43 #define ZBUF_SIZE 4096 macro124 int n = avio_read(s->pb, swf->zbuf_in, ZBUF_SIZE); in zlib_refill()165 if (!(swf->zbuf_in = av_malloc(ZBUF_SIZE)) || in swf_read_header()166 !(swf->zbuf_out = av_malloc(ZBUF_SIZE)) || in swf_read_header()167 !(swf->zpb = avio_alloc_context(swf->zbuf_out, ZBUF_SIZE, 0, in swf_read_header()
716 setting ZBUF_SIZE default 8192738 # of ZBUF_SIZE (the size of IDAT chunks written by libpng.)