![]() |
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 write_qcp.c:Data Structures | |
| struct | GF_QCPMxCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_QCPMxCtx, _n) |
Functions | |
| GF_Err | qcpmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static void | qcpmx_send_header (GF_QCPMxCtx *ctx, u32 data_size, u32 frame_count) |
| GF_Err | qcpmx_process (GF_Filter *filter) |
| const GF_FilterRegister * | writeqcp_register (GF_FilterSession *session) |
Variables | |
| static const char * | QCP_QCELP_GUID_1 = "\x41\x6D\x7F\x5E\x15\xB1\xD0\x11\xBA\x91\x00\x80\x5F\xB4\xB9\x7E" |
| static const char * | QCP_EVRC_GUID = "\x8D\xD4\x89\xE6\x76\x90\xB5\x46\x91\xEF\x73\x6A\x51\x00\xCE\xB4" |
| static const char * | QCP_SMV_GUID = "\x75\x2B\x7C\x8D\x97\xA7\x46\xED\x98\x5E\xD5\x3C\x8C\xC7\x5F\x84" |
| static const GF_FilterCapability | QCPMxCaps [] |
| static const GF_FilterArgs | QCPMxArgs [] |
| GF_FilterRegister | QCPMxRegister |
| struct GF_QCPMxCtx |
Collaboration diagram for GF_QCPMxCtx:| Data Fields | ||
|---|---|---|
| Bool | exporter | |
| Bool | mpeg2 | |
| GF_FilterPid * | ipid | |
| GF_FilterPid * | opid | |
| u32 | codecid | |
| Bool | first | |
| GF_Fraction64 | duration | |
| char | GUID[16] | |
| u32 | qcp_type | |
| u32 | needs_rate_byte | |
| QCPRateTable | rtable[8] | |
| unsigned int * | qcp_rates | |
| unsigned int | rt_cnt | |
| Bool | has_qcp_pad | |
| Bool | needs_final_pach | |
| u32 | data_size | |
| u32 | nb_frames | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_QCPMxCtx, _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:| GF_Err qcpmx_process | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:| const GF_FilterRegister * writeqcp_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
| GF_FilterRegister QCPMxRegister |