Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
librealsense::functional_processing_block Class Referenceabstract

#include <synthetic-stream.h>

Inheritance diagram for librealsense::functional_processing_block:
Inheritance graph
[legend]

Public Member Functions

 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)
 
- Public Member Functions inherited from librealsense::stream_filter_processing_block
 stream_filter_processing_block (const char *name)
 
virtual ~stream_filter_processing_block ()
 
- Public Member Functions inherited from librealsense::generic_processing_block
 generic_processing_block (const char *name)
 
virtual ~generic_processing_block ()
 
- Public Member Functions inherited from librealsense::processing_block
synthetic_source_interfaceget_source () override
 
void invoke (frame_holder frames) override
 
 processing_block (const char *name)
 
void set_output_callback (frame_callback_ptr callback) override
 
void set_processing_callback (frame_processor_callback_ptr callback) override
 
virtual ~processing_block ()
 
- Public Member Functions inherited from librealsense::processing_block_interface
virtual ~processing_block_interface ()=default
 
- Public Member Functions inherited from librealsense::options_interface
virtual ~options_interface ()=default
 
- Public Member Functions inherited from librealsense::recordable< options_interface >
virtual ~recordable ()=default
 
- Public Member Functions inherited from librealsense::info_interface
virtual ~info_interface ()=default
 
- Public Member Functions inherited from librealsense::recordable< info_interface >
virtual ~recordable ()=default
 
- Public Member Functions inherited from librealsense::options_container
void create_snapshot (std::shared_ptr< options_interface > &snapshot) const override
 
void enable_recording (std::function< void(const options_interface &)> record_action) override
 
optionget_option (rs2_option id) override
 
const optionget_option (rs2_option id) const override
 
std::shared_ptr< optionget_option_handler (rs2_option id)
 
std::shared_ptr< optionget_option_handler (rs2_option id) const
 
virtual const char * get_option_name (rs2_option option) const override
 
std::vector< rs2_optionget_supported_options () const override
 
void register_option (rs2_option id, std::shared_ptr< option > option)
 
bool supports_option (rs2_option id) const override
 
void unregister_option (rs2_option id)
 
void update (std::shared_ptr< extension_snapshot > ext) override
 
- Public Member Functions inherited from librealsense::extension_snapshot
virtual ~extension_snapshot ()=default
 
- Public Member Functions inherited from librealsense::info_container
void create_snapshot (std::shared_ptr< info_interface > &snapshot) const override
 
void enable_recording (std::function< void(const info_interface &)> record_action) override
 
const std::stringget_info (rs2_camera_info info) const override
 
void register_info (rs2_camera_info info, const std::string &val)
 
bool supports_info (rs2_camera_info info) const override
 
void update (std::shared_ptr< extension_snapshot > ext) override
 
void update_info (rs2_camera_info info, const std::string &val)
 

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&) {}
 

Detailed Description

Definition at line 142 of file synthetic-stream.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

void librealsense::functional_processing_block::init_profiles_info ( const rs2::frame f)
protectedvirtual

Reimplemented in librealsense::rotation_transform.

Definition at line 223 of file synthetic-stream.cpp.

rs2::frame librealsense::functional_processing_block::prepare_frame ( const rs2::frame_source source,
const rs2::frame f 
)
protectedvirtual

Definition at line 256 of file synthetic-stream.cpp.

rs2::frame librealsense::functional_processing_block::process_frame ( const rs2::frame_source source,
const rs2::frame f 
)
overrideprotectedvirtual

Implements librealsense::generic_processing_block.

Definition at line 234 of file synthetic-stream.cpp.

virtual void librealsense::functional_processing_block::process_function ( byte *const  dest[],
const byte source,
int  width,
int  height,
int  actual_size,
int  input_size 
)
protectedpure virtual

Member Data Documentation

rs2_extension librealsense::functional_processing_block::_extension_type
protected

Definition at line 157 of file synthetic-stream.h.

rs2::stream_profile librealsense::functional_processing_block::_source_stream_profile
protected

Definition at line 154 of file synthetic-stream.h.

int librealsense::functional_processing_block::_target_bpp = 0
protected

Definition at line 158 of file synthetic-stream.h.

rs2_format librealsense::functional_processing_block::_target_format
protected

Definition at line 155 of file synthetic-stream.h.

rs2_stream librealsense::functional_processing_block::_target_stream
protected

Definition at line 156 of file synthetic-stream.h.

rs2::stream_profile librealsense::functional_processing_block::_target_stream_profile
protected

Definition at line 153 of file synthetic-stream.h.


The documentation for this class was generated from the following files:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:37