Lines Matching defs:start
62 uint32_t start;
79 int start = s->streampos + img_info[2].start;
88 bytestream2_seek(gb, start, SEEK_SET);
140 s->streampos += bytestream2_tell(gb) - start;
191 int start = s->streampos;
194 bytestream2_seek(gb, start, SEEK_SET);
231 int start = s->streampos;
236 bytestream2_seek(gb, start, SEEK_SET);
302 if (avpkt->size < img_info[0].start)
344 bytestream2_seek(gb, img_info[s->resolution].start, SEEK_SET);