I420View Struct
Non-owning view into I420 pixel data: separate Y, U, V planes. More...
Declaration
Included Headers
Public Member Attributes Index
| int | width = 0 |
|
Image width in pixels. More... | |
| int | height = 0 |
|
Image height in pixels. More... | |
| const uint8_t * | y = nullptr |
|
Pointer to the Y (luminance) plane's first byte. More... | |
| int64_t | y_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_t | u_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_t | v_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 508 of file TensorCore.h.
Public Member Attributes
height
|
u
|
Pointer to the U (chrominance) plane's first byte.
Definition at line 513 of file TensorCore.h.
u_stride
|
Row stride of the U plane in bytes.
Definition at line 514 of file TensorCore.h.
v
|
Pointer to the V (chrominance) plane's first byte.
Definition at line 515 of file TensorCore.h.
v_stride
|
Row stride of the V plane in bytes.
Definition at line 516 of file TensorCore.h.
width
|
y
|
Pointer to the Y (luminance) plane's first byte.
Definition at line 511 of file TensorCore.h.
y_stride
|
Row stride of the Y plane in bytes.
Definition at line 512 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.