Definition at line 128 of file nvstreammux_batch.h.
Public Member Functions | |
Batch (unsigned int size) | |
void | check_source (unsigned int source_id) |
void | reset_batch () |
void | set_size (unsigned int size) |
Data Fields | |
std::unordered_map< int, int > | num_sources |
unsigned int | acc_batch |
number of buffers already accumulated in this batch Still not copied; yet info available in @num_sources More... | |
unsigned int | batch_size |
number of surfaces in the batch this will be one NvDsFrameMeta (one frame) in the batch meta More... | |
unsigned int | num_surfaces_in_batch |
|
inline |
Definition at line 134 of file nvstreammux_batch.h.
References acc_batch, and batch_size.
void Batch::check_source | ( | unsigned int | source_id | ) |
void Batch::reset_batch | ( | ) |
void Batch::set_size | ( | unsigned int | size | ) |
unsigned int Batch::acc_batch |
number of buffers already accumulated in this batch Still not copied; yet info available in @num_sources
Definition at line 159 of file nvstreammux_batch.h.
Referenced by Batch().
unsigned int Batch::batch_size |
number of surfaces in the batch this will be one NvDsFrameMeta (one frame) in the batch meta
Definition at line 162 of file nvstreammux_batch.h.
Referenced by Batch().
std::unordered_map<int, int> Batch::num_sources |
Definition at line 154 of file nvstreammux_batch.h.
unsigned int Batch::num_surfaces_in_batch |
Definition at line 163 of file nvstreammux_batch.h.