libgpac
Documentation of the core library of GPAC
|
Data Structures | |
struct | FLACIdx |
struct | FLACHeader |
struct | GF_FLACDmxCtx |
Macros | |
#define | FLAC_CHANNELS 8 |
#define | FLAC_MID_SIDE 3 |
#define | OFFS(_n) #_n, offsetof(GF_FLACDmxCtx, _n) |
Functions | |
GF_Err | flac_dmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
static void | flac_dmx_check_dur (GF_Filter *filter, GF_FLACDmxCtx *ctx) |
static u64 | flac_channel_layout (u32 in_lay) |
static void | flac_dmx_check_pid (GF_Filter *filter, GF_FLACDmxCtx *ctx, u8 *dsi, u32 dsi_size) |
static Bool | flac_dmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
static GFINLINE void | flac_dmx_update_cts (GF_FLACDmxCtx *ctx, u32 nb_samp) |
u8 | flac_dmx_crc8 (u8 *data, u32 len) |
static u32 | flac_dmx_crc16 (const u8 *data, u32 len) |
static Bool | flac_parse_header (GF_FLACDmxCtx *ctx, char *data, u32 size, FLACHeader *hdr) |
GF_Err | flac_dmx_process (GF_Filter *filter) |
static GF_Err | flac_dmx_initialize (GF_Filter *filter) |
static void | flac_dmx_finalize (GF_Filter *filter) |
static const char * | flac_dmx_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) |
const GF_FilterRegister * | rfflac_register (GF_FilterSession *session) |
Variables | |
u8 const | flac_dmx_crc8_table [256] |
static const u32 | flac_dmx_crc16_table [256] |
static u32 | flac_dmx_block_sizes [] |
static u32 | flac_dmx_samplerates [] |
static const GF_FilterCapability | FLACDmxCaps [] |
static const GF_FilterArgs | FLACDmxArgs [] |
GF_FilterRegister | FLACDmxRegister |
struct GF_FLACDmxCtx |
Data Fields | ||
---|---|---|
Double | index | |
Bool | docrc | |
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 | in_error | |
Bool | initialized | |
u32 | sample_rate | |
u32 | nb_channels | |
u32 | bits_per_sample | |
u32 | block_size | |
u32 | ch_layout | |
u8 * | flac_buffer | |
u32 | flac_buffer_size | |
u32 | flac_buffer_alloc | |
u32 | resume_from | |
u64 | byte_offset | |
GF_FilterPacket * | src_pck | |
Bool | recompute_cts | |
FLACIdx * | indexes | |
u32 | index_alloc_size | |
u32 | index_size | |
u32 | bitrate | |
Bool | copy_props | |
u32 | dsi_crc | |
Bool | is_sync |
#define FLAC_CHANNELS 8 |
#define FLAC_MID_SIDE 3 |
#define OFFS | ( | _n | ) | #_n, offsetof(GF_FLACDmxCtx, _n) |
|
static |
|
static |
|
static |
|
static |
|
static |
GF_Err flac_dmx_process | ( | GF_Filter * | filter | ) |
|
static |
|
static |
|
static |
const GF_FilterRegister* rfflac_register | ( | GF_FilterSession * | session | ) |
u8 const flac_dmx_crc8_table[256] |
|
static |
|
static |
|
static |
|
static |
|
static |
GF_FilterRegister FLACDmxRegister |