Lines Matching refs:offset2
229 int64_t offset1, offset2;
262 offset2 = -1;
318 offset2 = AV_RB16(buf + pos + 2);
319 ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2);
326 offset2 = AV_RB32(buf + pos + 4);
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) {
386 buf, offset2, buf_size, is_8bit) < 0)