Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Ddemux_utils.c213 if (s->iformat->read_pause) in av_read_pause()
214 return s->iformat->read_pause(s); in av_read_pause()
H A Davio.h252 int (*read_pause)(void *opaque, int pause); member
775 * @param h IO context from which to call the read_pause function pointer
H A Daviobuf.c120 s->read_pause = NULL; in ffio_init_context()
1000 (*s)->read_pause = (int (*)(void *, int))h->prot->url_read_pause; in ffio_fdopen()
1331 if (!s->read_pause) in avio_pause()
1333 return s->read_pause(s->opaque, pause); in avio_pause()
H A Davformat.h775 int (*read_pause)(struct AVFormatContext *); member
H A Drtspdec.c1006 .read_pause = rtsp_read_pause,

Completed in 9 milliseconds