Home
last modified time | relevance | path

Searched refs:PacketListEntry (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dpacket_internal.h26 typedef struct PacketListEntry { struct
27 struct PacketListEntry *next;
29 } PacketListEntry; typedef
32 PacketListEntry *head, *tail;
H A Davpacket.c541 PacketListEntry *pktl = av_malloc(sizeof(*pktl)); in avpriv_packet_list_put()
578 PacketListEntry *pktl = pkt_buffer->head; in avpriv_packet_list_get()
591 PacketListEntry *tmp = pkt_buf->head; in avpriv_packet_list_free()
594 PacketListEntry *pktl = tmp; in avpriv_packet_list_free()
/third_party/ffmpeg/libavdevice/
H A Dvfwcap.c48 PacketListEntry *pktl;
182 PacketListEntry **ppktl, *pktl_next; in videostream_cb()
223 PacketListEntry *pktl; in vfw_read_close()
237 PacketListEntry *next = pktl->next; in vfw_read_close()
443 PacketListEntry *pktl = NULL; in vfw_read_packet()
H A Ddshow_capture.h325 PacketListEntry *pktl;
H A Ddshow.c241 PacketListEntry *pktl; in dshow_read_close()
301 PacketListEntry *next = pktl->next; in dshow_read_close()
345 PacketListEntry **ppktl, *pktl_next; in callback()
1860 PacketListEntry *pktl = NULL; in dshow_read_packet()
H A Ddecklink_dec.cpp486 PacketListEntry *pkt, *pkt1; in avpacket_queue_flush()
519 PacketListEntry *pkt1; in avpacket_queue_put()
533 pkt1 = (PacketListEntry *)av_malloc(sizeof(*pkt1)); in avpacket_queue_put()
566 PacketListEntry *pkt1 = q->pkt_list.head; in avpacket_queue_get()
/third_party/ffmpeg/libavformat/
H A Dmux.c642 for (const PacketListEntry *pktl = si->packet_buffer.head; in handle_avoid_negative_ts()
824 PacketListEntry **next_point, *this_pktl; in ff_interleave_add_packet()
967 const PacketListEntry *const last = sti->last_in_packet_buffer; in ff_interleave_packet_per_dts()
1001 PacketListEntry *pktl = si->packet_buffer.head; in ff_interleave_packet_per_dts()
1025 PacketListEntry *pktl = si->packet_buffer.head; in ff_interleave_packet_per_dts()
1064 PacketListEntry *pktl = si->packet_buffer.head; in ff_interleaved_peek()
H A Dinternal.h369 PacketListEntry *last_in_packet_buffer;
H A Ddemux.c556 PacketListEntry *pktl = si->raw_packet_buffer.head; in ff_read_packet()
733 static PacketListEntry *get_next_pkt(AVFormatContext *s, AVStream *st, in get_next_pkt()
734 PacketListEntry *pktl) in get_next_pkt()
797 PacketListEntry *pkt_buffer) in update_dts_from_pts()
827 PacketListEntry *pktl = si->packet_buffer.head ? si->packet_buffer.head : si->parse_queue.head; in update_initial_timestamps()
846 for (PacketListEntry *pktl_it = pktl; pktl_it; pktl_it = get_next_pkt(s, st, pktl_it)) { in update_initial_timestamps()
879 PacketListEntry *pktl = si->packet_buffer.head ? si->packet_buffer.head : si->parse_queue.head; in update_initial_durations()
1469 PacketListEntry *pktl = si->packet_buffer.head; in av_read_frame()
H A Daiffenc.c51 PacketListEntry *list_entry = aiff->pict_list.head; in put_id3v2_tags()
H A Dmxfenc.c3131 PacketListEntry *pktl = si->packet_buffer.head; in mxf_interleave_get_packet()
3133 PacketListEntry *last = NULL; in mxf_interleave_get_packet()
3147 PacketListEntry *next = pktl->next; in mxf_interleave_get_packet()

Completed in 20 milliseconds