Searched refs:read_seek (Results 76 - 100 of 115) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dflvdec.c1061 .read_seek = flv_read_seek,
1081 .read_seek = flv_read_seek,
H A Dape.c470 .read_seek = ape_read_seek,
H A Davformat.h646 int (*read_seek)(struct AVFormatContext *, member in struct:AVInputFormat
H A Davisynth.c681 .read_seek = avisynth_read_seek,
H A Ddv.c637 .read_seek = dv_read_seek,
H A Dgxf.c606 .read_seek = gxf_seek,
H A Dimg2dec.c542 .read_seek = img_read_seek,
H A Dmvdec.c467 .read_seek = mv_read_seek,
H A Dnsvdec.c760 .read_seek = nsv_read_seek,
H A Dutils.c1905 av_dlog(s, "read_seek: %d %s\n", stream_index, av_ts2str(target_ts));
2181 if (s->iformat->read_seek)
2182 if (s->iformat->read_seek(s, stream_index, timestamp, flags) >= 0)
2217 if (s->iformat->read_seek) {
2219 ret = s->iformat->read_seek(s, stream_index, timestamp, flags);
2241 if (s->iformat->read_seek2 && !s->iformat->read_seek) {
2300 if (s->iformat->read_seek || 1) {
H A Dffmdec.c634 .read_seek = ffm_seek,
H A Doggdec.c904 .read_seek = ogg_read_seek,
H A Drtspdec.c937 .read_seek = rtsp_read_seek,
H A Drmdec.c1069 .read_seek = rm_read_seek,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwtv.c1059 static int read_seek(AVFormatContext *s, int stream_index, function
1110 .read_seek = read_seek,
H A Dape.c421 .read_seek = ape_read_seek,
H A Davformat.h514 int (*read_seek)(struct AVFormatContext *, member in struct:AVInputFormat
H A Ddv.c546 .read_seek = dv_read_seek,
H A Dffmdec.c518 .read_seek = ffm_seek,
H A Dgxf.c533 .read_seek = gxf_seek,
H A Doggdec.c675 .read_seek = ogg_read_seek,
H A Dapplehttp.c710 .read_seek = applehttp_read_seek,
H A Dflvdec.c674 .read_seek = flv_read_seek,
H A Dnsvdec.c804 .read_seek = nsv_read_seek,
H A Dutils.c1542 av_dlog(s, "read_seek: %d %"PRId64"\n", stream_index, target_ts);
1785 if (s->iformat->read_seek){
1786 if(s->iformat->read_seek(s, stream_index, timestamp, flags) >= 0)
1820 if (s->iformat->read_seek) {
1822 ret = s->iformat->read_seek(s, stream_index, timestamp, flags);
1856 if(s->iformat->read_seek || 1)

Completed in 209 milliseconds

12345