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 535 of file TensorCore.h.
Public Member Attributes
height
|
u
|
Pointer to the U (chrominance) plane's first byte.
Definition at line 540 of file TensorCore.h.
u_stride
|
Row stride of the U plane in bytes.
Definition at line 541 of file TensorCore.h.
v
|
Pointer to the V (chrominance) plane's first byte.
Definition at line 542 of file TensorCore.h.
v_stride
|
Row stride of the V plane in bytes.
Definition at line 543 of file TensorCore.h.
width
|
y
|
Pointer to the Y (luminance) plane's first byte.
Definition at line 538 of file TensorCore.h.
y_stride
|
Row stride of the Y plane in bytes.
Definition at line 539 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.