|
| | acceleration_transform (std::shared_ptr< mm_calib_handler > mm_calib=nullptr, std::shared_ptr< enable_motion_correction > mm_correct_opt=nullptr) |
| |
| | motion_transform (rs2_format target_format, rs2_stream target_stream, std::shared_ptr< mm_calib_handler > mm_calib=nullptr, std::shared_ptr< enable_motion_correction > mm_correct_opt=nullptr) |
| |
| | 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) |
| |
| | stream_filter_processing_block (const char *name) |
| |
| virtual | ~stream_filter_processing_block () |
| |
| | generic_processing_block (const char *name) |
| |
| virtual | ~generic_processing_block () |
| |
| synthetic_source_interface & | get_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 () |
| |
| virtual | ~processing_block_interface ()=default |
| |
| virtual | ~options_interface ()=default |
| |
| virtual | ~recordable ()=default |
| |
| virtual | ~info_interface ()=default |
| |
| virtual | ~recordable ()=default |
| |
| void | create_snapshot (std::shared_ptr< options_interface > &snapshot) const override |
| |
| void | enable_recording (std::function< void(const options_interface &)> record_action) override |
| |
| option & | get_option (rs2_option id) override |
| |
| const option & | get_option (rs2_option id) const override |
| |
| std::shared_ptr< option > | get_option_handler (rs2_option id) |
| |
| std::shared_ptr< option > | get_option_handler (rs2_option id) const |
| |
| virtual const char * | get_option_name (rs2_option option) const override |
| |
| std::vector< rs2_option > | get_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 |
| |
| virtual | ~extension_snapshot ()=default |
| |
| 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::string & | get_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) |
| |
|
| | acceleration_transform (const char *name, std::shared_ptr< mm_calib_handler > mm_calib, std::shared_ptr< enable_motion_correction > mm_correct_opt) |
| |
| void | process_function (byte *const dest[], const byte *source, int width, int height, int actual_size, int input_size) override |
| |
| | motion_transform (const char *name, rs2_format target_format, rs2_stream target_stream, std::shared_ptr< mm_calib_handler > mm_calib, std::shared_ptr< enable_motion_correction > mm_correct_opt) |
| |
| rs2::frame | process_frame (const rs2::frame_source &source, const rs2::frame &f) override |
| |
| 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 |
| |
| bool | should_process (const rs2::frame &frame) override |
| |
| virtual rs2::frame | prepare_output (const rs2::frame_source &source, rs2::frame input, std::vector< rs2::frame > results) |
| |
Definition at line 36 of file motion-transform.h.