L4T Multimedia API Reference

31.1 Release

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

Detailed Description

Holds a buffer object handle.

Definition at line 35 of file NvDrmRenderer.h.

Data Fields

uint32_t bo_handle
 DRM buffer index. More...
 
int width
 Width of the DRM buffer, in pixels. More...
 
int height
 Heigth of the DRM buffer, in pixels. More...
 
int pitch
 Memory layout of the DRM buffer. More...
 
uint8_t * data
 Mapped CPU accessible address. More...
 

Field Documentation

uint32_t _NvDrmBO::bo_handle

DRM buffer index.

Definition at line 36 of file NvDrmRenderer.h.

uint8_t* _NvDrmBO::data

Mapped CPU accessible address.

Definition at line 40 of file NvDrmRenderer.h.

int _NvDrmBO::height

Heigth of the DRM buffer, in pixels.

Definition at line 38 of file NvDrmRenderer.h.

int _NvDrmBO::pitch

Memory layout of the DRM buffer.

Definition at line 39 of file NvDrmRenderer.h.

int _NvDrmBO::width

Width of the DRM buffer, in pixels.

Definition at line 37 of file NvDrmRenderer.h.


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