![]() |
Reels
|
An generic block structure to store object state in a Python-friendly way. More...
#include <reels.h>
Public Attributes | |
| int | size |
| The number of already allocated bytes inside the current block. More... | |
| int | block_num |
| The current block number in the BinaryImage. More... | |
| uint8_t | buffer [IMAGE_BUFF_SIZE] |
| The buffer. More... | |
An generic block structure to store object state in a Python-friendly way.
This structure is 64encoded to 8K (3 input bytes == 24 bit -> 4 output chars == 24 bit). Therefore, its size is 6K.
| int reels::ImageBlock::block_num |
The current block number in the BinaryImage.
| uint8_t reels::ImageBlock::buffer[IMAGE_BUFF_SIZE] |
The buffer.
| int reels::ImageBlock::size |
The number of already allocated bytes inside the current block.