Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dcache.c174 int64_t in_block_pos = c->logical_pos - entry->logical_pos; in cache_read() local
176 if (in_block_pos < entry->size) { in cache_read()
177 int64_t physical_target = entry->physical_pos + in_block_pos; in cache_read()
186 r = read(c->fd, buf, FFMIN(size, entry->size - in_block_pos)); in cache_read()

Completed in 1 milliseconds