#include <recorder.h>
Public Member Functions | |
std::vector< uint8_t > | decode (const std::vector< uint8_t > &input) const |
int | dist (uint32_t x, uint32_t y) const |
std::vector< uint8_t > | encode (uint8_t *data, size_t size) const |
Public Attributes | |
int | max_length = 32 |
int | min_dist = 110 |
Definition at line 63 of file recorder.h.
vector< uint8_t > librealsense::platform::compression_algorithm::decode | ( | const std::vector< uint8_t > & | input | ) | const |
Definition at line 94 of file recorder.cpp.
Definition at line 73 of file recorder.cpp.
vector< uint8_t > librealsense::platform::compression_algorithm::encode | ( | uint8_t * | data, |
size_t | size | ||
) | const |
Definition at line 114 of file recorder.cpp.
int librealsense::platform::compression_algorithm::max_length = 32 |
Definition at line 73 of file recorder.h.
int librealsense::platform::compression_algorithm::min_dist = 110 |
Definition at line 72 of file recorder.h.