Lines Matching defs:offset1
229 int64_t offset1, offset2;
261 offset1 = -1;
317 offset1 = AV_RB16(buf + pos);
319 ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2);
325 offset1 = AV_RB32(buf + pos);
327 ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2);
355 if (offset1 >= buf_size || offset2 >= buf_size)
358 if (offset1 >= 0 && offset2 >= 0) {
383 buf, offset1, buf_size, is_8bit) < 0)