gf_isom_cenc_allocate_storage 2198 include/gpac/isomedia.h GF_Err gf_isom_cenc_allocate_storage(GF_ISOFile *the_file, u32 trackNumber, u32 container_type, u32 AlgorithmID, u8 IV_size, bin128 KID);
gf_isom_cenc_allocate_storage 1219 src/media_tools/ismacryp.c 	e = gf_isom_cenc_allocate_storage(mp4, track, tci->sai_saved_box_type, 0, 0, NULL);
gf_isom_cenc_allocate_storage 2221 src/media_tools/media_import.c 		e = gf_isom_cenc_allocate_storage(import->dest, track, container_type, 0, 0, NULL);