![]() |
libgpac
Documentation of the core library of GPAC
|
Include dependency graph for reframe_rawpcm.c:Data Structures | |
| struct | GF_PCMReframeCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_PCMReframeCtx, _n) |
Functions | |
| GF_Err | pcmreframe_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static Bool | pcmreframe_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
| void | pcmreframe_flush_packet (GF_PCMReframeCtx *ctx) |
| GF_Err | pcmreframe_process (GF_Filter *filter) |
| static const char * | pcmreframe_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) |
| static void | pcmreframe_finalize (GF_Filter *filter) |
| const GF_FilterRegister * | rfpcm_register (GF_FilterSession *session) |
Variables | |
| static GF_FilterCapability | PCMReframeCaps [] |
| static GF_FilterArgs | PCMReframeArgs [] |
| GF_FilterRegister | PCMReframeRegister |
| struct GF_PCMReframeCtx |
| Data Fields | ||
|---|---|---|
| u32 | framelen | |
| u32 | safmt | |
| u32 | sr | |
| u32 | ch | |
| GF_FilterPid * | ipid | |
| GF_FilterPid * | opid | |
| Bool | file_loaded | |
| Bool | is_playing | |
| Bool | initial_play_done | |
| u64 | cts | |
| u32 | frame_size | |
| u32 | nb_bytes_in_frame | |
| u32 | Bps | |
| u64 | filepos | |
| u64 | total_frames | |
| u64 | layout | |
| GF_FilterPacket * | out_pck | |
| u8 * | out_data | |
| Bool | reverse_play | |
| Bool | done | |
| u32 | probe_wave | |
| u32 | wav_hdr_size | |
| Bool | init_skip | |
| u8 * | probe_data | |
| u32 | probe_data_size | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_PCMReframeCtx, _n) |
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:| void pcmreframe_flush_packet | ( | GF_PCMReframeCtx * | ctx | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err pcmreframe_process | ( | GF_Filter * | filter | ) |
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:| const GF_FilterRegister * rfpcm_register | ( | GF_FilterSession * | session | ) |
Here is the call graph for this function:
|
static |
|
static |
| GF_FilterRegister PCMReframeRegister |