Searched refs:zsize (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflashsvenc.c189 unsigned long zsize = 3 * block_width * block_height; local
190 ret = compress2(ptr + 2, &zsize, s->tmpblock,
198 bytestream_put_be16(&ptr, zsize);
199 buf_pos += zsize + 2;
H A Dg2meet.c350 int hdr, zsize, npal, tidx = -1, ret; local
402 zsize = (src[0] << 8) | src[1];
405 if (src_end - src < zsize + (sub_type != 2))
408 ret = uncompress(c->kempf_buf, &dlen, src, zsize);
411 src += zsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflashsvenc.c168 unsigned long zsize = 3 * block_width * block_height; local
169 ret = compress2(ptr + 2, &zsize, s->tmpblock,
177 bytestream_put_be16(&ptr, zsize);
178 buf_pos += zsize + 2;

Completed in 65 milliseconds