Skip to main content

I420View Struct

Non-owning view into I420 pixel data: separate Y, U, V planes. More...

Declaration

struct simaai::neat::I420View { ... }

Included Headers

#include <TensorCore.h>

Public Member Attributes Index

intwidth = 0

Image width in pixels. More...

intheight = 0

Image height in pixels. More...

const uint8_t *y = nullptr

Pointer to the Y (luminance) plane's first byte. More...

int64_ty_stride = 0

Row stride of the Y plane in bytes. More...

const uint8_t *u = nullptr

Pointer to the U (chrominance) plane's first byte. More...

int64_tu_stride = 0

Row stride of the U plane in bytes. More...

const uint8_t *v = nullptr

Pointer to the V (chrominance) plane's first byte. More...

int64_tv_stride = 0

Row stride of the V plane in bytes. More...

Description

Non-owning view into I420 pixel data: separate Y, U, V planes.

Definition at line 583 of file TensorCore.h.

Public Member Attributes

height

int simaai::neat::I420View::height = 0

Image height in pixels.

Definition at line 585 of file TensorCore.h.

u

const uint8_t* simaai::neat::I420View::u = nullptr

Pointer to the U (chrominance) plane's first byte.

Definition at line 588 of file TensorCore.h.

u_stride

int64_t simaai::neat::I420View::u_stride = 0

Row stride of the U plane in bytes.

Definition at line 589 of file TensorCore.h.

v

const uint8_t* simaai::neat::I420View::v = nullptr

Pointer to the V (chrominance) plane's first byte.

Definition at line 590 of file TensorCore.h.

v_stride

int64_t simaai::neat::I420View::v_stride = 0

Row stride of the V plane in bytes.

Definition at line 591 of file TensorCore.h.

width

int simaai::neat::I420View::width = 0

Image width in pixels.

Definition at line 584 of file TensorCore.h.

y

const uint8_t* simaai::neat::I420View::y = nullptr

Pointer to the Y (luminance) plane's first byte.

Definition at line 586 of file TensorCore.h.

y_stride

int64_t simaai::neat::I420View::y_stride = 0

Row stride of the Y plane in bytes.

Definition at line 587 of file TensorCore.h.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.