NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

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

Detailed Description

Holds an image capture object created by NvMediaICPCreateEx().

Definition at line 310 of file nvmedia_icp.h.

Data Fields

uint16_t numVirtualGroups
 Holds the number of virtual groups used. More...
 
struct {
   uint16_t   virtualGroupId
 Holds the virtual group index. More...
 
   NvMediaICP *   hIcp
 Holds a pointer to the image capture object. More...
 
icp [NVMEDIA_ICP_MAX_VIRTUAL_GROUPS]
 Holds an array of NvMediaICP structs, one for each virtual group. More...
 

Field Documentation

NvMediaICP* NvMediaICPEx::hIcp

Holds a pointer to the image capture object.

Definition at line 318 of file nvmedia_icp.h.

struct { ... } NvMediaICPEx::icp[NVMEDIA_ICP_MAX_VIRTUAL_GROUPS]

Holds an array of NvMediaICP structs, one for each virtual group.

uint16_t NvMediaICPEx::numVirtualGroups

Holds the number of virtual groups used.

Definition at line 312 of file nvmedia_icp.h.

uint16_t NvMediaICPEx::virtualGroupId

Holds the virtual group index.

Definition at line 316 of file nvmedia_icp.h.


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