Searched refs:read_seek2 (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dassdec.c166 static int read_seek2(AVFormatContext *s, int stream_index, function
214 .read_seek2 = read_seek2,
H A Dmpegts.c2093 static int read_seek2(AVFormatContext *s, function
2162 ret = read_seek2(s, stream_index, INT64_MIN, target_ts, target_ts, flags);
2165 ret = read_seek2(s, stream_index, INT64_MIN, target_ts, INT64_MAX, flags);
2167 ret = read_seek2(s, stream_index, target_ts, target_ts, INT64_MAX, flags);
2170 ret = read_seek2(s, stream_index, INT64_MIN, target_ts, INT64_MAX, flags);
2267 .read_seek2 = read_seek2,
2282 .read_seek2 = read_seek2,
H A Davformat.h563 int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); member in struct:AVInputFormat
H A Dflvdec.c676 .read_seek2 = flv_read_seek2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Daqtitledec.c144 .read_seek2 = aqt_read_seek,
H A Dmpl2dec.c143 .read_seek2 = mpl2_read_seek,
H A Dmpsubdec.c141 .read_seek2 = mpsub_read_seek,
H A Dpjsdec.c135 .read_seek2 = pjs_read_seek,
H A Dsamidec.c134 .read_seek2 = sami_read_seek,
H A Dsubviewer1dec.c121 .read_seek2 = subviewer1_read_seek,
H A Dvplayerdec.c125 .read_seek2 = vplayer_read_seek,
H A Dassdec.c170 .read_seek2 = ass_read_seek,
H A Dmicrodvddec.c200 .read_seek2 = microdvd_read_seek,
H A Drealtextdec.c150 .read_seek2 = realtext_read_seek,
H A Dsrtdec.c163 .read_seek2 = srt_read_seek,
H A Dsubviewerdec.c191 .read_seek2 = subviewer_read_seek,
H A Djacosubdec.c269 .read_seek2 = jacosub_read_seek,
H A Dlrcdec.c247 .read_seek2 = lrc_read_seek
H A Dwebvttdec.c219 .read_seek2 = webvtt_read_seek,
H A Dtedcaptionsdec.c365 .read_seek2 = tedcaptions_read_seek,
H A Davformat.h674 int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); member in struct:AVInputFormat
H A Dconcatdec.c629 .read_seek2 = concat_seek,
H A Dmpeg.c980 .read_seek2 = vobsub_read_seek,
H A Dutils.c2241 if (s->iformat->read_seek2 && !s->iformat->read_seek) {
2271 if (s->iformat->read_seek2) {
2286 ret = s->iformat->read_seek2(s, stream_index, min_ts,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h390 int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); member in struct:AVInputFormat

Completed in 259 milliseconds

12