Per-batch tracking: pending sub-batches and in-order completion state.
Since BatchId is monotonically increasing, map order = submission order. Completed batches are drained from the front to guarantee in-order release.
Definition at line 138 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
Data Fields | |
| std::vector< SubBatchId > | subBatches |
| bool | completed = false |
| InputParams | completedInput |
| bool NvTrackerProc::PendingBatchInfo::completed = false |
Definition at line 140 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
| InputParams NvTrackerProc::PendingBatchInfo::completedInput |
Definition at line 141 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.
| std::vector< SubBatchId > NvTrackerProc::PendingBatchInfo::subBatches |
Definition at line 139 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.