NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsPostProcessBatchOutput Struct Reference

Detailed Description

Holds the output for all of the frames in a batch (an array of frame), and related buffer information.

Definition at line 509 of file post_processor_struct.h.

Collaboration diagram for NvDsPostProcessBatchOutput:

Data Fields

NvDsPostProcessFrameOutputframes
 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...
 

Field Documentation

◆ frames

NvDsPostProcessFrameOutput* NvDsPostProcessBatchOutput::frames

Holds a pointer to an array of outputs for each frame in the batch.

Definition at line 512 of file post_processor_struct.h.

◆ hostBuffers

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 524 of file post_processor_struct.h.

◆ numFrames

unsigned int NvDsPostProcessBatchOutput::numFrames

Holds the number of elements in frames.

Definition at line 514 of file post_processor_struct.h.

◆ numHostBuffers

unsigned int NvDsPostProcessBatchOutput::numHostBuffers

Holds the number of elements in hostBuffers.

Definition at line 526 of file post_processor_struct.h.

◆ numOutputDeviceBuffers

unsigned int NvDsPostProcessBatchOutput::numOutputDeviceBuffers

Holds the number of elements in *outputDeviceBuffers.

Definition at line 520 of file post_processor_struct.h.

◆ outputDeviceBuffers

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 518 of file post_processor_struct.h.

◆ priv

void* NvDsPostProcessBatchOutput::priv

Holds a private context pointer for the set of output buffers.

Definition at line 529 of file post_processor_struct.h.


The documentation for this struct was generated from the following file: