|
VLC
3.0.18
|

Data Fields | |
| block_t * | p_chain |
| byte stream head block More... | |
| block_t ** | pp_last |
| tail ppointer for appends More... | |
| block_t * | p_block |
| byte stream read pointer block More... | |
| size_t | i_block_offset |
| byte stream read pointer offset within block More... | |
| size_t | i_base_offset |
| block base offset (previous blocks total size) More... | |
| size_t | i_total |
| total bytes over all linked blocks More... | |
| size_t block_bytestream_t::i_base_offset |
block base offset (previous blocks total size)
Referenced by block_BytestreamFlush(), and block_BytestreamInit().
| size_t block_bytestream_t::i_block_offset |
byte stream read pointer offset within block
Referenced by block_BytestreamFlush(), block_BytestreamInit(), block_BytestreamPop(), and block_FindStartcodeFromOffset().
| size_t block_bytestream_t::i_total |
total bytes over all linked blocks
Referenced by block_BytestreamFlush(), block_BytestreamInit(), and block_BytestreamPop().
| block_t* block_bytestream_t::p_block |
byte stream read pointer block
Referenced by block_BytestreamFlush(), block_BytestreamInit(), block_BytestreamPop(), and block_FindStartcodeFromOffset().
| block_t* block_bytestream_t::p_chain |
byte stream head block
Referenced by block_BytestreamFlush(), block_BytestreamInit(), and block_BytestreamPop().
| block_t** block_bytestream_t::pp_last |
tail ppointer for appends
Referenced by block_BytestreamFlush(), block_BytestreamInit(), and block_BytestreamPop().
1.8.16