Lines Matching defs:position
59 int64_t position;
79 if (wf->position >= wf->length || avio_feof(pb))
82 buf_size = FFMIN(buf_size, wf->length - wf->position);
84 int remaining_in_sector = (1 << wf->sector_bits) - (wf->position & ((1 << wf->sector_bits) - 1));
92 wf->position += n;
94 int i = wf->position >> wf->sector_bits;
107 * @return position (or file length)
117 offset = wf->position + offset;
124 wf->position = offset;
223 wf->position = 0;
1040 uint64_t position = avio_rl64(pb);
1047 last_position = position;