Info corresponding to each sub-batch thread.
Definition at line 175 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
Public Member Functions | |
| DispatchInfo & | operator= (DispatchInfo const &rhs) |
| DispatchInfo & | operator= (DispatchInfo const &rhs) |
Data Fields | |
| SubBatchId | sbId |
| std::thread | sbThread |
| bool | running |
| std::queue< DispatchReq > | reqQueue |
| std::mutex | reqQueueLock |
| std::condition_variable | reqQueueCond |
| NvMOTContextHandle | contextHandle |
|
inline |
Definition at line 186 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
|
inline |
Definition at line 186 of file 9.1/sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
| NvMOTContextHandle NvTrackerProc::DispatchInfo::contextHandle |
Definition at line 183 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
| std::queue< DispatchReq > NvTrackerProc::DispatchInfo::reqQueue |
Definition at line 180 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
| std::condition_variable NvTrackerProc::DispatchInfo::reqQueueCond |
Definition at line 182 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
| std::mutex NvTrackerProc::DispatchInfo::reqQueueLock |
Definition at line 181 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
| bool NvTrackerProc::DispatchInfo::running |
Definition at line 179 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
| SubBatchId NvTrackerProc::DispatchInfo::sbId |
Definition at line 177 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
| std::thread NvTrackerProc::DispatchInfo::sbThread |
Definition at line 178 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.