Lines Matching defs:offset
45 uint32_t offset;
60 uint32_t unk3; /* Unknown, not an offset. */
61 uint32_t unk4; /* Unknown, offset to offset. */
96 if ((ret = avio_seek(s->pb, table->offset, SEEK_SET)) < 0)
108 av_log(s, AV_LOG_TRACE, "Table, size = %u, offset = %u\n", table->count, table->offset);
128 ctx->hdr.table0.offset = AV_RB32(buf + 8);
129 ctx->hdr.table1.offset = AV_RB32(buf + 12);
130 ctx->hdr.table2.offset = AV_RB32(buf + 16);