![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/internal/compositor_dev.h>#include <gpac/scene_manager.h>#include <gpac/constants.h>#include <gpac/network.h>#include <gpac/nodes_mpeg4.h>#include <gpac/utf.h>
Include dependency graph for load_bt_xmt.c:Data Structures | |
| struct | CTXLoadPriv |
Macros | |
| #define | OFFS(_n) #_n, offsetof(CTXLoadPriv, _n) |
Functions | |
| void | ODS_SetupOD (GF_Scene *scene, GF_ObjectDescriptor *od) |
| static void | CTXLoad_ExecuteConditional (M_Conditional *c, GF_Scene *scene) |
| static void | CTXLoad_OnActivate (GF_Node *node, GF_Route *route) |
| static void | CTXLoad_OnReverseActivate (GF_Node *node, GF_Route *route) |
| void | CTXLoad_NodeCallback (void *cbk, GF_SGNodeCbkType type, GF_Node *node, void *param) |
| static GF_Err | CTXLoad_Setup (GF_Filter *filter, CTXLoadPriv *priv) |
| GF_Err | ctxload_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static Bool | ctxload_process_event (GF_Filter *filter, const GF_FilterEvent *com) |
| static Bool | CTXLoad_StreamInRootOD (GF_ObjectDescriptor *od, u32 ESID) |
| Double | CTXLoad_GetVRMLTime (void *cbk) |
| static void | CTXLoad_CheckStreams (CTXLoadPriv *priv) |
| static GF_Err | ctxload_process (GF_Filter *filter) |
| static void | ctxload_finalize (GF_Filter *filter) |
| static const char * | ctxload_probe_data (const u8 *probe_data, u32 size, GF_FilterProbeScore *score) |
| const GF_FilterRegister * | btplay_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterCapability | CTXLoadCaps [] |
| static const GF_FilterArgs | CTXLoadArgs [] |
| GF_FilterRegister | CTXLoadRegister |
| struct CTXLoadPriv |
Collaboration diagram for CTXLoadPriv:| Data Fields | ||
|---|---|---|
| u32 | sax_dur | |
| GF_FilterPid * | in_pid | |
| GF_FilterPid * | out_pid | |
| GF_Scene * | scene | |
| const char * | file_name | |
| GF_SceneManager * | ctx | |
| GF_SceneLoader | load | |
| u64 | file_size | |
| u32 | load_flags | |
| u32 | nb_streams | |
| u32 | base_stream_id | |
| u32 | last_check_time | |
| u64 | last_check_size | |
| GF_List * | files_to_delete | |
| FILE * | src | |
| u32 | file_pos | |
| u64 | pck_time | |
| const char * | service_url | |
| Bool | is_playing | |
| GF_FileIO * | fio | |
| Bool | load_file | |
| GF_FilterPacket * | pck_ref | |
| #define OFFS | ( | _n | ) | #_n, offsetof(CTXLoadPriv, _n) |
| 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:| void CTXLoad_NodeCallback | ( | void * | cbk, |
| GF_SGNodeCbkType | type, | ||
| GF_Node * | node, | ||
| void * | param | ||
| ) |
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:
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:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| Double CTXLoad_GetVRMLTime | ( | void * | cbk | ) |
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:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:| const GF_FilterRegister * btplay_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister CTXLoadRegister |