Lines Matching refs:avpkt
116 const AVPacket *avpkt, unsigned size)
175 static int decode_zlib(AVCodecContext *avctx, const AVPacket *avpkt,
193 zstream->next_in = avpkt->data + bytestream2_tell(gb);
210 const AVPacket *avpkt, unsigned size)
231 ret = decode_zlib(avctx, avpkt,
238 bytestream2_init(&mc, avpkt->data + bytestream2_tell(gb),
334 const AVPacket *avpkt, unsigned size)
365 ret = decode_zlib(avctx, avpkt, size, uncompressed_size);
372 bytestream2_init(&dc, avpkt->data + bytestream2_tell(gb),
476 const AVPacket *avpkt, unsigned size)
487 ret = decode_fint(avctx, avpkt, size);
501 zstream->next_in = avpkt->data + bytestream2_tell(gb);
540 const AVPacket *avpkt, unsigned size)
564 ret = decode_zlib(avctx, avpkt,
580 const AVPacket *avpkt, unsigned size)
675 int *got_frame, AVPacket *avpkt)
681 bytestream2_init(gb, avpkt->data, avpkt->size);
684 return avpkt->size;
707 ret = decode_fint(avctx, avpkt, size);
710 ret = decode_kfrm(avctx, avpkt, size);
713 ret = decode_dlta(avctx, avpkt, size);
716 ret = decode_move(avctx, avpkt, size);
719 ret = decode_mous(avctx, avpkt, size);
722 ret = decode_mpos(avctx, avpkt, size);
750 return avpkt->size;