GF_AuxVideoDescriptor  145 include/gpac/internal/odf_dev.h GF_Err gf_odf_del_auxvid(GF_AuxVideoDescriptor *ld);
GF_AuxVideoDescriptor  182 include/gpac/internal/odf_dev.h GF_Err gf_odf_read_auxvid(GF_BitStream *bs, GF_AuxVideoDescriptor *ld, u32 DescSize);
GF_AuxVideoDescriptor  219 include/gpac/internal/odf_dev.h GF_Err gf_odf_size_auxvid(GF_AuxVideoDescriptor *ld, u32 *outSize);
GF_AuxVideoDescriptor  256 include/gpac/internal/odf_dev.h GF_Err gf_odf_write_auxvid(GF_BitStream *bs, GF_AuxVideoDescriptor *ld);
GF_AuxVideoDescriptor  353 include/gpac/internal/odf_dev.h GF_Err gf_odf_dump_aux_vid(GF_AuxVideoDescriptor *ld, FILE *trace, u32 indent, Bool XMTDump);
GF_AuxVideoDescriptor   90 modules/img_in/img_in.c 			((GF_AuxVideoDescriptor*)d)->aux_video_type = 1;
GF_AuxVideoDescriptor   95 modules/img_in/img_in.c 			((GF_AuxVideoDescriptor*)d)->aux_video_type = 2;
GF_AuxVideoDescriptor  100 modules/img_in/img_in.c 			((GF_AuxVideoDescriptor*)d)->aux_video_type = 3;
GF_AuxVideoDescriptor   50 modules/img_in/png_dec.c 			ctx->aux_type = ((GF_AuxVideoDescriptor*)d)->aux_video_type;
GF_AuxVideoDescriptor  200 src/odf/desc_private.c 		return gf_odf_del_auxvid((GF_AuxVideoDescriptor *)desc);
GF_AuxVideoDescriptor  303 src/odf/desc_private.c 		return gf_odf_read_auxvid(bs, (GF_AuxVideoDescriptor *)desc, DescSize);
GF_AuxVideoDescriptor  402 src/odf/desc_private.c 		return gf_odf_size_auxvid((GF_AuxVideoDescriptor *)desc, outSize);
GF_AuxVideoDescriptor  501 src/odf/desc_private.c 		return gf_odf_write_auxvid(bs, (GF_AuxVideoDescriptor *)desc);
GF_AuxVideoDescriptor 1542 src/odf/odf_code.c 	GF_AuxVideoDescriptor *newDesc;
GF_AuxVideoDescriptor 1543 src/odf/odf_code.c 	GF_SAFEALLOC(newDesc, GF_AuxVideoDescriptor);
GF_AuxVideoDescriptor 1549 src/odf/odf_code.c GF_Err gf_odf_del_auxvid(GF_AuxVideoDescriptor *ld)
GF_AuxVideoDescriptor 1556 src/odf/odf_code.c GF_Err gf_odf_read_auxvid(GF_BitStream *bs, GF_AuxVideoDescriptor *ld, u32 DescSize)
GF_AuxVideoDescriptor 1586 src/odf/odf_code.c GF_Err gf_odf_size_auxvid(GF_AuxVideoDescriptor *ld, u32 *outSize)
GF_AuxVideoDescriptor 1603 src/odf/odf_code.c GF_Err gf_odf_write_auxvid(GF_BitStream *bs, GF_AuxVideoDescriptor *ld)
GF_AuxVideoDescriptor  184 src/odf/odf_dump.c 		return gf_odf_dump_aux_vid((GF_AuxVideoDescriptor *)desc, trace, indent, XMTDump);
GF_AuxVideoDescriptor 1314 src/odf/odf_dump.c GF_Err gf_odf_dump_aux_vid(GF_AuxVideoDescriptor *ld, FILE *trace, u32 indent, Bool XMTDump)
GF_AuxVideoDescriptor  718 src/odf/odf_parse.c 		GF_AuxVideoDescriptor *avd = (GF_AuxVideoDescriptor *)desc;