Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
proc
y12i-to-y16y16.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 "
synthetic-stream.h
"
7
#include "
option.h
"
8
#include "
image.h
"
9
10
namespace
librealsense
11
{
12
class
y12i_to_y16y16
:
public
interleaved_functional_processing_block
13
{
14
public
:
15
y12i_to_y16y16
(
int
left_idx = 1,
int
right_idx = 2);
16
17
protected
:
18
y12i_to_y16y16
(
const
char
*
name
,
int
left_idx,
int
right_idx);
19
void
process_function
(
byte
*
const
dest
[],
const
byte
*
source
,
int
width
,
int
height
,
int
actual_size,
int
input_size
)
override
;
20
};
21
}
name
GLuint const GLchar * name
Definition:
glad/glad/glad.h:2778
librealsense::y12i_to_y16y16::y12i_to_y16y16
y12i_to_y16y16(int left_idx=1, int right_idx=2)
Definition:
y12i-to-y16y16.cpp:25
option.h
librealsense::y12i_to_y16y16::process_function
void process_function(byte *const dest[], const byte *source, int width, int height, int actual_size, int input_size) override
Definition:
y12i-to-y16y16.cpp:33
librealsense::interleaved_functional_processing_block
Definition:
synthetic-stream.h:162
librealsense
Definition:
calibration-model.h:6
image.h
height
GLint GLsizei GLsizei height
Definition:
glad/glad/glad.h:1398
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::y12i_to_y16y16
Definition:
y12i-to-y16y16.h:12
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:50:23