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

Functions

GF_Descriptorgf_odf_create_descriptor (u8 tag)
 
GF_Err gf_odf_delete_descriptor (GF_Descriptor *desc)
 
static GF_Err gf_odf_read_descriptor_internal (GF_BitStream *bs, GF_Descriptor *desc, u32 DescSize)
 
GF_Err gf_odf_read_descriptor (GF_BitStream *bs, GF_Descriptor *desc, u32 DescSize)
 
GF_Err gf_odf_size_descriptor (GF_Descriptor *desc, u32 *outSize)
 
GF_EXPORT GF_Err gf_odf_write_descriptor (GF_BitStream *bs, GF_Descriptor *desc)
 
GF_ODComgf_odf_create_command (u8 tag)
 
GF_Err gf_odf_delete_command (GF_ODCom *com)
 
GF_Err gf_odf_read_command (GF_BitStream *bs, GF_ODCom *com, u32 gf_odf_size_command)
 
GF_Err gf_odf_write_command (GF_BitStream *bs, GF_ODCom *com)
 

Function Documentation

◆ gf_odf_create_descriptor()

GF_Descriptor* gf_odf_create_descriptor ( u8  tag)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_delete_descriptor()

GF_Err gf_odf_delete_descriptor ( GF_Descriptor desc)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_read_descriptor_internal()

static GF_Err gf_odf_read_descriptor_internal ( GF_BitStream *  bs,
GF_Descriptor desc,
u32  DescSize 
)
static
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_read_descriptor()

GF_Err gf_odf_read_descriptor ( GF_BitStream *  bs,
GF_Descriptor desc,
u32  DescSize 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_size_descriptor()

GF_Err gf_odf_size_descriptor ( GF_Descriptor desc,
u32 outSize 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_write_descriptor()

GF_EXPORT GF_Err gf_odf_write_descriptor ( GF_BitStream *  bs,
GF_Descriptor desc 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_create_command()

GF_ODCom* gf_odf_create_command ( u8  tag)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_delete_command()

GF_Err gf_odf_delete_command ( GF_ODCom com)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gf_odf_read_command()

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

◆ gf_odf_write_command()

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