Searched refs:ffurl_seek (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dcache.c100 pos= ffurl_seek(c->inner, pos, whence);
102 pos= ffurl_seek(c->inner, -1, SEEK_END);
103 ffurl_seek(c->inner, c->end, SEEK_SET);
H A Dconcat.c135 ffurl_seek(nodes[++i].uc, 0, SEEK_SET) < 0)
163 pos += ffurl_seek(nodes[i].uc, 0, SEEK_CUR);
174 result = ffurl_seek(nodes[i].uc, pos, whence);
H A Davio.c205 /* We must be careful here as ffurl_seek() could be slow,
208 if (!uc->is_streamed && ffurl_seek(uc, 0, SEEK_SET) < 0)
355 int64_t ffurl_seek(URLContext *h, int64_t pos, int whence) function
423 size = ffurl_seek(h, 0, AVSEEK_SIZE);
425 pos = ffurl_seek(h, 0, SEEK_CUR);
426 if ((size = ffurl_seek(h, -1, SEEK_END)) < 0)
429 ffurl_seek(h, pos, SEEK_SET);
H A Durl.h181 int64_t ffurl_seek(URLContext *h, int64_t pos, int whence);
H A Dsubfile.c59 if ((ret = ffurl_seek(c->h, c->pos, SEEK_SET)) != c->pos) {
H A Dsmoothstreamingenc.c112 ffurl_seek(os->out, offset - os->cur_start_pos, SEEK_SET);
133 ffurl_seek(os->out, offset - frag->start_pos, SEEK_SET);
135 ffurl_seek(os->out2, offset - frag->start_pos, SEEK_SET);
H A Daviobuf.c753 (void*)ffurl_read, (void*)ffurl_write, (void*)ffurl_seek);
H A Dhls.c984 int seekret = ffurl_seek(pls->input, seg->url_offset, SEEK_SET);
H A Drtmpproto.c1094 if ((in_size = ffurl_seek(stream, 0, AVSEEK_SIZE)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dconcat.c138 ffurl_seek(nodes[++i].uc, 0, SEEK_SET) < 0)
166 pos += ffurl_seek(nodes[i].uc, 0, SEEK_CUR);
177 result = ffurl_seek(nodes[i].uc, pos, whence);
H A Davio.c178 //We must be careful here as ffurl_seek() could be slow, for example for http
181 if(!uc->is_streamed && ffurl_seek(uc, 0, SEEK_SET) < 0)
229 return ffurl_seek(h, pos, whence);
366 int64_t ffurl_seek(URLContext *h, int64_t pos, int whence) function
430 size= ffurl_seek(h, 0, AVSEEK_SIZE);
432 pos = ffurl_seek(h, 0, SEEK_CUR);
433 if ((size = ffurl_seek(h, -1, SEEK_END)) < 0)
436 ffurl_seek(h, pos, SEEK_SET);
H A Durl.h166 int64_t ffurl_seek(URLContext *h, int64_t pos, int whence);
H A Daviobuf.c877 ffurl_read, ffurl_write, ffurl_seek);

Completed in 112 milliseconds