Skip to content

Struct ILLIXR::data_format::stereo_shared_image

ClassList > ILLIXR > data_format > stereo_shared_image

More...

  • #include <stereo_frame.hpp>

Public Attributes

Type Name
std::uint64_t byte_count = {0}
std::uint64_t byte_offset = {0}
std::uint32_t height = {0}
std::uint32_t row_stride_bytes = {0}
std::uint32_t width = {0}

Detailed Description

A byte range containing one tightly packed image in a shared-memory file.

Public Attributes Documentation

variable byte_count

std::uint64_t ILLIXR::data_format::stereo_shared_image::byte_count;

variable byte_offset

std::uint64_t ILLIXR::data_format::stereo_shared_image::byte_offset;

Byte range and row layout inside stereo_frame::pixel_buffer_path.


variable height

std::uint32_t ILLIXR::data_format::stereo_shared_image::height;

variable row_stride_bytes

std::uint32_t ILLIXR::data_format::stereo_shared_image::row_stride_bytes;

variable width

std::uint32_t ILLIXR::data_format::stereo_shared_image::width;


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/include/illixr/data_format/stereo_frame.hpp