#include <synthetic-stream.h>
Protected Member Functions | |
virtual void | init_profiles_info (const rs2::frame *f) |
virtual rs2::frame | prepare_frame (const rs2::frame_source &source, const rs2::frame &f) |
rs2::frame | process_frame (const rs2::frame_source &source, const rs2::frame &f) override |
virtual void | process_function (byte *const dest[], const byte *source, int width, int height, int actual_size, int input_size)=0 |
Protected Member Functions inherited from librealsense::stream_filter_processing_block | |
bool | should_process (const rs2::frame &frame) override |
Protected Member Functions inherited from librealsense::generic_processing_block | |
virtual rs2::frame | prepare_output (const rs2::frame_source &source, rs2::frame input, std::vector< rs2::frame > results) |
Protected Attributes | |
rs2_extension | _extension_type |
rs2::stream_profile | _source_stream_profile |
int | _target_bpp = 0 |
rs2_format | _target_format |
rs2_stream | _target_stream |
rs2::stream_profile | _target_stream_profile |
Protected Attributes inherited from librealsense::stream_filter_processing_block | |
stream_filter | _stream_filter |
Protected Attributes inherited from librealsense::processing_block | |
frame_processor_callback_ptr | _callback |
std::mutex | _mutex |
frame_source | _source |
synthetic_source | _source_wrapper |
Protected Attributes inherited from librealsense::options_container | |
std::map< rs2_option, std::shared_ptr< option > > | _options |
std::function< void(const options_interface &)> | _recording_function = [](const options_interface&) {} |
Definition at line 142 of file synthetic-stream.h.
librealsense::functional_processing_block::functional_processing_block | ( | const char * | name, |
rs2_format | target_format, | ||
rs2_stream | target_stream = RS2_STREAM_ANY , |
||
rs2_extension | extension_type = RS2_EXTENSION_VIDEO_FRAME |
||
) |
Definition at line 220 of file synthetic-stream.cpp.
|
protectedvirtual |
Reimplemented in librealsense::rotation_transform.
Definition at line 223 of file synthetic-stream.cpp.
|
protectedvirtual |
Definition at line 256 of file synthetic-stream.cpp.
|
overrideprotectedvirtual |
Implements librealsense::generic_processing_block.
Definition at line 234 of file synthetic-stream.cpp.
|
protectedpure virtual |
Implemented in librealsense::bgr_to_rgb, librealsense::gyroscope_transform, librealsense::mjpeg_converter, librealsense::w10_converter, librealsense::acceleration_transform, librealsense::uyvy_converter, librealsense::invi_converter, librealsense::confidence_rotation_transform, librealsense::yuy2_converter, librealsense::rotation_transform, and librealsense::depth_decompression_huffman.
|
protected |
Definition at line 157 of file synthetic-stream.h.
|
protected |
Definition at line 154 of file synthetic-stream.h.
|
protected |
Definition at line 158 of file synthetic-stream.h.
|
protected |
Definition at line 155 of file synthetic-stream.h.
|
protected |
Definition at line 156 of file synthetic-stream.h.
|
protected |
Definition at line 153 of file synthetic-stream.h.