#include <types.h>
Public Member Functions | |
| rs2_format | get_format (rs2_stream stream, int index) const |
| platform::stream_profile | get_uvc_profile (const stream_profile &request, uint32_t fourcc, const std::vector< platform::stream_profile > &uvc_profiles) const |
| operator std::vector< output_tuple > () | |
| bool | provides_stream (const stream_profile &request, uint32_t fourcc, const platform::stream_profile &uvc_profile) const |
| bool | satisfies (const stream_profile &request, uint32_t fourcc, const std::vector< platform::stream_profile > &uvc_profiles) const |
Public Attributes | |
| std::vector< stream_output > | outputs |
| bool | requires_processing |
| void(* | unpack )(byte *const dest[], const byte *source, int width, int height, int actual_size, int input_size) |
Definition at line 725 of file src/types.h.
|
inline |
Definition at line 773 of file src/types.h.
|
inline |
Definition at line 731 of file src/types.h.
|
inline |
Definition at line 782 of file src/types.h.
|
inline |
Definition at line 761 of file src/types.h.
|
inline |
Definition at line 754 of file src/types.h.
| std::vector<stream_output> librealsense::pixel_format_unpacker::outputs |
Definition at line 729 of file src/types.h.
| bool librealsense::pixel_format_unpacker::requires_processing |
Definition at line 727 of file src/types.h.
| void(* librealsense::pixel_format_unpacker::unpack) (byte *const dest[], const byte *source, int width, int height, int actual_size, int input_size) |
Definition at line 728 of file src/types.h.