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