Lines Matching defs:offset
34 int offset;
55 unsigned offset;
62 offset = AV_RL32(p->buf + 18 + i * 16);
63 if (offset < 22)
65 if (offset > p->buf_size - 8)
67 if (p->buf[offset] != 40 && AV_RB64(p->buf + offset) != PNGSIG)
118 ico->images[i].offset = avio_rl32(pb);
120 if (avio_seek(pb, ico->images[i].offset, SEEK_SET) < 0)
165 if ((ret = avio_seek(pb, image->offset, SEEK_SET)) < 0)