![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Describes the interfaces of SIPL buffer.
Definition at line 115 of file NvSIPLClient.hpp.
Public Member Functions | |
virtual std::uint32_t | AddRef (void)=0 |
Adds a reference. More... | |
virtual std::uint32_t | Release (void)=0 |
Release a reference. More... | |
|
pure virtual |
Adds a reference.
Adding a reference to the buffer ensures that this buffer is not re-used by another producer/consumer of the buffer.
|
pure virtual |
Release a reference.
Releasing reference implies that the user has finished working with the buffer and the buffer is available for re-use.