Function Snpe_IUserBuffer_SetBufferAddressOffset¶
Defined in File IUserBuffer.h
Function Documentation¶
-
int Snpe_IUserBuffer_SetBufferAddressOffset(Snpe_IUserBuffer_Handle_t userBufferHandle, uint64_t offset)¶
Updates the address offset of the UserBuffer.
- Parameters
userBufferHandle – [in] : Handle to access the UserBuffer.
offset – [in] : byte offset to the starting address of the UserBuffer.
- Returns
Whether the set succeeds.