![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>#include <gpac/constants.h>#include <gpac/internal/media_dev.h>#include <gpac/mpeg4_odf.h>
Include dependency graph for bs_agg.c:Data Structures | |
| struct | NALStore |
| struct | LHVCLayerInfo |
| struct | BSAggOut |
| struct | BSAggCtx |
Macros | |
| #define | MAX_LID 64 |
| #define | MAX_TID 7 |
| #define | GOTO_ERR(_e) { e = _e; goto err_exit; } |
| #define | OFFS(_n) #_n, offsetof(BSAggCtx, _n) |
Functions | |
| static GF_Err | bsagg_transfer_avc_params (GF_AVCConfig *cfg_out, GF_AVCConfig *cfg_in) |
| static GF_Err | avc_rewrite_pid_config (BSAggCtx *ctx, BSAggOut *pctx) |
| static GF_Err | bsagg_transfer_param_array (GF_List *array_out, GF_List *array_in) |
| static GF_Err | vvc_hevc_rewrite_pid_config (BSAggCtx *ctx, BSAggOut *pctx) |
| static GF_Err | none_rewrite_pid_config (BSAggCtx *ctx, BSAggOut *c_opid) |
| static GF_Err | none_process (BSAggCtx *ctx, BSAggOut *c_opid) |
| static Bool | bsagg_filter_prop (void *cbk, u32 prop_4cc, const char *prop_name, const GF_PropertyValue *src_prop) |
| static void | bsagg_set_linf (BSAggOut *pctx) |
| static GF_Err | nalu_process (BSAggCtx *ctx, BSAggOut *pctx, u32 codec_type) |
| static GF_Err | avc_process (BSAggCtx *ctx, BSAggOut *c_opid) |
| static GF_Err | hevc_process (BSAggCtx *ctx, BSAggOut *c_opid) |
| static GF_Err | vvc_process (BSAggCtx *ctx, BSAggOut *c_opid) |
| static Bool | bs_agg_is_base (BSAggOut *pctx, u32 codec_id, u32 dep_id, u32 rec_level) |
| static BSAggOut * | bs_agg_get_base (BSAggCtx *ctx, u32 codec_id, u32 dep_id) |
| static void | bs_agg_reset_stream (BSAggOut *pctx) |
| static GF_Err | bs_agg_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static GF_Err | bs_agg_process (GF_Filter *filter) |
| static GF_Err | bs_agg_initialize (GF_Filter *filter) |
| static void | bs_agg_finalize (GF_Filter *filter) |
| const GF_FilterRegister * | bsagg_register (GF_FilterSession *session) |
Variables | |
| static GF_FilterArgs | BSAggArgs [] |
| static const GF_FilterCapability | BSAggCaps [] |
| GF_FilterRegister | BSAggRegister |
| struct _bs_agg_ctx |
| Data Fields | ||
|---|---|---|
| Bool | svcqid | |
| GF_Filter * | filter | |
| GF_List * | pids | |
| #define MAX_LID 64 |
| #define MAX_TID 7 |
| #define GOTO_ERR | ( | _e | ) | { e = _e; goto err_exit; } |
| #define OFFS | ( | _n | ) | #_n, offsetof(BSAggCtx, _n) |
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:| const GF_FilterRegister * bsagg_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister BSAggRegister |