Home
last modified time | relevance | path

Searched refs:url_seek (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsubfile.c153 .url_seek = subfile_seek,
Durl.h80 int64_t (*url_seek)( URLContext *h, int64_t pos, int whence); member
Dbluray.c232 .url_seek = bluray_seek,
Dconcat.c195 .url_seek = concat_seek,
Dasync.c490 .url_seek = async_seek,
592 .url_seek = async_test_seek,
Davio.c435 if (!h->prot->url_seek) in ffurl_seek()
437 ret = h->prot->url_seek(h, pos, whence & ~AVSEEK_FORCE); in ffurl_seek()
Dcache.c339 .url_seek = cache_seek,
Dlibsmbclient.c373 .url_seek = libsmbc_seek,
Dfile.c361 .url_seek = file_seek,
Dmmsh.c415 .url_seek = mmsh_seek,
Dcrypto.c394 .url_seek = crypto_seek,
Dlibssh.c497 .url_seek = libssh_seek,
Dhttp.c1865 .url_seek = http_seek,
1885 .url_seek = http_seek,
Dftp.c1138 .url_seek = ftp_seek,
/third_party/ffmpeg/doc/
DAPIchanges2637 434f248 / 58a48c6 deprecate url_seek().