Searched refs:avio_seek_time (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.h500 int64_t avio_seek_time(AVIOContext *h, int stream_index,
H A Dflvdec.c1037 return avio_seek_time(s->pb, stream_index, ts, flags);
H A Daviobuf.c936 int64_t avio_seek_time(AVIOContext *s, int stream_index, function
H A Dasfdec.c1554 int ret = avio_seek_time(s->pb, stream_index, pts, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davio.h685 int64_t avio_seek_time(AVIOContext *h, int stream_index,
H A Dflvdec.c637 return avio_seek_time(s->pb, stream_index, ts, flags);
658 ret = avio_seek_time(s->pb, stream_index, ts, flags);
H A Daviobuf.c439 return avio_seek_time(s, stream_index, timestamp, flags);
1051 int64_t avio_seek_time(AVIOContext *s, int stream_index, function
H A Dasfdec.c1275 int ret = avio_seek_time(s->pb, stream_index, pts, flags);

Completed in 88 milliseconds