NVDS Returned Status.
Enumerator |
---|
NVDS_SUCCESS | NVDS succeeds.
|
NVDS_GC_COMPLETE | NVDS garbage collection complete.
|
NVDS_FAIL | NVDS failed.
|
NVDS_NOT_INIT | NVDS not initialize.
|
NVDS_TAG_NOT_EXISTED | NVDS tag does not exist.
|
NVDS_SPACE_NOT_ENOUGH | NVDS space is not enough.
|
NVDS_LENGTH_OUT_OF_RANGE | NVDS length out of range.
|
NVDS_INVALID_PARA | NVDS invalid params.
|
NVDS_INVALID_SECTORS | NVDS_INIT input parameter sectors error
|
NVDS_INIT_START_ADDR_NO_ALIGN | NVDS_INIT input parameter start addr is not 4K aligned.
|
NVDS_INIT_AREA_SLOP_OVER | NVDS_INIT input parameters cause nvds to out of range.
|
NVDS_INIT_CHECKSUM_FAIL | When nvds has been initialized and read tag, verification fail.
|
NVDS_INIT_TAG_LEN_ERR | When nvds has been initialized and read tag, the tag length is 0.
|
NVDS_INIT_READ_TAG_NOT_COMPLETE | When nvds has been initialized read tag not complate.
|
NVDS_INIT_MGR_ERR | When nvds has been initialized and read tag complate, avail size is error.
|
NVDS_COMPACT_FAILED | NVDS failed to compact sectors.
|
NVDS_STORAGE_ACCESS_FAILED | NVDS failed to access storage.
|
NVDS_POINTER_NULL | NVDS or driver function repalce error: NULL.
|