![]() |
libgpac
Documentation of the core library of GPAC
|
Include dependency graph for reframe_mhas.c:Data Structures | |
| struct | MHASIdx |
| struct | GF_MHASDmxCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_MHASDmxCtx, _n) |
Functions | |
| GF_Err | mhas_dmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static void | mhas_dmx_check_dur (GF_Filter *filter, GF_MHASDmxCtx *ctx) |
| static void | mhas_dmx_check_pid (GF_Filter *filter, GF_MHASDmxCtx *ctx, u32 PL, u32 sample_rate, u32 frame_len, s32 CICPspeakerLayoutIdx, s32 numSpeakers, u8 *dsi, u32 dsi_size) |
| static Bool | mhas_dmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
| static GFINLINE void | mhas_dmx_update_cts (GF_MHASDmxCtx *ctx, u32 pck_dur) |
| static const char * | mhas_pck_name (u32 pck_type) |
| GF_Err | mhas_dmx_process (GF_Filter *filter) |
| static void | mhas_buffer_too_small (void *udta) |
| static GF_Err | mhas_dmx_initialize (GF_Filter *filter) |
| static void | mhas_dmx_finalize (GF_Filter *filter) |
| static const char * | mhas_dmx_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) |
| const GF_FilterRegister * | rfmhas_register (GF_FilterSession *session) |
Variables | |
| static u32 | USACSampleRates [] |
| static u32 | nb_usac_sr = GF_ARRAY_LENGTH(USACSampleRates) |
| static const GF_FilterCapability | MHASDmxCaps [] |
| static const GF_FilterArgs | MHASDmxArgs [] |
| GF_FilterRegister | MHASDmxRegister |
| struct GF_MHASDmxCtx |
Collaboration diagram for GF_MHASDmxCtx:| Data Fields | ||
|---|---|---|
| Double | index | |
| Bool | mpha | |
| u32 | pcksync | |
| Bool | nosync | |
| GF_FilterPid * | ipid | |
| GF_FilterPid * | opid | |
| GF_BitStream * | bs | |
| u64 | file_pos | |
| u64 | cts | |
| u64 | prev_cts | |
| GF_Fraction64 | duration | |
| Double | start_range | |
| Bool | in_seek | |
| u32 | timescale | |
| Bool | is_playing | |
| Bool | is_file | |
| Bool | initial_play_done | |
| Bool | file_loaded | |
| Bool | initialized | |
| u8 * | mhas_buffer | |
| u32 | mhas_buffer_size | |
| u32 | mhas_buffer_alloc | |
| u32 | resume_from | |
| u64 | byte_offset | |
| Bool | buffer_too_small | |
| GF_FilterPacket * | src_pck | |
| Bool | recompute_cts | |
| MHASIdx * | indexes | |
| u32 | index_alloc_size | |
| u32 | index_size | |
| u32 | sample_rate | |
| u32 | frame_len | |
| u32 | PL | |
| s32 | cicp_layout_idx | |
| s32 | num_speakers | |
| u32 | nb_frames | |
| u32 | nb_unknown_pck | |
| u32 | bitrate | |
| Bool | copy_props | |
| Bool | is_sync | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_MHASDmxCtx, _n) |
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:
|
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 caller graph for this function:
|
static |
Here is the caller graph for this function:| GF_Err mhas_dmx_process | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:
|
static |
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 * rfmhas_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
|
static |
|
static |
| GF_FilterRegister MHASDmxRegister |