Lines Matching defs:entries
46 uint32_t *entries;
99 if ((table->entries = av_calloc(table->count, sizeof(uint32_t))) == NULL)
102 if ((ret = avio_read(s->pb, (unsigned char*)table->entries, table->count * sizeof(uint32_t))) < 0)
106 table->entries[i] = AV_RB32(table->entries + i);
110 av_log(s, AV_LOG_TRACE, " [%02zu]: %u\n", i, table->entries[i]);
163 hoffset = ctx->hdr.table1.entries[index];
361 av_freep(&ctx->hdr.table0.entries);
362 av_freep(&ctx->hdr.table1.entries);
363 av_freep(&ctx->hdr.table2.entries);