NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaIPPFileReaderComponentConfig Struct Reference

Detailed Description

Holds configuration information for a file reader component.

Definition at line 1098 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

void* NvMediaIPPFileReaderComponentConfig::clientContext

Holds context of the client, or NULL.

Definition at line 1100 of file nvmedia_ipp.h.

NvMediaIPPImgGrpReadCallback NvMediaIPPFileReaderComponentConfig::imageGroupReadCallback

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

Definition at line 1103 of file nvmedia_ipp.h.

uint32_t NvMediaIPPFileReaderComponentConfig::siblingsNum

Holds the number of sibling images per frame.

Zero indicates the non-aggregated case.

Definition at line 1106 of file nvmedia_ipp.h.


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