/third_party/ffmpeg/libavformat/ |
H A D | filmstripdec.c | 99 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 D | mca.c | 199 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function 228 .read_seek = read_seek,
|
H A D | brstm.c | 448 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 D | bink.c | 306 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 D | cdxl.c | 236 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function 268 .read_seek = read_seek,
|
H A D | jvdec.c | 221 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function 261 .read_seek = read_seek,
|
H A D | seek.c | 297 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 D | pcmdec.c | 140 .read_seek = ff_pcm_read_seek, \ 205 .read_seek = ff_pcm_read_seek,
|
H A D | codec2.c | 304 .read_seek = ff_pcm_read_seek, 332 .read_seek = ff_pcm_read_seek,
|
H A D | wvedec.c | 62 .read_seek = ff_pcm_read_seek,
|
H A D | rsodec.c | 80 .read_seek = ff_pcm_read_seek,
|
H A D | pvfdec.c | 74 .read_seek = ff_pcm_read_seek,
|
H A D | derf.c | 76 .read_seek = ff_pcm_read_seek,
|
H A D | sdxdec.c | 87 .read_seek = ff_pcm_read_seek,
|
H A D | cafdec.c | 475 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function 516 .read_seek = read_seek,
|
H A D | aea.c | 108 .read_seek = ff_pcm_read_seek,
|
H A D | nspdec.c | 105 .read_seek = ff_pcm_read_seek,
|
H A D | avr.c | 99 .read_seek = ff_pcm_read_seek,
|
H A D | dfpwmdec.c | 95 .read_seek = ff_pcm_read_seek,
|
H A D | epafdec.c | 103 .read_seek = ff_pcm_read_seek,
|
H A D | mlvdec.c | 466 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 D | sol.c | 145 .read_seek = ff_pcm_read_seek,
|
H A D | soxdec.c | 136 .read_seek = ff_pcm_read_seek,
|
H A D | vocdec.c | 110 .read_seek = voc_read_seek,
|
/third_party/ffmpeg/libavdevice/ |
H A D | libcdio.c | 151 static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, in read_seek() function 188 .read_seek = read_seek,
|