libgpac
Documentation of the core library of GPAC
|
Data Structures | |
struct | ADTSHeader |
struct | ADTSIdx |
struct | GF_ADTSDmxCtx |
Macros | |
#define | OFFS(_n) #_n, offsetof(GF_ADTSDmxCtx, _n) |
Enumerations | |
enum | { AAC_SIGNAL_NONE =0 , AAC_SIGNAL_IMPLICIT , AAC_SIGNAL_EXPLICIT } |
Functions | |
static Bool | adts_dmx_sync_frame_bs (GF_BitStream *bs, ADTSHeader *hdr) |
void | id3dmx_flush (GF_Filter *filter, u8 *id3_buf, u32 id3_buf_size, GF_FilterPid *audio_pid, GF_FilterPid **video_pid_p) |
GF_Err | adts_dmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
static void | adts_dmx_check_dur (GF_Filter *filter, GF_ADTSDmxCtx *ctx) |
static void | adts_dmx_check_pid (GF_Filter *filter, GF_ADTSDmxCtx *ctx) |
static Bool | adts_dmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
static GFINLINE void | adts_dmx_update_cts (GF_ADTSDmxCtx *ctx) |
GF_Err | adts_dmx_process (GF_Filter *filter) |
static void | adts_dmx_finalize (GF_Filter *filter) |
static const char * | adts_dmx_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) |
const GF_FilterRegister * | rfadts_register (GF_FilterSession *session) |
Variables | |
static const GF_FilterCapability | ADTSDmxCaps [] |
static const GF_FilterArgs | ADTSDmxArgs [] |
GF_FilterRegister | ADTSDmxRegister |
struct ADTSHeader |
struct GF_ADTSDmxCtx |
Data Fields | ||
---|---|---|
u32 | frame_size | |
Double | index | |
u32 | sbr | |
u32 | ps | |
Bool | ovsbr | |
Bool | expart | |
s32 | aacchcfg | |
GF_FilterPid * | ipid | |
GF_FilterPid * | opid | |
GF_FilterPid * | vpid | |
GF_BitStream * | bs | |
u64 | file_pos | |
u64 | cts | |
u32 | sr_idx | |
u32 | nb_ch | |
u32 | is_mp2 | |
u32 | profile | |
GF_Fraction64 | duration | |
Double | start_range | |
Bool | in_seek | |
u32 | timescale | |
u32 | sample_rate | |
ADTSHeader | hdr | |
u32 | dts_inc | |
Bool | is_playing | |
Bool | is_file | |
Bool | file_loaded | |
Bool | initial_play_done | |
Bool | copy_props | |
GF_FilterPacket * | src_pck | |
ADTSIdx * | indexes | |
u32 | index_alloc_size | |
u32 | index_size | |
u8 * | adts_buffer | |
u32 | adts_buffer_size | |
u32 | adts_buffer_alloc | |
u32 | resume_from | |
u64 | byte_offset | |
u32 | tag_size | |
u8 * | id3_buffer | |
u32 | id3_buffer_size | |
u32 | id3_buffer_alloc | |
u32 | nb_frames | |
GF_M4ADecSpecInfo | acfg | |
u32 | bitrate | |
Bool | is_sync |
#define OFFS | ( | _n | ) | #_n, offsetof(GF_ADTSDmxCtx, _n) |
|
static |
void id3dmx_flush | ( | GF_Filter * | filter, |
u8 * | id3_buf, | ||
u32 | id3_buf_size, | ||
GF_FilterPid * | audio_pid, | ||
GF_FilterPid ** | video_pid_p | ||
) |
|
static |
|
static |
|
static |
|
static |
GF_Err adts_dmx_process | ( | GF_Filter * | filter | ) |
|
static |
|
static |
const GF_FilterRegister* rfadts_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
GF_FilterRegister ADTSDmxRegister |