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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h376 int (*read_play)(struct AVFormatContext *); member in struct:AVInputFormat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtspdec.c409 .read_play = rtsp_read_play,
H A Davformat.h547 int (*read_play)(struct AVFormatContext *); member in struct:AVInputFormat
H A Dutils.c2672 if (s->iformat->read_play)
2673 return s->iformat->read_play(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h660 int (*read_play)(struct AVFormatContext *); member in struct:AVInputFormat
H A Drtspdec.c939 .read_play = rtsp_read_play,
H A Dutils.c3616 if (s->iformat->read_play)
3617 return s->iformat->read_play(s);

Completed in 205 milliseconds