Searched refs:AVSEEK_SIZE (Results 1 - 19 of 19) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | subfile.c | 121 if (whence == AVSEEK_SIZE || whence == SEEK_END) { in subfile_seek() 123 if (end == INT64_MAX && (end = ffurl_seek(c->h, 0, AVSEEK_SIZE)) < 0) in subfile_seek() 127 if (whence == AVSEEK_SIZE) in subfile_seek()
|
H A D | crypto.c | 256 newpos = ffurl_seek( c->hd, pos, AVSEEK_SIZE ); in crypto_seek() 264 case AVSEEK_SIZE: in crypto_seek() 265 return ffurl_seek( c->hd, pos, AVSEEK_SIZE ); in crypto_seek()
|
H A D | bluray.c | 218 case AVSEEK_SIZE: in bluray_seek()
|
H A D | libssh.c | 255 if (libssh->filesize == -1 && (whence == AVSEEK_SIZE || whence == SEEK_END)) { in libssh_seek() 261 case AVSEEK_SIZE: in libssh_seek()
|
H A D | avio.h | 479 #define AVSEEK_SIZE 0x10000 macro
|
H A D | async.c | 399 if (whence == AVSEEK_SIZE) { in async_seek() 400 av_log(h, AV_LOG_TRACE, "async_seek: AVSEEK_SIZE: %"PRId64"\n", (int64_t)c->logical_size); in async_seek() 557 if (whence == AVSEEK_SIZE) {
|
H A D | cache.c | 232 if (whence == AVSEEK_SIZE) { in cache_seek()
|
H A D | libsmbclient.c | 141 if (whence == AVSEEK_SIZE) { in libsmbc_seek()
|
H A D | concat.c | 166 if ((whence & AVSEEK_SIZE)) in concat_seek()
|
H A D | file.c | 253 if (whence == AVSEEK_SIZE) { in file_seek()
|
H A D | aviobuf.c | 273 if ((whence & AVSEEK_SIZE)) in avio_seek() 274 return s->seek ? s->seek(s->opaque, offset, AVSEEK_SIZE) : AVERROR(ENOSYS); in avio_seek() 365 size = s->seek(s->opaque, 0, AVSEEK_SIZE); in avio_size()
|
H A D | avio.c | 609 size = ffurl_seek(h, 0, AVSEEK_SIZE); in ffurl_size()
|
H A D | ftp.c | 785 case AVSEEK_SIZE: in ftp_seek()
|
H A D | http.c | 1907 if (whence == AVSEEK_SIZE) in http_seek_internal()
|
H A D | wtvdec.c | 114 if (whence == AVSEEK_SIZE) in wtvfile_seek()
|
H A D | rtmpproto.c | 1131 if ((in_size = ffurl_seek(stream, 0, AVSEEK_SIZE)) < 0) { in rtmp_calc_swfhash()
|
/third_party/ffmpeg/tools/ |
H A D | aviocat.c | 88 int64_t size = avio_seek(input, 0, AVSEEK_SIZE); in main()
|
H A D | target_dem_fuzzer.c | 83 } else if (whence == AVSEEK_SIZE) { in io_seek()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
H A D | FFMpegExtractor.cpp | 36 if (whence == AVSEEK_SIZE) return AAsset_getLength(asset); in seek()
|
Completed in 22 milliseconds