Searched refs:AVPacketList (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavformat/
H A Davformat.h605 struct AVPacketList *packet_buffer;
714 struct AVPacketList *raw_packet_buffer;
715 struct AVPacketList *raw_packet_buffer_end;
717 struct AVPacketList *packet_buffer_end;
722 typedef struct AVPacketList { struct
724 struct AVPacketList *next;
725 } AVPacketList; typedef in typeref:struct:AVPacketList
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davformat.h605 struct AVPacketList *packet_buffer;
714 struct AVPacketList *raw_packet_buffer;
715 struct AVPacketList *raw_packet_buffer_end;
717 struct AVPacketList *packet_buffer_end;
722 typedef struct AVPacketList { struct
724 struct AVPacketList *next;
725 } AVPacketList; typedef in typeref:struct:AVPacketList
H A Doggenc.c223 AVPacketList *pktl;
H A Dutils.c558 static AVPacket *add_to_pktbuf(AVPacketList **packet_buffer, AVPacket *pkt,
559 AVPacketList **plast_pktl){
560 AVPacketList *pktl = av_mallocz(sizeof(AVPacketList));
584 AVPacketList *pktl = s->raw_packet_buffer;
756 AVPacketList *pktl= s->packet_buffer;
783 AVPacketList *pktl= s->packet_buffer;
1099 AVPacketList *pktl;
1154 AVPacketList *pktl;
2679 AVPacketList **next_poin
[all...]
H A Dmxfenc.c1776 AVPacketList *pktl;
1793 AVPacketList *last = NULL;
1804 AVPacketList *next = pktl->next;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dvfwcap.c40 AVPacketList *pktl;
158 AVPacketList **ppktl, *pktl_next;
169 pktl_next = av_mallocz(sizeof(AVPacketList));
366 AVPacketList *pktl = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c73 AVPacketList *first_pkt, *last_pkt;
239 AVPacketList *pkt, *pkt1;
263 AVPacketList *pkt1;
269 pkt1 = av_malloc(sizeof(AVPacketList));
307 AVPacketList *pkt1;

Completed in 167 milliseconds