Lines Matching refs:last_pkt_props
154 if (IS_EMPTY(avci->last_pkt_props)) {
155 if (av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1) < 0)
156 return copy_packet_props(avci->last_pkt_props, pkt);
360 side= av_packet_get_side_data(avci->last_pkt_props, AV_PKT_DATA_SKIP_SAMPLES, &side_size);
486 av_packet_unref(avci->last_pkt_props);
495 avci->last_pkt_props->size -= consumed; // See extract_packet_props() comment.
496 avci->last_pkt_props->pts = AV_NOPTS_VALUE;
497 avci->last_pkt_props->dts = AV_NOPTS_VALUE;
534 av_packet_unref(avci->last_pkt_props);
542 IS_EMPTY(avci->last_pkt_props)) {
544 av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1);
1249 AVPacket *pkt = avctx->internal->last_pkt_props;
1611 avci->last_pkt_props = av_packet_alloc();
1612 avci->pkt_props = av_fifo_alloc2(1, sizeof(*avci->last_pkt_props),
1614 if (!avci->in_pkt || !avci->last_pkt_props || !avci->pkt_props)