![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>#include <gpac/avparse.h>#include <gpac/constants.h>#include <gpac/module.h>
Include dependency graph for test_filter.c:Data Structures | |
| struct | TestContext |
Macros | |
| #define | OFFS(_n) #_n, offsetof(TestContext, _n) |
Functions | |
| static GF_Err | testfilter_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static Bool | testfilter_process_event (GF_Filter *filter, const GF_FilterEvent *fevt) |
| static GF_Err | testfilter_process (GF_Filter *filter) |
| static GF_Err | testfilter_initialize (GF_Filter *filter) |
| static void | testfilter_finalize (GF_Filter *filter) |
| GPAC_MODULE_EXPORT GF_FilterRegister * | RegisterFilter (GF_FilterSession *session) |
Variables | |
| static const GF_FilterCapability | TestFilterCaps [] |
| static const GF_FilterArgs | TestFilterArgs [] |
| GF_FilterRegister | TestFilterRegister |
| struct TestContext |
| Data Fields | ||
|---|---|---|
| Bool | opt1 | |
| #define OFFS | ( | _n | ) | #_n, offsetof(TestContext, _n) |
|
static |
Here is the call graph for this function:
|
static |
|
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:| GPAC_MODULE_EXPORT GF_FilterRegister * RegisterFilter | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister TestFilterRegister |