GF_IPMP_Descriptor  121 include/gpac/internal/odf_dev.h GF_Err gf_odf_del_ipmp(GF_IPMP_Descriptor *ipmp);
GF_IPMP_Descriptor  161 include/gpac/internal/odf_dev.h GF_Err gf_odf_read_ipmp(GF_BitStream *bs, GF_IPMP_Descriptor *ipmp, u32 DescSize);
GF_IPMP_Descriptor  198 include/gpac/internal/odf_dev.h GF_Err gf_odf_size_ipmp(GF_IPMP_Descriptor *ipmp, u32 *outSize);
GF_IPMP_Descriptor  235 include/gpac/internal/odf_dev.h GF_Err gf_odf_write_ipmp(GF_BitStream *bs, GF_IPMP_Descriptor *ipmp);
GF_IPMP_Descriptor  328 include/gpac/internal/odf_dev.h GF_Err gf_odf_dump_ipmp(GF_IPMP_Descriptor *ipmp, FILE *trace, u32 indent, Bool XMTDump);
GF_IPMP_Descriptor 1803 include/gpac/mpeg4_odf.h 	GF_IPMP_Descriptor *toolDescriptor;
GF_IPMP_Descriptor  206 modules/odf_dec/odf_dec.c 				GF_IPMP_Descriptor *ipmp = gf_list_get(ipmpU->IPMPDescList, 0);
GF_IPMP_Descriptor  581 src/media_tools/ismacryp.c 	GF_IPMP_Descriptor *ipmpd;
GF_IPMP_Descriptor  800 src/media_tools/ismacryp.c 	ipmpd = (GF_IPMP_Descriptor*)gf_odf_desc_new(GF_ODF_IPMP_TAG);
GF_IPMP_Descriptor  228 src/odf/desc_private.c 		return gf_odf_del_ipmp((GF_IPMP_Descriptor *)desc);
GF_IPMP_Descriptor  310 src/odf/desc_private.c 		return gf_odf_read_ipmp(bs, (GF_IPMP_Descriptor *)desc, DescSize);
GF_IPMP_Descriptor  424 src/odf/desc_private.c 		return gf_odf_size_ipmp((GF_IPMP_Descriptor *)desc, outSize);
GF_IPMP_Descriptor  524 src/odf/desc_private.c 		return gf_odf_write_ipmp(bs, (GF_IPMP_Descriptor *)desc);
GF_IPMP_Descriptor 2368 src/odf/odf_code.c 	GF_IPMP_Descriptor *newDesc;
GF_IPMP_Descriptor 2369 src/odf/odf_code.c 	GF_SAFEALLOC(newDesc, GF_IPMP_Descriptor);
GF_IPMP_Descriptor 2376 src/odf/odf_code.c GF_Err gf_odf_del_ipmp(GF_IPMP_Descriptor *ipmp)
GF_IPMP_Descriptor 2393 src/odf/odf_code.c GF_Err gf_odf_read_ipmp(GF_BitStream *bs, GF_IPMP_Descriptor *ipmp, u32 DescSize)
GF_IPMP_Descriptor 2449 src/odf/odf_code.c GF_Err gf_odf_size_ipmp(GF_IPMP_Descriptor *ipmp, u32 *outSize)
GF_IPMP_Descriptor 2476 src/odf/odf_code.c GF_Err gf_odf_write_ipmp(GF_BitStream *bs, GF_IPMP_Descriptor *ipmp)
GF_IPMP_Descriptor  139 src/odf/odf_dump.c 		return gf_odf_dump_ipmp((GF_IPMP_Descriptor *)desc, trace, indent, XMTDump);
GF_IPMP_Descriptor 1216 src/odf/odf_dump.c GF_Err gf_odf_dump_ipmp(GF_IPMP_Descriptor *ipmp, FILE *trace, u32 indent, Bool XMTDump)
GF_IPMP_Descriptor  682 src/odf/odf_parse.c 		GF_IPMP_Descriptor *ipmp = (GF_IPMP_Descriptor*)desc;
GF_IPMP_Descriptor 2795 src/scene_manager/loader_bt.c 			((GF_IPMPX_ConnectTool *)desc)->toolDescriptor = (GF_IPMP_Descriptor *)oddesc;
GF_IPMP_Descriptor 2958 src/scene_manager/loader_bt.c 					gf_list_add( ((GF_IPMP_Descriptor *)desc)->ipmpx_data, ipmpx);