Holds the output for all of the frames in a batch (an array of frame), and related buffer information.
Definition at line 537 of file post_processor_struct.h.
Data Fields | |
NvDsPostProcessFrameOutput * | frames |
Holds a pointer to an array of outputs for each frame in the batch. More... | |
unsigned int | numFrames |
Holds the number of elements in frames. More... | |
void ** | outputDeviceBuffers |
Holds a pointer to an array of pointers to output device buffers for this batch. More... | |
unsigned int | numOutputDeviceBuffers |
Holds the number of elements in *outputDeviceBuffers. More... | |
void ** | hostBuffers |
Holds a pointer to an array of pointers to host buffers for this batch. More... | |
unsigned int | numHostBuffers |
Holds the number of elements in hostBuffers. More... | |
void * | priv |
Holds a private context pointer for the set of output buffers. More... | |
NvDsPostProcessFrameOutput* NvDsPostProcessBatchOutput::frames |
Holds a pointer to an array of outputs for each frame in the batch.
Definition at line 540 of file post_processor_struct.h.
void** NvDsPostProcessBatchOutput::hostBuffers |
Holds a pointer to an array of pointers to host buffers for this batch.
The array elements are set by
Definition at line 552 of file post_processor_struct.h.
unsigned int NvDsPostProcessBatchOutput::numFrames |
Holds the number of elements in frames.
Definition at line 542 of file post_processor_struct.h.
unsigned int NvDsPostProcessBatchOutput::numHostBuffers |
Holds the number of elements in hostBuffers.
Definition at line 554 of file post_processor_struct.h.
unsigned int NvDsPostProcessBatchOutput::numOutputDeviceBuffers |
Holds the number of elements in *outputDeviceBuffers.
Definition at line 548 of file post_processor_struct.h.
void** NvDsPostProcessBatchOutput::outputDeviceBuffers |
Holds a pointer to an array of pointers to output device buffers for this batch.
The array elements are set by
Definition at line 546 of file post_processor_struct.h.
void* NvDsPostProcessBatchOutput::priv |
Holds a private context pointer for the set of output buffers.
Definition at line 557 of file post_processor_struct.h.