ark::image::NvImagePlanes

Defined in header “ark/image/planes.hh”.


A structure containing NV image planes. Many operations like to have access to individual planes, rather than a flat image buffer.

Variables

  • uint8_t * y_plane= nullptr
    Pointer to the Y plane.

  • uint8_t * uv_plane= nullptr
    Pointer to the UV plane.

  • std::size_t y_stride= 0
    The Y stride.

  • std::size_t uv_stride= 0
    The U stride.

  • std::size_t y_size= 0
    Computed Y-channel size.

  • std::size_t uv_size= 0
    Computed UV-channel size.