#include <RvlCompression.h>
|
| int | compressBuffer (unsigned char *t_buffer, int t_size, unsigned char *t_compressedBuf) |
| |
| int | decompressBuffer (unsigned char *t_buffer, int t_size, unsigned char *t_uncompressedBuf) |
| |
| | RvlCompression (int t_width, int t_height, rs2_format t_format, int t_bpp) |
| |
| | ICompression (int t_width, int t_height, rs2_format t_format, int t_bpp) |
| |
Definition at line 8 of file RvlCompression.h.
| RvlCompression::RvlCompression |
( |
int |
t_width, |
|
|
int |
t_height, |
|
|
rs2_format |
t_format, |
|
|
int |
t_bpp |
|
) |
| |
| int RvlCompression::compressBuffer |
( |
unsigned char * |
t_buffer, |
|
|
int |
t_size, |
|
|
unsigned char * |
t_compressedBuf |
|
) |
| |
|
virtual |
| int RvlCompression::decodeVLE |
( |
| ) |
|
|
private |
| int RvlCompression::decompressBuffer |
( |
unsigned char * |
t_buffer, |
|
|
int |
t_size, |
|
|
unsigned char * |
t_uncompressedBuf |
|
) |
| |
|
virtual |
| int RvlCompression::encodeVLE |
( |
int |
value | ) |
|
|
private |
| int RvlCompression::m_nibblesWritten |
|
private |
| int* RvlCompression::m_pBuffer |
|
private |
| int RvlCompression::m_word |
|
private |
The documentation for this class was generated from the following files: