![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/avparse.h>#include <gpac/constants.h>#include <gpac/filters.h>#include <gpac/internal/compositor_dev.h>
Include dependency graph for rewind.c:Data Structures | |
| struct | GF_RewindCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_RewindCtx, _n) |
Functions | |
| static GF_Err | rewind_initialize (GF_Filter *filter) |
| static void | rewind_finalize (GF_Filter *filter) |
| static GF_Err | rewind_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static GF_Err | rewind_process_video (GF_RewindCtx *ctx, GF_FilterPacket *pck) |
| static GF_Err | rewind_process (GF_Filter *filter) |
| static Bool | rewind_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
| const GF_FilterRegister * | rewind_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterCapability | RewinderCaps [] |
| static const GF_FilterArgs | RewinderArgs [] |
| GF_FilterRegister | RewinderRegister |
| struct GF_RewindCtx |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_RewindCtx, _n) |
|
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:
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:| const GF_FilterRegister * rewind_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister RewinderRegister |