Searched refs:http_seek_internal (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | http.c | 1544 static int64_t http_seek_internal(URLContext *h, int64_t off, int whence, int force_reconnect); 1588 seek_ret = http_seek_internal(h, target, SEEK_SET, 1); in http_read_stream() 1772 static int64_t http_seek_internal(URLContext *h, int64_t off, int whence, int force_reconnect) in http_seek_internal() function 1832 return http_seek_internal(h, off, whence, 0); in http_seek()
|