13 int compressBuffer(
unsigned char* t_buffer,
int t_size,
unsigned char* t_compressedBuf);
14 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)
int decompressBuffer(unsigned char *t_buffer, int t_size, unsigned char *t_uncompressedBuf)
int compressBuffer(unsigned char *t_buffer, int t_size, unsigned char *t_compressedBuf)
rs2_format
A stream's format identifies how binary data is encoded within a frame.