libgpac
Documentation of the core library of GPAC
|
Data Structures | |
struct | GF_WCDecCtx |
Macros | |
#define | OFFS(_n) #_n, offsetof(GF_WCDecCtx, _n) |
Functions | |
static GF_Err | wcdec_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
static GF_Err | wcdec_process (GF_Filter *filter) |
const GF_FilterRegister * | wcdec_register (GF_FilterSession *session) |
Variables | |
static GF_FilterCapability | WCDecCapsAV [] |
static const GF_FilterArgs | WCDecArgs [] |
GF_FilterRegister | GF_WCDecCtxRegister |
struct GF_WCDecCtx |
Data Fields | ||
---|---|---|
u32 | queued | |
GF_Filter * | filter | |
u32 | codecid | |
u32 | cfg_crc | |
u32 | timescale | |
u32 | width | |
u32 | height | |
Bool | codec_init | |
u32 | pf | |
u32 | out_size | |
u32 | in_flush | |
u32 | af | |
u32 | sample_rate | |
u32 | num_channels | |
u32 | bytes_per_sample | |
GF_FilterPid * | ipid | |
GF_FilterPid * | opid | |
GF_List * | src_pcks | |
GF_Err | error | |
GF_Err | dec_error | |
u32 | pending_frames | |
u32 | nb_frames | |
Bool | playing | |
char | szCodec[RFC6381_CODEC_NAME_SIZE_MAX] |
#define OFFS | ( | _n | ) | #_n, offsetof(GF_WCDecCtx, _n) |
|
static |
const GF_FilterRegister* wcdec_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
GF_FilterRegister GF_WCDecCtxRegister |