libgpac
Documentation of the core library of GPAC
odf_command.c File Reference
+ Include dependency graph for odf_command.c:

Functions

GF_Err gf_odf_parse_command (GF_BitStream *bs, GF_ODCom **com, u32 *com_size)
 
GF_ODComgf_odf_new_base_command ()
 
GF_Err gf_odf_del_base_command (GF_BaseODCom *bcRemove)
 
GF_Err gf_odf_read_base_command (GF_BitStream *bs, GF_BaseODCom *bcRem, u32 gf_odf_size_command)
 
GF_Err gf_odf_size_base_command (GF_BaseODCom *bcRem, u32 *outSize)
 
GF_Err gf_odf_write_base_command (GF_BitStream *bs, GF_BaseODCom *bcRem)
 
GF_ODComgf_odf_new_od_remove ()
 
GF_Err gf_odf_del_od_remove (GF_ODRemove *ODRemove)
 
GF_Err gf_odf_read_od_remove (GF_BitStream *bs, GF_ODRemove *odRem, u32 gf_odf_size_command)
 
GF_Err gf_odf_size_od_remove (GF_ODRemove *odRem, u32 *outSize)
 
GF_Err gf_odf_write_od_remove (GF_BitStream *bs, GF_ODRemove *odRem)
 
GF_ODComgf_odf_new_od_update ()
 
GF_Err gf_odf_del_od_update (GF_ODUpdate *ODUpdate)
 
GF_Err AddToODUpdate (GF_ODUpdate *odUp, GF_Descriptor *desc)
 
GF_Err gf_odf_read_od_update (GF_BitStream *bs, GF_ODUpdate *odUp, u32 gf_odf_size_command)
 
GF_Err gf_odf_size_od_update (GF_ODUpdate *odUp, u32 *outSize)
 
GF_Err gf_odf_write_od_update (GF_BitStream *bs, GF_ODUpdate *odUp)
 
GF_ODComgf_odf_new_esd_update ()
 
GF_Err gf_odf_del_esd_update (GF_ESDUpdate *ESDUpdate)
 
GF_Err AddToESDUpdate (GF_ESDUpdate *esdUp, GF_Descriptor *desc)
 
GF_Err gf_odf_read_esd_update (GF_BitStream *bs, GF_ESDUpdate *esdUp, u32 gf_odf_size_command)
 
GF_Err gf_odf_size_esd_update (GF_ESDUpdate *esdUp, u32 *outSize)
 
GF_Err gf_odf_write_esd_update (GF_BitStream *bs, GF_ESDUpdate *esdUp)
 
GF_ODComgf_odf_new_esd_remove ()
 
GF_Err gf_odf_del_esd_remove (GF_ESDRemove *ESDRemove)
 
GF_Err gf_odf_read_esd_remove (GF_BitStream *bs, GF_ESDRemove *esdRem, u32 gf_odf_size_command)
 
GF_Err gf_odf_size_esd_remove (GF_ESDRemove *esdRem, u32 *outSize)
 
GF_Err gf_odf_write_esd_remove (GF_BitStream *bs, GF_ESDRemove *esdRem)
 
GF_ODComgf_odf_new_ipmp_remove ()
 
GF_Err gf_odf_del_ipmp_remove (GF_IPMPRemove *IPMPDRemove)
 
GF_Err gf_odf_read_ipmp_remove (GF_BitStream *bs, GF_IPMPRemove *ipmpRem, u32 gf_odf_size_command)
 
GF_Err gf_odf_size_ipmp_remove (GF_IPMPRemove *ipmpRem, u32 *outSize)
 
GF_Err gf_odf_write_ipmp_remove (GF_BitStream *bs, GF_IPMPRemove *ipmpRem)
 
GF_ODComgf_odf_new_ipmp_update ()
 
GF_Err gf_odf_del_ipmp_update (GF_IPMPUpdate *IPMPDUpdate)
 
GF_Err AddToIPMPDUpdate (GF_IPMPUpdate *ipmpUp, GF_Descriptor *desc)
 
GF_Err gf_odf_read_ipmp_update (GF_BitStream *bs, GF_IPMPUpdate *ipmpUp, u32 gf_odf_size_command)
 
GF_Err gf_odf_size_ipmp_update (GF_IPMPUpdate *ipmpUp, u32 *outSize)
 
GF_Err gf_odf_write_ipmp_update (GF_BitStream *bs, GF_IPMPUpdate *ipmpUp)
 

Function Documentation

◆ gf_odf_parse_command()

GF_Err gf_odf_parse_command ( GF_BitStream *  bs,
GF_ODCom **  com,
u32 com_size 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_new_base_command()

GF_ODCom* gf_odf_new_base_command ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_del_base_command()

GF_Err gf_odf_del_base_command ( GF_BaseODCom bcRemove)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_read_base_command()

GF_Err gf_odf_read_base_command ( GF_BitStream *  bs,
GF_BaseODCom bcRem,
u32  gf_odf_size_command 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_size_base_command()

GF_Err gf_odf_size_base_command ( GF_BaseODCom bcRem,
u32 outSize 
)
+ Here is the caller graph for this function:

◆ gf_odf_write_base_command()

GF_Err gf_odf_write_base_command ( GF_BitStream *  bs,
GF_BaseODCom bcRem 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_new_od_remove()

GF_ODCom* gf_odf_new_od_remove ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_del_od_remove()

GF_Err gf_odf_del_od_remove ( GF_ODRemove ODRemove)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_read_od_remove()

GF_Err gf_odf_read_od_remove ( GF_BitStream *  bs,
GF_ODRemove odRem,
u32  gf_odf_size_command 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_size_od_remove()

GF_Err gf_odf_size_od_remove ( GF_ODRemove odRem,
u32 outSize 
)
+ Here is the caller graph for this function:

◆ gf_odf_write_od_remove()

GF_Err gf_odf_write_od_remove ( GF_BitStream *  bs,
GF_ODRemove odRem 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_new_od_update()

GF_ODCom* gf_odf_new_od_update ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_del_od_update()

GF_Err gf_odf_del_od_update ( GF_ODUpdate ODUpdate)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ AddToODUpdate()

GF_Err AddToODUpdate ( GF_ODUpdate odUp,
GF_Descriptor desc 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_read_od_update()

GF_Err gf_odf_read_od_update ( GF_BitStream *  bs,
GF_ODUpdate odUp,
u32  gf_odf_size_command 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_size_od_update()

GF_Err gf_odf_size_od_update ( GF_ODUpdate odUp,
u32 outSize 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_write_od_update()

GF_Err gf_odf_write_od_update ( GF_BitStream *  bs,
GF_ODUpdate odUp 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_new_esd_update()

GF_ODCom* gf_odf_new_esd_update ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_del_esd_update()

GF_Err gf_odf_del_esd_update ( GF_ESDUpdate ESDUpdate)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ AddToESDUpdate()

GF_Err AddToESDUpdate ( GF_ESDUpdate esdUp,
GF_Descriptor desc 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_read_esd_update()

GF_Err gf_odf_read_esd_update ( GF_BitStream *  bs,
GF_ESDUpdate esdUp,
u32  gf_odf_size_command 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_size_esd_update()

GF_Err gf_odf_size_esd_update ( GF_ESDUpdate esdUp,
u32 outSize 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_write_esd_update()

GF_Err gf_odf_write_esd_update ( GF_BitStream *  bs,
GF_ESDUpdate esdUp 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_new_esd_remove()

GF_ODCom* gf_odf_new_esd_remove ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_del_esd_remove()

GF_Err gf_odf_del_esd_remove ( GF_ESDRemove ESDRemove)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_read_esd_remove()

GF_Err gf_odf_read_esd_remove ( GF_BitStream *  bs,
GF_ESDRemove esdRem,
u32  gf_odf_size_command 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_size_esd_remove()

GF_Err gf_odf_size_esd_remove ( GF_ESDRemove esdRem,
u32 outSize 
)
+ Here is the caller graph for this function:

◆ gf_odf_write_esd_remove()

GF_Err gf_odf_write_esd_remove ( GF_BitStream *  bs,
GF_ESDRemove esdRem 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_new_ipmp_remove()

GF_ODCom* gf_odf_new_ipmp_remove ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_del_ipmp_remove()

GF_Err gf_odf_del_ipmp_remove ( GF_IPMPRemove IPMPDRemove)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_read_ipmp_remove()

GF_Err gf_odf_read_ipmp_remove ( GF_BitStream *  bs,
GF_IPMPRemove ipmpRem,
u32  gf_odf_size_command 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_size_ipmp_remove()

GF_Err gf_odf_size_ipmp_remove ( GF_IPMPRemove ipmpRem,
u32 outSize 
)
+ Here is the caller graph for this function:

◆ gf_odf_write_ipmp_remove()

GF_Err gf_odf_write_ipmp_remove ( GF_BitStream *  bs,
GF_IPMPRemove ipmpRem 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_new_ipmp_update()

GF_ODCom* gf_odf_new_ipmp_update ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_del_ipmp_update()

GF_Err gf_odf_del_ipmp_update ( GF_IPMPUpdate IPMPDUpdate)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ AddToIPMPDUpdate()

GF_Err AddToIPMPDUpdate ( GF_IPMPUpdate ipmpUp,
GF_Descriptor desc 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_read_ipmp_update()

GF_Err gf_odf_read_ipmp_update ( GF_BitStream *  bs,
GF_IPMPUpdate ipmpUp,
u32  gf_odf_size_command 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_size_ipmp_update()

GF_Err gf_odf_size_ipmp_update ( GF_IPMPUpdate ipmpUp,
u32 outSize 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_write_ipmp_update()

GF_Err gf_odf_write_ipmp_update ( GF_BitStream *  bs,
GF_IPMPUpdate ipmpUp 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function: