avisuperindex_chunk  134 include/gpac/internal/avilib.h 	avisuperindex_chunk *audio_superindex;
avisuperindex_chunk  218 include/gpac/internal/avilib.h 	avisuperindex_chunk *video_superindex;  /* index of indices */
avisuperindex_chunk  270 src/media_tools/avilib.c static int avi_init_super_index(avi_t *AVI, unsigned char *idxtag, avisuperindex_chunk **si)
avisuperindex_chunk  274 src/media_tools/avilib.c 	avisuperindex_chunk *sil = NULL;
avisuperindex_chunk  276 src/media_tools/avilib.c 	if ((sil = (avisuperindex_chunk *) gf_malloc (sizeof (avisuperindex_chunk))) == NULL) {
avisuperindex_chunk 1770 src/media_tools/avilib.c 			avisuperindex_chunk *asi = AVI->track[j].audio_superindex;
avisuperindex_chunk 2135 src/media_tools/avilib.c 						AVI->video_superindex = (avisuperindex_chunk *) gf_malloc (sizeof (avisuperindex_chunk));
avisuperindex_chunk 2136 src/media_tools/avilib.c 						memset(AVI->video_superindex, 0, sizeof (avisuperindex_chunk));
avisuperindex_chunk 2202 src/media_tools/avilib.c 						AVI->track[AVI->aptr].audio_superindex = (avisuperindex_chunk *) gf_malloc (sizeof (avisuperindex_chunk));