GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
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)
 
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_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_size_command (GF_ODCom *com, u32 *outSize)
 
GF_Err gf_odf_write_command (GF_BitStream *bs, GF_ODCom *com)
 

Function Documentation

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_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_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_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_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_ODCom* gf_odf_create_command ( u8  tag)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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_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_Err gf_odf_size_command ( GF_ODCom com,
u32 outSize 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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: