Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlcldec.c131 static int zlib_decomp(AVCodecContext *avctx, const uint8_t *src, int src_len, int offset, int expe… in zlib_decomp() function
271 ret = zlib_decomp(avctx, buf + 8, mthread_inlen, 0, mthread_outlen); in decode_frame()
273 ret = zlib_decomp(avctx, buf + 8 + mthread_inlen, len - 8 - mthread_inlen, in decode_frame()
277 int ret = zlib_decomp(avctx, buf, len, 0, c->decomp_size); in decode_frame()