Searched refs:DVDemuxContext (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Ddv.h33 typedef struct DVDemuxContext DVDemuxContext; typedef in typeref:struct:DVDemuxContext
34 DVDemuxContext* dv_init_demux(AVFormatContext* s);
35 int dv_get_packet(DVDemuxContext*, AVPacket *);
36 int dv_produce_packet(DVDemuxContext*, AVPacket*, uint8_t*, int);
37 void dv_offset_reset(DVDemuxContext *c, int64_t frame_offset);
H A Ddv.c37 struct DVDemuxContext { struct
189 static int dv_extract_audio_info(DVDemuxContext* c, uint8_t* frame)
236 static int dv_extract_video_info(DVDemuxContext *c, uint8_t* frame)
272 DVDemuxContext* dv_init_demux(AVFormatContext *s)
274 DVDemuxContext *c;
276 c = av_mallocz(sizeof(DVDemuxContext));
301 int dv_get_packet(DVDemuxContext *c, AVPacket *pkt)
318 int dv_produce_packet(DVDemuxContext *c, AVPacket *pkt,
364 static int64_t dv_frame_offset(AVFormatContext *s, DVDemuxContext *c,
381 void dv_offset_reset(DVDemuxContext *
[all...]
H A Davidec.c63 DVDemuxContext* dv_demux;
H A Dmov.c150 DVDemuxContext *dv_demux;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Ddv1394.c50 DVDemuxContext* dv_demux; /* Generic DV muxing/demuxing context */

Completed in 106 milliseconds