Function nvcvArrayGetLength

Function Documentation

NVCVStatus nvcvArrayGetLength(NVCVArrayHandle handle, int64_t *length)

Retrieve the array legnth.

Parameters:
  • handle[in] Array to be queried.

  • length[out] Pointer to the output length of the array.

Return values:
  • NVCV_ERROR_INVALID_ARGUMENT – Some parameter is outside its valid range.

  • NVCV_SUCCESS – Operation executed successfully.