NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaImageRec 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 NvMediaImageRec::attributes

Holds image attributes.

Definition at line 83 of file nvmedia_image.h.

NvMediaGlobalTime NvMediaImageRec::captureGlobalTimeStamp

Holds an image capture global timestamp in microseconds.

Definition at line 90 of file nvmedia_image.h.

NvMediaTime NvMediaImageRec::captureTimeStamp

Holds an image capture timestamp.

Definition at line 88 of file nvmedia_image.h.

uint32_t NvMediaImageRec::colorStd

Holds an image color standard type.

Definition at line 92 of file nvmedia_image.h.

uint32_t NvMediaImageRec::embeddedDataBottomSize

Holds the size of bottom embedded data.

Definition at line 81 of file nvmedia_image.h.

uint32_t NvMediaImageRec::embeddedDataTopSize

Holds the size of top embedded data.

Definition at line 79 of file nvmedia_image.h.

uint32_t NvMediaImageRec::height

Holds image height.

Definition at line 75 of file nvmedia_image.h.

uint32_t NvMediaImageRec::imageCount

Holds the number of images stored in this image container.

Definition at line 77 of file nvmedia_image.h.

struct NvMediaImagePriv_* NvMediaImageRec::imgPriv

Holds an opaque pointer for internal use.

Definition at line 94 of file nvmedia_image.h.

void* NvMediaImageRec::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 NvMediaImageRec::type

Holds image surface type.

Definition at line 71 of file nvmedia_image.h.

uint32_t NvMediaImageRec::width

Holds image width.

Definition at line 73 of file nvmedia_image.h.


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