Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddecode.c154 if (IS_EMPTY(avci->last_pkt_props)) { in extract_packet_props()
155 if (av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1) < 0) in extract_packet_props()
156 return copy_packet_props(avci->last_pkt_props, pkt); in extract_packet_props()
360 side= av_packet_get_side_data(avci->last_pkt_props, AV_PKT_DATA_SKIP_SAMPLES, &side_size); in decode_simple_internal()
486 av_packet_unref(avci->last_pkt_props); in decode_simple_internal()
495 avci->last_pkt_props->size -= consumed; // See extract_packet_props() comment. in decode_simple_internal()
496 avci->last_pkt_props->pts = AV_NOPTS_VALUE; in decode_simple_internal()
497 avci->last_pkt_props->dts = AV_NOPTS_VALUE; in decode_simple_internal()
534 av_packet_unref(avci->last_pkt_props); in decode_receive_frame_internal()
542 IS_EMPTY(avci->last_pkt_props)) { in decode_receive_frame_internal()
[all …]
Davcodec.c394 av_packet_unref(avci->last_pkt_props); in avcodec_flush_buffers()
395 while (av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1) >= 0) in avcodec_flush_buffers()
396 av_packet_unref(avci->last_pkt_props); in avcodec_flush_buffers()
464 av_packet_unref(avci->last_pkt_props); in avcodec_close()
465 av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1); in avcodec_close()
469 av_packet_free(&avci->last_pkt_props); in avcodec_close()
Dinternal.h80 AVPacket *last_pkt_props; member
Drawdec.c236 frame->pkt_pos = avctx->internal->last_pkt_props->pos; in MKSCALE16()
237 frame->pkt_duration = avctx->internal->last_pkt_props->duration; in MKSCALE16()
Dpthread_frame.c837 copy->internal->last_pkt_props = p->avpkt; in init_thread()