![]() |
Jetson Linux Multimedia API Reference32.4.3 Release |
Holds parameters for buffer sync point object.
sync object params is simply a data structure containing [sync point ID,value] pair. This can be used by clients to describe an event that might want to wait for.
Definition at line 325 of file nvbuf_utils.h.
Data Fields | |
uint32_t | syncpointID |
uint32_t | value |
uint32_t _NvBufferSyncObjParams::syncpointID |
Definition at line 327 of file nvbuf_utils.h.
uint32_t _NvBufferSyncObjParams::value |
Definition at line 328 of file nvbuf_utils.h.