Searched refs:read_pause (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.h106 int (*read_pause)(void *opaque, int pause); member in struct:AVIOContext
476 * @param h IO context from which to call the read_pause function pointer
H A Daviobuf.c104 s->read_pause = NULL;
762 (*s)->read_pause = (int (*)(void *, int))h->prot->url_read_pause;
931 if (!s->read_pause)
933 return s->read_pause(s->opaque, pause);
H A Davformat.h666 int (*read_pause)(struct AVFormatContext *); member in struct:AVInputFormat
H A Drtspdec.c940 .read_pause = rtsp_read_pause,
H A Dutils.c3625 if (s->iformat->read_pause)
3626 return s->iformat->read_pause(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davio.h196 int (*read_pause)(void *opaque, int pause); member in struct:__anon3896
H A Davformat.h380 int (*read_pause)(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 Daviobuf.c102 s->read_pause = NULL;
888 (*s)->read_pause = (int (*)(void *, int))h->prot->url_read_pause;
1046 if (!s->read_pause)
1048 return s->read_pause(s->opaque, pause);
H A Davio.h111 int (*read_pause)(void *opaque, int pause); member in struct:__anon2124
H A Drtspdec.c410 .read_pause = rtsp_read_pause,
H A Davformat.h553 int (*read_pause)(struct AVFormatContext *); member in struct:AVInputFormat
H A Dutils.c2681 if (s->iformat->read_pause)
2682 return s->iformat->read_pause(s);

Completed in 183 milliseconds