![]() |
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/avparse.h>
Include dependency graph for dmx_nhnt.c:Data Structures | |
| struct | NHNTIdx |
| struct | GF_NHNTDmxCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_NHNTDmxCtx, _n) |
Enumerations | |
| enum | { GF_MEDIA_TYPE_NHNL = GF_4CC('N','H','n','l') , GF_MEDIA_TYPE_NHNT = GF_4CC('N','H','n','t') } |
Functions | |
| static void | nhntdmx_check_dur (GF_NHNTDmxCtx *ctx) |
| GF_Err | nhntdmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static Bool | nhntdmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
| GF_Err | nhntdmx_process (GF_Filter *filter) |
| GF_Err | nhntdmx_initialize (GF_Filter *filter) |
| void | nhntdmx_finalize (GF_Filter *filter) |
| const GF_FilterRegister * | nhntr_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterArgs | GF_NHNTDmxArgs [] |
| static const GF_FilterCapability | NHNTDmxCaps [] |
| GF_FilterRegister | NHNTDmxRegister |
| struct GF_NHNTDmxCtx |
Collaboration diagram for GF_NHNTDmxCtx:| Data Fields | ||
|---|---|---|
| Bool | reframe | |
| Double | index | |
| GF_FilterPid * | ipid | |
| GF_FilterPid * | opid | |
| Double | start_range | |
| u64 | first_dts | |
| Bool | is_playing | |
| GF_Fraction64 | duration | |
| Bool | need_reassign | |
| Bool | in_seek | |
| Bool | initial_play_done | |
| Bool | header_parsed | |
| u32 | sig | |
| u32 | timescale | |
| FILE * | mdia | |
| GF_BitStream * | bs | |
| NHNTIdx * | indexes | |
| u32 | index_alloc_size | |
| u32 | index_size | |
| GF_Err | in_error | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_NHNTDmxCtx, _n) |
|
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 nhntdmx_process | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:| GF_Err nhntdmx_initialize | ( | GF_Filter * | filter | ) |
| void nhntdmx_finalize | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:| const GF_FilterRegister * nhntr_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister NHNTDmxRegister |