![]() |
libgpac
Documentation of the core library of GPAC
|
Include dependency graph for dec_scte35.c:Data Structures | |
| struct | Event |
| struct | SCTE35DecCtx |
Macros | |
| #define | IS_SEGMENTED (ctx->sampdur.den && ctx->sampdur.num>0) |
| #define | IS_PASSTHRU (ctx->mode == 1) |
| #define | OFFS(_n) #_n, offsetof(SCTE35DecCtx, _n) |
Typedefs | |
| typedef u32 | SCTE35DecDataMode |
Enumerations | |
| enum | SCTE35DecDataMode_t { PROP =0 , RAW , BOX } |
Variables | |
| static const GF_FilterCapability | SCTE35DecCaps [] |
| static const GF_FilterArgs | SCTE35DecArgs [] |
| GF_FilterRegister | SCTE35DecRegister |
| struct Event |
| #define IS_SEGMENTED (ctx->sampdur.den && ctx->sampdur.num>0) |
| #define IS_PASSTHRU (ctx->mode == 1) |
| #define OFFS | ( | _n | ) | #_n, offsetof(SCTE35DecCtx, _n) |
| typedef u32 SCTE35DecDataMode |
| enum SCTE35DecDataMode_t |
|
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:
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:
|
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:
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:
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:
|
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:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| Bool scte35dec_get_timing | ( | const u8 * | data, |
| u32 | size, | ||
| u64 * | pts, | ||
| u64 * | dur, | ||
| u32 * | splice_event_id, | ||
| Bool * | needs_idr | ||
| ) |
SCTE-35 parsing of the MPEG2-TS splice_info_section to extract timing and event information
| data | the entire SCTE 35 splice_info_section |
| size | size of the section |
| pts | [out] effective splice PTS in 90kHz timescale (if function returns true) |
| dur | [out] break_duration in 90kHz timescale (if function returns true) |
| splice_event_id | [out] splice event id (if function returns true) |
| needs_idr | [out] set to true when the splice point requires an IDR |
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:
|
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:
|
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:| const GF_FilterRegister * scte35dec_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister SCTE35DecRegister |