Searched refs:pkt_props (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.c | 395 while (av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1) >= 0) in avcodec_flush_buffers() 462 if (avci->pkt_props) { in avcodec_close() 463 while (av_fifo_can_read(avci->pkt_props)) { in avcodec_close() 465 av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1); in avcodec_close() 467 av_fifo_freep2(&avci->pkt_props); in avcodec_close()
|
H A D | internal.h | 81 struct AVFifo *pkt_props; member
|
H A D | decode.c | 155 if (av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1) < 0) in extract_packet_props() 163 ret = av_fifo_write(avci->pkt_props, &tmp, 1); in extract_packet_props() 544 av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1); in decode_receive_frame_internal() 1612 avci->pkt_props = av_fifo_alloc2(1, sizeof(*avci->last_pkt_props), in ff_decode_preinit() 1614 if (!avci->in_pkt || !avci->last_pkt_props || !avci->pkt_props) in ff_decode_preinit()
|
Completed in 5 milliseconds