Nv12View Struct
Non-owning view into NV12 pixel data: Y plane + interleaved UV plane. 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 * | uv = nullptr |
|
Pointer to the interleaved UV plane's first byte. More... | |
| int64_t | uv_stride = 0 |
|
Row stride of the UV plane in bytes. More... | |
Description
Non-owning view into NV12 pixel data: Y plane + interleaved UV plane.
Definition at line 492 of file TensorCore.h.
Public Member Attributes
height
|
uv
|
Pointer to the interleaved UV plane's first byte.
Definition at line 497 of file TensorCore.h.
uv_stride
|
Row stride of the UV plane in bytes.
Definition at line 498 of file TensorCore.h.
width
|
y
|
Pointer to the Y (luminance) plane's first byte.
Definition at line 495 of file TensorCore.h.
y_stride
|
Row stride of the Y plane in bytes.
Definition at line 496 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.