Home
last modified time | relevance | path

Searched refs:AVSEEK_SIZE (Results 1 - 19 of 19) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dsubfile.c121 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 Dcrypto.c256 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 Dbluray.c218 case AVSEEK_SIZE: in bluray_seek()
H A Dlibssh.c255 if (libssh->filesize == -1 && (whence == AVSEEK_SIZE || whence == SEEK_END)) { in libssh_seek()
261 case AVSEEK_SIZE: in libssh_seek()
H A Davio.h479 #define AVSEEK_SIZE 0x10000 macro
H A Dasync.c399 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 Dcache.c232 if (whence == AVSEEK_SIZE) { in cache_seek()
H A Dlibsmbclient.c141 if (whence == AVSEEK_SIZE) { in libsmbc_seek()
H A Dconcat.c166 if ((whence & AVSEEK_SIZE)) in concat_seek()
H A Dfile.c253 if (whence == AVSEEK_SIZE) { in file_seek()
H A Daviobuf.c273 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 Davio.c609 size = ffurl_seek(h, 0, AVSEEK_SIZE); in ffurl_size()
H A Dftp.c785 case AVSEEK_SIZE: in ftp_seek()
H A Dhttp.c1907 if (whence == AVSEEK_SIZE) in http_seek_internal()
H A Dwtvdec.c114 if (whence == AVSEEK_SIZE) in wtvfile_seek()
H A Drtmpproto.c1131 if ((in_size = ffurl_seek(stream, 0, AVSEEK_SIZE)) < 0) { in rtmp_calc_swfhash()
/third_party/ffmpeg/tools/
H A Daviocat.c88 int64_t size = avio_seek(input, 0, AVSEEK_SIZE); in main()
H A Dtarget_dem_fuzzer.c83 } else if (whence == AVSEEK_SIZE) { in io_seek()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DFFMpegExtractor.cpp36 if (whence == AVSEEK_SIZE) return AAsset_getLength(asset); in seek()

Completed in 22 milliseconds