Struct NVCVArrayBufferStridedRec

Struct Documentation

struct NVCVArrayBufferStridedRec

Stores the array plane contents.

Public Members

int64_t stride

Untyped memory concepts stride Stride represents the number of bytes spanned by one data unit.

NVCVByte *basePtr

Pointer to memory buffer with array contents.