NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

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

Detailed Description

Image surface descriptor used by NvMediaImageLock.

Definition at line 215 of file nvmedia_image.h.

Data Fields

uint32_t pitch
 Pitch of the surface. More...
 
void * mapping
 CPU accessible memory pointer of the surface. More...
 

Field Documentation

void* NvMediaImageSurface::mapping

CPU accessible memory pointer of the surface.

Definition at line 219 of file nvmedia_image.h.

uint32_t NvMediaImageSurface::pitch

Pitch of the surface.

Definition at line 217 of file nvmedia_image.h.


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