Lines Matching defs:avpkt
1186 AVFrame *p, const AVPacket *avpkt)
1439 if ( !(avpkt->flags & AV_PKT_FLAG_KEY) && avctx->codec_tag != AV_RL32("MPNG")
1532 int *got_frame, AVPacket *avpkt)
1535 const uint8_t *buf = avpkt->data;
1536 int buf_size = avpkt->size;
1561 if ((ret = decode_frame_common(avctx, s, p, avpkt)) < 0)
1590 int *got_frame, AVPacket *avpkt)
1604 if ((ret = decode_frame_common(avctx, s, NULL, avpkt)) < 0)
1613 bytestream2_init(&s->gb, avpkt->data, avpkt->size);
1614 if ((ret = decode_frame_common(avctx, s, p, avpkt)) < 0)