Searched defs:read_seek (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | filmstripdec.c | 99 static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) in read_seek() function
|
D | mca.c | 198 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
|
D | jvdec.c | 226 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
|
D | cdxl.c | 237 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
|
D | bink.c | 306 static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) in read_seek() function
|
D | cafdec.c | 427 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
|
D | brstm.c | 462 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
|
D | mlvdec.c | 461 static int read_seek(AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags) in read_seek() function
|
D | avio.h | 255 int64_t (*read_seek)(void *opaque, int stream_index, member
|
D | nutdec.c | 1236 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
|
D | wtvdec.c | 1089 static int read_seek(AVFormatContext *s, int stream_index, in read_seek() function
|
D | avformat.h | 738 int (*read_seek)(struct AVFormatContext *, member
|
/third_party/ffmpeg/libavdevice/ |
D | libcdio.c | 153 static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, in read_seek() function
|