Lines Matching defs:size
56 * I believe NVSf[16-19] gives the size of the strings data
90 uint32_t info_strings_size; /* size of the info strings */ //unknown2;
262 unsigned int size;
276 size = avio_rl32(pb);
277 if (size < 28)
279 nsv->NSVf_end = size;
282 av_log(s, AV_LOG_TRACE, "NSV NSVf chunk_size %u\n", size);
292 av_log(s, AV_LOG_TRACE, "NSV NSVf info-strings size: %d, table entries: %d, bis %d\n",
348 nsv->nsvs_file_offset[i] = avio_rl32(pb) + size;
364 avio_seek(pb, nsv->base_offset + size, SEEK_SET); /* required for dumbdriving-271.nsv (2 extra bytes) */
716 /* Get the chunk size and check if at the end we are getting 0xBEEF */