libgpac
Documentation of the core library of GPAC
|
Data Structures | |
struct | GF_WCEncCtx |
Macros | |
#define | OFFS(_n) #_n, offsetof(GF_WCEncCtx, _n) |
Functions | |
static GF_Err | wcenc_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
static GF_Err | wcenc_process (GF_Filter *filter) |
const GF_FilterRegister * | wcenc_register (GF_FilterSession *session) |
Variables | |
static GF_FilterCapability | WCEncCapsAV [] |
static const GF_FilterArgs | WCEncArgs [] |
GF_FilterRegister | GF_WCEncCtxRegister |
struct GF_WCEncCtx |
Data Fields | ||
---|---|---|
char * | c | |
GF_Fraction | fintra | |
Bool | all_intra | |
u32 | b | |
u32 | queued | |
GF_Filter * | filter | |
u32 | codecid | |
u32 | dsi_crc | |
u32 | timescale | |
u32 | width | |
u32 | height | |
u32 | pfmt | |
u32 | stride | |
u32 | stride_uv | |
u32 | nb_planes | |
u32 | uv_height | |
Bool | codec_init | |
u32 | pf | |
u32 | out_size | |
u32 | in_flush | |
u32 | afmt | |
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 | enc_error | |
Bool | fintra_setup | |
u64 | orig_ts | |
u32 | nb_forced | |
u32 | nb_frames_in | |
char * | pname |
#define OFFS | ( | _n | ) | #_n, offsetof(GF_WCEncCtx, _n) |
|
static |
const GF_FilterRegister* wcenc_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
GF_FilterRegister GF_WCEncCtxRegister |