![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/avparse.h>#include <gpac/constants.h>#include <gpac/filters.h>#include <gpac/internal/media_dev.h>
Include dependency graph for reframe_prores.c:Data Structures | |
| struct | GF_ProResDmxCtx |
Macros | |
| #define | CHECK_CFG(_name) if (ctx->cur_cfg._name!=finfo->_name) same_cfg = GF_FALSE; |
| #define | OFFS(_n) #_n, offsetof(GF_ProResDmxCtx, _n) |
Functions | |
| GF_Err | proresdmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static void | proresdmx_check_dur (GF_Filter *filter, GF_ProResDmxCtx *ctx) |
| static Bool | proresdmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
| static GFINLINE void | proresdmx_update_cts (GF_ProResDmxCtx *ctx) |
| static void | proresdmx_check_pid (GF_Filter *filter, GF_ProResDmxCtx *ctx, GF_ProResFrameInfo *finfo) |
| GF_Err | proresdmx_process_buffer (GF_Filter *filter, GF_ProResDmxCtx *ctx, const u8 *data, u32 data_size, Bool is_copy) |
| GF_Err | proresdmx_process (GF_Filter *filter) |
| static void | proresdmx_finalize (GF_Filter *filter) |
| static const char * | proresdmx_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) |
| const GF_FilterRegister * | rfprores_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterCapability | ProResDmxCaps [] |
| static const GF_FilterArgs | ProResDmxArgs [] |
| GF_FilterRegister | ProResDmxRegister |
| struct GF_ProResDmxCtx |
Collaboration diagram for GF_ProResDmxCtx:| Data Fields | ||
|---|---|---|
| GF_Fraction | fps | |
| Bool | findex | |
| Bool | notime | |
| char * | cid | |
| GF_FilterPid * | ipid | |
| GF_FilterPid * | opid | |
| GF_BitStream * | bs | |
| u64 | cts | |
| GF_Fraction64 | duration | |
| u64 | file_size | |
| u64 | file_pos | |
| Double | start_range | |
| Bool | rewind | |
| u32 | cur_frame | |
| u32 | timescale | |
| GF_Fraction | cur_fps | |
| u8 * | buffer | |
| u32 | buf_size | |
| u32 | alloc_size | |
| GF_ProResFrameInfo | cur_cfg | |
| Bool | is_playing | |
| Bool | is_file | |
| Bool | file_loaded | |
| Bool | initial_play_done | |
| GF_FilterPacket * | src_pck | |
| u32 | nb_frames | |
| u32 * | frame_sizes | |
| u32 | bitrate | |
| Bool | copy_props | |
| #define CHECK_CFG | ( | _name | ) | if (ctx->cur_cfg._name!=finfo->_name) same_cfg = GF_FALSE; |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_ProResDmxCtx, _n) |
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 caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err proresdmx_process_buffer | ( | GF_Filter * | filter, |
| GF_ProResDmxCtx * | ctx, | ||
| const u8 * | data, | ||
| u32 | data_size, | ||
| Bool | is_copy | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err proresdmx_process | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
|
static |
| const GF_FilterRegister * rfprores_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister ProResDmxRegister |