|  | 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 <gpac/internal/vobsub.h> Include dependency graph for dmx_vobsub.c:
 Include dependency graph for dmx_vobsub.c:| Data Structures | |
| struct | GF_VOBSubDmxCtx | 
| Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_VOBSubDmxCtx, _n) | 
| Functions | |
| GF_Err | vobsubdmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) | 
| static Bool | vobsubdmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) | 
| GF_Err | vobsubdmx_parse_idx (GF_Filter *filter, GF_VOBSubDmxCtx *ctx) | 
| static GF_Err | vobsubdmx_send_stream (GF_VOBSubDmxCtx *ctx, GF_FilterPid *pid) | 
| GF_Err | vobsubdmx_process (GF_Filter *filter) | 
| static void | vobsubdmx_finalize (GF_Filter *filter) | 
| static const char * | vobsubdmx_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) | 
| const GF_FilterRegister * | vobsubdmx_register (GF_FilterSession *session) | 
| Variables | |
| static const GF_FilterArgs | GF_VOBSubDmxArgs [] | 
| static const GF_FilterCapability | VOBSubDmxCaps [] | 
| GF_FilterRegister | VOBSubDmxRegister | 
| struct GF_VOBSubDmxCtx | 
 Collaboration diagram for GF_VOBSubDmxCtx:
 Collaboration diagram for GF_VOBSubDmxCtx:| Data Fields | ||
|---|---|---|
| Bool | blankframe | |
| Bool | keepempty | |
| GF_FilterPid * | idx_pid | |
| GF_FilterPid * | sub_pid | |
| GF_Filter * | sub_filter | |
| GF_List * | opids | |
| Bool | first | |
| u32 | idx_file_crc | |
| FILE * | mdia | |
| Double | start_range | |
| u64 | first_dts | |
| u32 | nb_playing | |
| GF_Fraction64 | duration | |
| Bool | in_seek | |
| Bool | initial_play_done | |
| Bool | idx_parsed | |
| u32 | timescale | |
| vobsub_file * | vobsub | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_VOBSubDmxCtx, _n) | 
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
 Here is the call graph for this function:
 Here is the call graph for this function:| GF_Err vobsubdmx_parse_idx | ( | GF_Filter * | filter, | 
| GF_VOBSubDmxCtx * | ctx | ||
| ) | 
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| GF_Err vobsubdmx_process | ( | GF_Filter * | filter | ) | 
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
| const GF_FilterRegister * vobsubdmx_register | ( | GF_FilterSession * | session | ) | 
| 
 | static | 
| 
 | static | 
| GF_FilterRegister VOBSubDmxRegister |