![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>#include <gpac/constants.h>#include <gpac/thread.h>#include <gpac/list.h>#include <gpac/bitstream.h>
Include dependency graph for dmx_saf.c:Data Structures | |
| struct | GF_SAFStream |
| struct | GF_SAFDmxCtx |
| struct | StreamInfo |
Enumerations | |
| enum | { SAF_FILE_LOCAL , SAF_FILE_REMOTE , SAF_LIVE_STREAM } |
Functions | |
| static GFINLINE GF_SAFStream * | saf_get_channel (GF_SAFDmxCtx *saf, u32 stream_id) |
| static void | safdmx_demux (GF_Filter *filter, GF_SAFDmxCtx *ctx, char *data, u32 data_size) |
| static void | safdmx_check_dur (GF_SAFDmxCtx *ctx) |
| GF_Err | safdmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static Bool | safdmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
| GF_Err | safdmx_process (GF_Filter *filter) |
| GF_Err | safdmx_initialize (GF_Filter *filter) |
| void | safdmx_finalize (GF_Filter *filter) |
| static const char * | safdmx_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) |
| const GF_FilterRegister * | safdmx_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterCapability | SAFDmxCaps [] |
| GF_FilterRegister | SAFDmxRegister |
| struct GF_SAFStream |
| struct GF_SAFDmxCtx |
Collaboration diagram for GF_SAFDmxCtx:| Data Fields | ||
|---|---|---|
| GF_FilterPid * | ipid | |
| GF_List * | streams | |
| u32 | saf_type | |
| Double | start_range | |
| Double | end_range | |
| u32 | nb_playing | |
| Bool | is_file | |
| Bool | file_loaded | |
| GF_Fraction64 | duration | |
| u64 | file_pos | |
| u64 | file_size | |
| Bool | initial_play_done | |
| char * | saf_data | |
| u32 | alloc_size | |
| u32 | saf_size | |
|
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:
Here is the call graph for this function:
|
static |
Here is the call graph for this function:| GF_Err safdmx_process | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:| GF_Err safdmx_initialize | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:| void safdmx_finalize | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:
|
static |
| const GF_FilterRegister * safdmx_register | ( | GF_FilterSession * | session | ) |
|
static |
| GF_FilterRegister SAFDmxRegister |