libgpac
Documentation of the core library of GPAC
|
#include <gpac/avparse.h>
#include <gpac/constants.h>
#include <gpac/filters.h>
#include <gpac/internal/media_dev.h>
Data Structures | |
struct | LATMIdx |
struct | GF_LATMDmxCtx |
Macros | |
#define | LATM_DMX_MAX_SIZE 8192 |
#define | OFFS(_n) #_n, offsetof(GF_LATMDmxCtx, _n) |
Functions | |
static Bool | latm_dmx_sync_frame_bs (GF_BitStream *bs, GF_M4ADecSpecInfo *acfg, u32 *nb_bytes, u8 *buffer, u32 *nb_skipped) |
GF_Err | latm_dmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
static void | latm_dmx_check_dur (GF_Filter *filter, GF_LATMDmxCtx *ctx) |
static void | latm_dmx_check_pid (GF_Filter *filter, GF_LATMDmxCtx *ctx) |
static Bool | latm_dmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
static GFINLINE void | latm_dmx_update_cts (GF_LATMDmxCtx *ctx) |
GF_Err | latm_dmx_process (GF_Filter *filter) |
static void | latm_dmx_finalize (GF_Filter *filter) |
static const char * | latm_dmx_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) |
const GF_FilterRegister * | rflatm_register (GF_FilterSession *session) |
Variables | |
static const GF_FilterCapability | LATMDmxCaps [] |
static const GF_FilterArgs | LATMDmxArgs [] |
GF_FilterRegister | LATMDmxRegister |
struct GF_LATMDmxCtx |
Data Fields | ||
---|---|---|
u32 | frame_size | |
Double | index | |
GF_FilterPid * | ipid | |
GF_FilterPid * | opid | |
GF_BitStream * | bs | |
u64 | file_pos | |
u64 | cts | |
u32 | sr_idx | |
u32 | nb_ch | |
u32 | base_object_type | |
GF_Fraction64 | duration | |
Double | start_range | |
Bool | in_seek | |
u32 | timescale | |
GF_M4ADecSpecInfo | acfg | |
char * | latm_buffer | |
u32 | latm_buffer_size | |
u32 | latm_buffer_alloc | |
u32 | dts_inc | |
u32 | sample_rate | |
Bool | is_playing | |
Bool | is_file | |
Bool | file_loaded | |
Bool | initial_play_done | |
GF_FilterPacket * | src_pck | |
LATMIdx * | indexes | |
u32 | index_alloc_size | |
u32 | index_size | |
u32 | resume_from | |
Bool | prev_sap | |
u32 | bitrate | |
GF_Err | in_error | |
Bool | copy_props | |
u8 | latm_dmx_buffer[LATM_DMX_MAX_SIZE] |
#define LATM_DMX_MAX_SIZE 8192 |
#define OFFS | ( | _n | ) | #_n, offsetof(GF_LATMDmxCtx, _n) |
|
static |
|
static |
|
static |
|
static |
|
static |
GF_Err latm_dmx_process | ( | GF_Filter * | filter | ) |
|
static |
|
static |
const GF_FilterRegister* rflatm_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
GF_FilterRegister LATMDmxRegister |