![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/internal/ogg.h>
Include dependency graph for gpac_ogg.c:Macros | |
| #define | BUFFER_INCREMENT 256 |
Variables | |
| static u32 | mask [] |
| static u32 | crc_lookup [256] |
| #define BUFFER_INCREMENT 256 |
| void oggpack_readinit | ( | oggpack_buffer * | b, |
| unsigned char * | buf, | ||
| s32 | bytes | ||
| ) |
Here is the caller graph for this function:| void oggpackB_readinit | ( | oggpack_buffer * | b, |
| unsigned char * | buf, | ||
| s32 | bytes | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void oggpack_adv | ( | oggpack_buffer * | b, |
| s32 | bits | ||
| ) |
Here is the caller graph for this function:| s32 oggpack_read | ( | oggpack_buffer * | b, |
| s32 | bits | ||
| ) |
Here is the caller graph for this function:| s32 oggpackB_read | ( | oggpack_buffer * | b, |
| s32 | bits | ||
| ) |
Here is the caller graph for this function:| s32 ogg_stream_init | ( | ogg_stream_state * | os, |
| s32 | serialno | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| s32 ogg_stream_clear | ( | ogg_stream_state * | os | ) |
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:| void ogg_page_checksum_set | ( | ogg_page * | og | ) |
Here is the caller graph for this function:| s32 ogg_stream_packetin | ( | ogg_stream_state * | os, |
| ogg_packet * | op | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| s32 ogg_stream_flush | ( | ogg_stream_state * | os, |
| ogg_page * | og | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| s32 ogg_stream_pageout | ( | ogg_stream_state * | os, |
| ogg_page * | og | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| s32 ogg_sync_init | ( | ogg_sync_state * | oy | ) |
Here is the caller graph for this function:| s32 ogg_sync_clear | ( | ogg_sync_state * | oy | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u8 * ogg_sync_buffer | ( | ogg_sync_state * | oy, |
| s32 | size | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| s32 ogg_sync_wrote | ( | ogg_sync_state * | oy, |
| s32 | bytes | ||
| ) |
Here is the caller graph for this function:| s32 ogg_sync_pageseek | ( | ogg_sync_state * | oy, |
| ogg_page * | og | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| s32 ogg_sync_pageout | ( | ogg_sync_state * | oy, |
| ogg_page * | og | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| s32 ogg_stream_pagein | ( | ogg_stream_state * | os, |
| ogg_page * | og | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the caller graph for this function:| s32 ogg_stream_packetout | ( | ogg_stream_state * | os, |
| ogg_packet * | op | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| s32 ogg_stream_packetpeek | ( | ogg_stream_state * | os, |
| ogg_packet * | op | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |