NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

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

Detailed Description

A handle representing image objects.

Definition at line 75 of file nvmedia_image.h.

Data Fields

NvMediaSurfaceType type
 Image surface type. More...
 
uint32_t width
 Image width. More...
 
uint32_t height
 Image height. More...
 
uint32_t imageCount
 Number of images stored in this image container. More...
 
uint32_t embeddedDataTopSize
 Size of top embedded data. More...
 
uint32_t embeddedDataBottomSize
 Size of bottom embedded data. More...
 
uint32_t attributes
 Image attributes. More...
 
void * tag
 Tag that can be used by the application. More...
 
NvMediaTime captureTimeStamp
 Image capture time-stamp. More...
 
NvMediaGlobalTime captureGlobalTimeStamp
 Image capture global timestamp in microseconds. More...
 
uint32_t colorStd
 Image color standard type. More...
 

Field Documentation

uint32_t NvMediaImage::attributes

Image attributes.

Definition at line 89 of file nvmedia_image.h.

NvMediaGlobalTime NvMediaImage::captureGlobalTimeStamp

Image capture global timestamp in microseconds.

Definition at line 96 of file nvmedia_image.h.

NvMediaTime NvMediaImage::captureTimeStamp

Image capture time-stamp.

Definition at line 94 of file nvmedia_image.h.

uint32_t NvMediaImage::colorStd

Image color standard type.

Definition at line 98 of file nvmedia_image.h.

uint32_t NvMediaImage::embeddedDataBottomSize

Size of bottom embedded data.

Definition at line 87 of file nvmedia_image.h.

uint32_t NvMediaImage::embeddedDataTopSize

Size of top embedded data.

Definition at line 85 of file nvmedia_image.h.

uint32_t NvMediaImage::height

Image height.

Definition at line 81 of file nvmedia_image.h.

uint32_t NvMediaImage::imageCount

Number of images stored in this image container.

Definition at line 83 of file nvmedia_image.h.

void* NvMediaImage::tag

Tag that can be used by the application.

NvMedia does not change the value of this member.

Definition at line 92 of file nvmedia_image.h.

NvMediaSurfaceType NvMediaImage::type

Image surface type.

Definition at line 77 of file nvmedia_image.h.

uint32_t NvMediaImage::width

Image width.

Definition at line 79 of file nvmedia_image.h.


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