#include <ICompression.h>
|
virtual int | compressBuffer (unsigned char *t_buffer, int t_size, unsigned char *t_compressedBuf)=0 |
|
virtual int | decompressBuffer (unsigned char *t_buffer, int t_size, unsigned char *t_uncompressedBuf)=0 |
|
| ICompression (int t_width, int t_height, rs2_format t_format, int t_bpp) |
|
Definition at line 10 of file ICompression.h.
ICompression::ICompression |
( |
int |
t_width, |
|
|
int |
t_height, |
|
|
rs2_format |
t_format, |
|
|
int |
t_bpp |
|
) |
| |
|
inline |
virtual int ICompression::compressBuffer |
( |
unsigned char * |
t_buffer, |
|
|
int |
t_size, |
|
|
unsigned char * |
t_compressedBuf |
|
) |
| |
|
pure virtual |
virtual int ICompression::decompressBuffer |
( |
unsigned char * |
t_buffer, |
|
|
int |
t_size, |
|
|
unsigned char * |
t_uncompressedBuf |
|
) |
| |
|
pure virtual |
int ICompression::m_compFrameCounter = 0 |
|
protected |
int ICompression::m_decompFrameCounter = 0 |
|
protected |
int ICompression::m_height |
|
protected |
int ICompression::m_width |
|
protected |
The documentation for this class was generated from the following file: