NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvMediaIPPFileReaderComponentConfig Struct Reference

Detailed Description

Holds configuration information for a file reader component.

Definition at line 1142 of file nvmedia_ipp.h.

Collaboration diagram for NvMediaIPPFileReaderComponentConfig:

Data Fields

void * clientContext
 Holds context of the client, or NULL. More...
 
NvMediaIPPImgGrpReadCallback imageGroupReadCallback
 Holds a callback function for accepting an image from NvMedia IPP client. More...
 
uint32_t siblingsNum
 Holds the number of sibling images per frame. More...
 

Field Documentation

◆ clientContext

void* NvMediaIPPFileReaderComponentConfig::clientContext

Holds context of the client, or NULL.

Definition at line 1144 of file nvmedia_ipp.h.

◆ imageGroupReadCallback

NvMediaIPPImgGrpReadCallback NvMediaIPPFileReaderComponentConfig::imageGroupReadCallback

Holds a callback function for accepting an image from NvMedia IPP client.

Definition at line 1147 of file nvmedia_ipp.h.

◆ siblingsNum

uint32_t NvMediaIPPFileReaderComponentConfig::siblingsNum

Holds the number of sibling images per frame.

Zero indicates the non-aggregated case.

Definition at line 1150 of file nvmedia_ipp.h.


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