This is the complete list of members for ICompression, including all inherited members.
| compressBuffer(unsigned char *t_buffer, int t_size, unsigned char *t_compressedBuf)=0 | ICompression | pure virtual |
| decompressBuffer(unsigned char *t_buffer, int t_size, unsigned char *t_uncompressedBuf)=0 | ICompression | pure virtual |
| ICompression(int t_width, int t_height, rs2_format t_format, int t_bpp) | ICompression | inline |
| m_bpp | ICompression | protected |
| m_compFrameCounter | ICompression | protected |
| m_decompFrameCounter | ICompression | protected |
| m_format | ICompression | protected |
| m_height | ICompression | protected |
| m_width | ICompression | protected |