Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
proc
depth-decompress.h
Go to the documentation of this file.
1
// License: Apache 2.0. See LICENSE file in root directory.
2
// Copyright(c) 2019 Intel Corporation. All Rights Reserved.
3
4
#pragma once
5
6
#include "
proc/synthetic-stream.h
"
7
8
namespace
librealsense
9
{
10
class
LRS_EXTENSION_API
depth_decompression_huffman
:
public
functional_processing_block
11
{
12
public
:
13
depth_decompression_huffman
();
14
15
void
process_function(
byte
*
const
dest
[],
const
byte
*
source
,
int
width
,
int
height
,
int
actual_size,
int
input_size
)
override
;
16
17
protected
:
18
depth_decompression_huffman
(
const
depth_decompression_huffman
&) =
delete
;
19
};
20
21
MAP_EXTENSION
(
RS2_EXTENSION_DEPTH_HUFFMAN_DECODER
,
librealsense::depth_decompression_huffman
);
22
}
LRS_EXTENSION_API
#define LRS_EXTENSION_API
Definition:
src/types.h:20
librealsense
Definition:
calibration-model.h:6
height
GLint GLsizei GLsizei height
Definition:
glad/glad/glad.h:1398
librealsense::functional_processing_block
Definition:
synthetic-stream.h:142
RS2_EXTENSION_DEPTH_HUFFMAN_DECODER
Definition:
rs_types.h:213
synthetic-stream.h
example4 - train.input_size
tuple input_size
Definition:
example4 - train.py:67
byte
unsigned char byte
Definition:
src/types.h:52
source
GLsizei GLsizei GLchar * source
Definition:
glad/glad/glad.h:2829
dest
LZ4LIB_API char * dest
Definition:
lz4.h:438
librealsense::depth_decompression_huffman
Definition:
depth-decompress.h:10
librealsense::MAP_EXTENSION
MAP_EXTENSION(RS2_EXTENSION_POINTS, librealsense::points)
width
GLint GLsizei width
Definition:
glad/glad/glad.h:1398
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:12