NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

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

Detailed Description

Holds a handle representing image objects.

Definition at line 69 of file nvmedia_image.h.

Data Fields

NvMediaSurfaceType type
 Holds image surface type. More...
 
uint32_t width
 Holds image width. More...
 
uint32_t height
 Holds image height. More...
 
uint32_t imageCount
 Holds the number of images stored in this image container. More...
 
uint32_t embeddedDataTopSize
 Holds the size of top embedded data. More...
 
uint32_t embeddedDataBottomSize
 Holds the size of bottom embedded data. More...
 
uint32_t attributes
 Holds image attributes. More...
 
void * tag
 
NvMediaTime captureTimeStamp
 Holds an image capture timestamp. More...
 
NvMediaGlobalTime captureGlobalTimeStamp
 Holds an image capture global timestamp in microseconds. More...
 
uint32_t colorStd
 Holds an image color standard type. More...
 
struct NvMediaImagePriv_ * imgPriv
 Holds an opaque pointer for internal use. More...
 

Field Documentation

uint32_t NvMediaImage::attributes

Holds image attributes.

Definition at line 83 of file nvmedia_image.h.

NvMediaGlobalTime NvMediaImage::captureGlobalTimeStamp

Holds an image capture global timestamp in microseconds.

Definition at line 90 of file nvmedia_image.h.

NvMediaTime NvMediaImage::captureTimeStamp

Holds an image capture timestamp.

Definition at line 88 of file nvmedia_image.h.

uint32_t NvMediaImage::colorStd

Holds an image color standard type.

Definition at line 92 of file nvmedia_image.h.

uint32_t NvMediaImage::embeddedDataBottomSize

Holds the size of bottom embedded data.

Definition at line 81 of file nvmedia_image.h.

uint32_t NvMediaImage::embeddedDataTopSize

Holds the size of top embedded data.

Definition at line 79 of file nvmedia_image.h.

uint32_t NvMediaImage::height

Holds image height.

Definition at line 75 of file nvmedia_image.h.

uint32_t NvMediaImage::imageCount

Holds the number of images stored in this image container.

Definition at line 77 of file nvmedia_image.h.

struct NvMediaImagePriv_* NvMediaImage::imgPriv

Holds an opaque pointer for internal use.

Definition at line 94 of file nvmedia_image.h.

void* NvMediaImage::tag
Deprecated:
Holds a tag that can be used by the application. NvMedia does not change the value of this member.

Definition at line 86 of file nvmedia_image.h.

NvMediaSurfaceType NvMediaImage::type

Holds image surface type.

Definition at line 71 of file nvmedia_image.h.

uint32_t NvMediaImage::width

Holds image width.

Definition at line 73 of file nvmedia_image.h.


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