Lines Matching defs:strings
54 * It is followed by strings, then a table, but nothing tells
56 * I believe NVSf[16-19] gives the size of the strings data
62 * strings faster.nsv | grep NSVs | wc -l
90 uint32_t info_strings_size; /* size of the info strings */ //unknown2;
292 av_log(s, AV_LOG_TRACE, "NSV NSVf info-strings size: %d, table entries: %d, bis %d\n",
300 char *strings; /* last byte will be '\0' to play safe with str*() */
305 p = strings = av_mallocz((size_t)strings_size + 1);
308 endp = strings + strings_size;
309 avio_read(pb, strings, strings_size);
329 av_free(strings);