![]() |
libgpac
Documentation of the core library of GPAC
|
Include dependency graph for dec_odf.c:Data Structures | |
| struct | GF_ODFDecCtx |
Functions | |
| GF_Err | odf_dec_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static void | attach_desc_to_odm (GF_ObjectManager *odm, GF_ObjectDescriptor *od) |
| void | ODS_SetupOD (GF_Scene *scene, GF_ObjectDescriptor *od) |
| static GF_Err | ODS_ODUpdate (GF_Scene *scene, GF_ODUpdate *odU) |
| static GF_Err | ODS_RemoveOD (GF_Scene *scene, GF_ODRemove *odR) |
| static GF_Err | ODS_UpdateESD (GF_Scene *scene, GF_ESDUpdate *ESDs) |
| static GF_Err | ODS_RemoveESD (GF_Scene *scene, GF_ESDRemove *ESDs) |
| GF_Err | odf_dec_process (GF_Filter *filter) |
| static Bool | odf_dec_process_event (GF_Filter *filter, const GF_FilterEvent *com) |
| const GF_FilterRegister * | odfdec_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterCapability | ODFDecCaps [] |
| GF_FilterRegister | ODFDecRegister |
| struct GF_ODFDecCtx |
| Data Fields | ||
|---|---|---|
| GF_ObjectManager * | odm | |
| GF_Scene * | scene | |
| Bool | is_playing | |
| GF_FilterPid * | out_pid | |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| void ODS_SetupOD | ( | GF_Scene * | scene, |
| GF_ObjectDescriptor * | od | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err odf_dec_process | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:| const GF_FilterRegister * odfdec_register | ( | GF_FilterSession * | session | ) |
|
static |
| GF_FilterRegister ODFDecRegister |