![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>#include <gpac/constants.h>#include <gpac/thread.h>#include <gpac/list.h>#include <gpac/bitstream.h>#include <gpac/internal/avilib.h>#include <gpac/media_tools.h>
Include dependency graph for dmx_avi.c:Data Structures | |
| struct | AVIAstream |
| struct | GF_AVIDmxCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_AVIDmxCtx, _n) |
Functions | |
| static void | avidmx_setup (GF_Filter *filter, GF_AVIDmxCtx *ctx) |
| GF_Err | avidmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static Bool | avidmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
| GF_Err | avidmx_process (GF_Filter *filter) |
| GF_Err | avidmx_initialize (GF_Filter *filter) |
| void | avidmx_finalize (GF_Filter *filter) |
| static const char * | avidmx_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) |
| const GF_FilterRegister * | avidmx_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterCapability | AVIDmxCaps [] |
| static const GF_FilterArgs | AVIDmxArgs [] |
| GF_FilterRegister | AVIDmxRegister |
| struct AVIAstream |
| struct GF_AVIDmxCtx |
Collaboration diagram for GF_AVIDmxCtx:| Data Fields | ||
|---|---|---|
| GF_Fraction | fps | |
| Bool | importer | |
| Bool | noreframe | |
| GF_FilterPid * | ipid | |
| GF_FilterPid * | v_opid | |
| Bool | v_in_use | |
| Bool | video_done | |
| u32 | nb_frames | |
| u32 | cur_frame | |
| u32 | nb_frame_sent | |
| u32 | dummy | |
| u32 | nvops | |
| const char * | src_url | |
| avi_t * | avi | |
| u64 | file_size | |
| Bool | use_file_fps | |
| GF_Fraction64 | duration | |
| Bool | v_playing | |
| Bool | v_init_play_done | |
| GF_List * | audios | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_AVIDmxCtx, _n) |
|
static |
! not tested
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
|
static |
Here is the call graph for this function:| GF_Err avidmx_process | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:| GF_Err avidmx_initialize | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:| void avidmx_finalize | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:
|
static |
| const GF_FilterRegister * avidmx_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister AVIDmxRegister |