Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drdt.h29 typedef struct RDTDemuxContext RDTDemuxContext; typedef
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);
93 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)); in ff_rdt_parse_open()
78 ff_rdt_parse_close(RDTDemuxContext *s) in ff_rdt_parse_close()
336 ff_rdt_parse_packet(RDTDemuxContext *s, AVPacket *pkt, in ff_rdt_parse_packet()

Completed in 2 milliseconds