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
NvMediaImageSurface Struct Reference

Detailed Description

Holds an image surface descriptor used by NvMediaImageLock().

Definition at line 179 of file nvmedia_image.h.

Data Fields

uint32_t pitch
 Holds pitch of the surface. More...
 
void * mapping
 Holds a CPU accessible memory pointer to the surface. More...
 

Field Documentation

void* NvMediaImageSurface::mapping

Holds a CPU accessible memory pointer to the surface.

Definition at line 183 of file nvmedia_image.h.

uint32_t NvMediaImageSurface::pitch

Holds pitch of the surface.

Definition at line 181 of file nvmedia_image.h.


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