This file describes the custom memory allocator for any Gstreamer plugins wishing to create a pool of NvBufAudio batch buffers.
The allocator allocates memory for a specified batch_size of frames of resolution equal to the network input resolution. The frames are allocated on device memory. Holds the pointer for the allocated memory.
Definition at line 36 of file gst_nvdsaudio.h.
Data Fields | |
NvBufAudio * | batch |
The audio batch buffer. More... | |
NvBufAudio* GstNvDsAudioMemory::batch |
The audio batch buffer.
Definition at line 39 of file gst_nvdsaudio.h.