Home
last modified time | relevance | path

Searched refs:read_seek (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/ffmpeg/libavformat/
H A Dfilmstripdec.c99 static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) in read_seek() function
113 .read_seek = read_seek,
H A Dmca.c199 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
228 .read_seek = read_seek,
H A Dbrstm.c448 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
479 .read_seek = read_seek,
492 .read_seek = read_seek,
H A Dbink.c306 static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) in read_seek() function
334 .read_seek = read_seek,
H A Dcdxl.c236 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
268 .read_seek = read_seek,
H A Djvdec.c221 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
261 .read_seek = read_seek,
H A Dseek.c297 av_log(s, AV_LOG_TRACE, "read_seek: %d %s\n", stream_index, av_ts2str(target_ts)); in ff_seek_frame_binary()
578 if (s->iformat->read_seek) in seek_frame_generic()
579 if (s->iformat->read_seek(s, stream_index, timestamp, flags) >= 0) in seek_frame_generic()
615 if (s->iformat->read_seek) { in seek_frame_internal()
617 ret = s->iformat->read_seek(s, stream_index, timestamp, flags); in seek_frame_internal()
639 if (s->iformat->read_seek2 && !s->iformat->read_seek) { in av_seek_frame()
699 if (s->iformat->read_seek || 1) { in avformat_seek_file()
H A Dpcmdec.c140 .read_seek = ff_pcm_read_seek, \
205 .read_seek = ff_pcm_read_seek,
H A Dcodec2.c304 .read_seek = ff_pcm_read_seek,
332 .read_seek = ff_pcm_read_seek,
H A Dwvedec.c62 .read_seek = ff_pcm_read_seek,
H A Drsodec.c80 .read_seek = ff_pcm_read_seek,
H A Dpvfdec.c74 .read_seek = ff_pcm_read_seek,
H A Dderf.c76 .read_seek = ff_pcm_read_seek,
H A Dsdxdec.c87 .read_seek = ff_pcm_read_seek,
H A Dcafdec.c475 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
516 .read_seek = read_seek,
H A Daea.c108 .read_seek = ff_pcm_read_seek,
H A Dnspdec.c105 .read_seek = ff_pcm_read_seek,
H A Davr.c99 .read_seek = ff_pcm_read_seek,
H A Ddfpwmdec.c95 .read_seek = ff_pcm_read_seek,
H A Depafdec.c103 .read_seek = ff_pcm_read_seek,
H A Dmlvdec.c466 static int read_seek(AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags) in read_seek() function
498 .read_seek = read_seek,
H A Dsol.c145 .read_seek = ff_pcm_read_seek,
H A Dsoxdec.c136 .read_seek = ff_pcm_read_seek,
H A Dvocdec.c110 .read_seek = voc_read_seek,
/third_party/ffmpeg/libavdevice/
H A Dlibcdio.c151 static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, in read_seek() function
188 .read_seek = read_seek,

Completed in 10 milliseconds

1234