Searched refs:RDTDemuxContext (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drdt.h29 typedef struct RDTDemuxContext RDTDemuxContext; typedef in typeref:struct:RDTDemuxContext
39 * @return a newly allocated RDTDemuxContext. Free with ff_rdt_parse_close().
41 RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic,
45 void ff_rdt_parse_close(RDTDemuxContext *s);
98 int ff_rdt_parse_packet(RDTDemuxContext *s, AVPacket *pkt,
H A Drdt.c39 struct RDTDemuxContext { struct
54 RDTDemuxContext *
58 RDTDemuxContext *s = av_mallocz(sizeof(RDTDemuxContext));
78 ff_rdt_parse_close(RDTDemuxContext *s)
335 ff_rdt_parse_packet(RDTDemuxContext *s, AVPacket *pkt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drdt.h29 typedef struct RDTDemuxContext RDTDemuxContext; typedef in typeref:struct:RDTDemuxContext
39 * @return a newly allocated RDTDemuxContext. Free with ff_rdt_parse_close().
41 RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic,
45 void ff_rdt_parse_close(RDTDemuxContext *s);
98 int ff_rdt_parse_packet(RDTDemuxContext *s, AVPacket *pkt,
H A Drdt.c39 struct RDTDemuxContext { struct
54 RDTDemuxContext *
58 RDTDemuxContext *s = av_mallocz(sizeof(RDTDemuxContext));
78 ff_rdt_parse_close(RDTDemuxContext *s)
335 ff_rdt_parse_packet(RDTDemuxContext *s, AVPacket *pkt,

Completed in 114 milliseconds