#include <Lz4Compression.h>

Public Member Functions | |
| 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) |
| Lz4Compression (int t_width, int t_height, rs2_format t_format, int t_bpp) | |
Public Member Functions inherited from ICompression | |
| ICompression (int t_width, int t_height, rs2_format t_format, int t_bpp) | |
Additional Inherited Members | |
Protected Attributes inherited from ICompression | |
| int | m_bpp |
| int | m_compFrameCounter = 0 |
| int | m_decompFrameCounter = 0 |
| rs2_format | m_format |
| int | m_height |
| int | m_width |
Definition at line 9 of file Lz4Compression.h.
| Lz4Compression::Lz4Compression | ( | int | t_width, |
| int | t_height, | ||
| rs2_format | t_format, | ||
| int | t_bpp | ||
| ) |
Definition at line 9 of file Lz4Compression.cpp.
|
virtual |
Implements ICompression.
Definition at line 14 of file Lz4Compression.cpp.
|
virtual |
Implements ICompression.
Definition at line 37 of file Lz4Compression.cpp.