NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

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

Detailed Description

A handle representing an image group.

Definition at line 104 of file nvmedia_image.h.

Collaboration diagram for NvMediaImageGroup:

Data Fields

NvMediaImageimageList [NVMEDIA_MAX_IMAGE_GROUP_SIZE]
 List of NvMedia Images in the group. More...
 
uint32_t numImages
 Number of NvMedia Images in the group. More...
 
void * tag
 Tag that can be used by the application. More...
 

Field Documentation

NvMediaImage* NvMediaImageGroup::imageList[NVMEDIA_MAX_IMAGE_GROUP_SIZE]

List of NvMedia Images in the group.

Definition at line 106 of file nvmedia_image.h.

uint32_t NvMediaImageGroup::numImages

Number of NvMedia Images in the group.

Definition at line 108 of file nvmedia_image.h.

void* NvMediaImageGroup::tag

Tag that can be used by the application.

NvMedia does not change the value of this member.

Definition at line 111 of file nvmedia_image.h.


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