Jetson Linux API Reference

32.7.4 Release
_NvDrmBO Struct Reference

Detailed Description

Holds a buffer object handle.

Definition at line 35 of file NvDrmRenderer.h.

Data Fields

uint32_t bo_handle
 Holds DRM buffer index. More...
 
int width
 Holds width of the DRM buffer, in pixels. More...
 
int height
 Holds height of the DRM buffer, in pixels. More...
 
int pitch
 Holds stride/pitch of the DRM buffer. More...
 
uint8_t * data
 Holds mapped CPU accessible address. More...
 

Field Documentation

◆ bo_handle

uint32_t _NvDrmBO::bo_handle

Holds DRM buffer index.

Definition at line 36 of file NvDrmRenderer.h.

◆ data

uint8_t* _NvDrmBO::data

Holds mapped CPU accessible address.

Definition at line 40 of file NvDrmRenderer.h.

◆ height

int _NvDrmBO::height

Holds height of the DRM buffer, in pixels.

Definition at line 38 of file NvDrmRenderer.h.

◆ pitch

int _NvDrmBO::pitch

Holds stride/pitch of the DRM buffer.

Definition at line 39 of file NvDrmRenderer.h.

◆ width

int _NvDrmBO::width

Holds 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: