Public Member Functions | Private Attributes | List of all members
librealsense::gl::yuy2rgb Class Reference

#include <yuy2rgb-gl.h>

Inheritance diagram for librealsense::gl::yuy2rgb:
Inheritance graph
[legend]

Public Member Functions

void cleanup_gpu_resources () override
 
void create_gpu_resources () override
 
rs2::frame process_frame (const rs2::frame_source &source, const rs2::frame &f) override
 
 yuy2rgb ()
 
 ~yuy2rgb () override
 
- 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)
 
- Public Member Functions inherited from librealsense::gl::gpu_processing_object
 gpu_processing_object ()
 
void set_context (std::weak_ptr< context > ctx)
 
virtual ~gpu_processing_object ()
 

Private Attributes

int _enabled = 0
 
std::shared_ptr< rs2::fbo_fbo
 
int _height
 
rs2::stream_profile _input_profile
 
rs2::stream_profile _output_profile
 
std::shared_ptr< rs2::visualizer_2d_viz
 
int _width
 

Additional Inherited Members

- 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 Member Functions inherited from librealsense::gl::gpu_processing_object
rs2::visualizer_2dget_texture_visualizer ()
 
void initialize ()
 
template<class T , class S >
void perform_gl_action (T action, S fallback)
 
- Protected Member Functions inherited from librealsense::gl::gpu_object
bool glsl_enabled () const
 
 gpu_object ()=default
 
void need_cleanup ()
 
void use_glsl (bool val)
 
- 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 27 of file yuy2rgb-gl.h.

Constructor & Destructor Documentation

yuy2rgb::yuy2rgb ( )

Definition at line 108 of file yuy2rgb-gl.cpp.

yuy2rgb::~yuy2rgb ( )
override

Definition at line 120 of file yuy2rgb-gl.cpp.

Member Function Documentation

void yuy2rgb::cleanup_gpu_resources ( )
overridevirtual

Implements librealsense::gl::gpu_object.

Definition at line 94 of file yuy2rgb-gl.cpp.

void yuy2rgb::create_gpu_resources ( )
overridevirtual

Implements librealsense::gl::gpu_object.

Definition at line 101 of file yuy2rgb-gl.cpp.

rs2::frame yuy2rgb::process_frame ( const rs2::frame_source source,
const rs2::frame f 
)
overridevirtual

Implements librealsense::generic_processing_block.

Definition at line 128 of file yuy2rgb-gl.cpp.

Member Data Documentation

int librealsense::gl::yuy2rgb::_enabled = 0
private

Definition at line 38 of file yuy2rgb-gl.h.

std::shared_ptr<rs2::fbo> librealsense::gl::yuy2rgb::_fbo
private

Definition at line 45 of file yuy2rgb-gl.h.

int librealsense::gl::yuy2rgb::_height
private

Definition at line 42 of file yuy2rgb-gl.h.

rs2::stream_profile librealsense::gl::yuy2rgb::_input_profile
private

Definition at line 39 of file yuy2rgb-gl.h.

rs2::stream_profile librealsense::gl::yuy2rgb::_output_profile
private

Definition at line 40 of file yuy2rgb-gl.h.

std::shared_ptr<rs2::visualizer_2d> librealsense::gl::yuy2rgb::_viz
private

Definition at line 44 of file yuy2rgb-gl.h.

int librealsense::gl::yuy2rgb::_width
private

Definition at line 42 of file yuy2rgb-gl.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:39