![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>#include <gpac/constants.h>#include <gpac/bitstream.h>#include <gpac/internal/media_dev.h>
Include dependency graph for rewrite_obu.c:Data Structures | |
| struct | GF_OBUMxCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_OBUMxCtx, _n) |
Enumerations | |
| enum | OBUFramingMode { FRAMING_OBU = 0 , FRAMING_AV1B = 1 , FRAMING_IVF = 2 , FRAMING_AV1TS = 3 } |
Functions | |
| GF_Err | obumx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static GF_Err | obumx_add_packet (GF_FilterPid *opid, GF_BitStream *bs, GF_FilterPacket *src_pck, GF_List *pcks) |
| static GF_Err | format_obu_mpeg2ts (u8 *in_data, u32 in_size, u8 **out_data, u32 *out_size) |
| static GF_Err | obumx_process_mpeg2au (GF_OBUMxCtx *ctx, GF_FilterPacket *src_pck, u8 *data, u32 src_pck_size) |
| GF_Err | obumx_process (GF_Filter *filter) |
| static void | obumx_finalize (GF_Filter *filter) |
| const GF_FilterRegister * | ufobu_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterCapability | OBUMxCaps [] |
| static const GF_FilterArgs | OBUMxArgs [] |
| GF_FilterRegister | OBUMxRegister |
| struct GF_OBUMxCtx |
Collaboration diagram for GF_OBUMxCtx:| Data Fields | ||
|---|---|---|
| Bool | rcfg | |
| Bool | tsep | |
| GF_FilterPid * | ipid | |
| GF_FilterPid * | opid | |
| u32 | crc | |
| Bool | ivf_hdr | |
| OBUFramingMode | mode | |
| GF_BitStream * | bs_w | |
| GF_BitStream * | bs_r | |
| u32 | w | |
| u32 | h | |
| GF_Fraction | fps | |
| GF_AV1Config * | av1c | |
| u32 | av1b_cfg_size | |
| u32 | codec_id | |
| Bool | passthrough | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_OBUMxCtx, _n) |
| enum OBUFramingMode |
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:
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 obumx_process | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:| const GF_FilterRegister * ufobu_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister OBUMxRegister |