Jetson Linux API Reference

32.7.4 Release
_NvDrmFB Struct Reference

Detailed Description

Holds information about the frame.

Definition at line 44 of file NvDrmRenderer.h.

Collaboration diagram for _NvDrmFB:

Data Fields

uint32_t fb_id
 Holds the frame ID. More...
 
int width
 Holds width of the frame, in pixels. More...
 
int height
 Holds height of the frame, in pixels. More...
 
int format
 Holds frame format, such as DRM_FORMAT_RGB332. More...
 
NvDrmBO bo [4]
 Holds DRM buffer handles. More...
 
int num_buffers
 Holds the number of DRM buffers, which depends on the buffer format. More...
 

Field Documentation

◆ bo

NvDrmBO _NvDrmFB::bo[4]

Holds DRM buffer handles.

Definition at line 51 of file NvDrmRenderer.h.

◆ fb_id

uint32_t _NvDrmFB::fb_id

Holds the frame ID.

Definition at line 45 of file NvDrmRenderer.h.

◆ format

int _NvDrmFB::format

Holds frame format, such as DRM_FORMAT_RGB332.

This class supports a subset of the formats defined in drm_fourcc.h, the standard DRM header.

Definition at line 48 of file NvDrmRenderer.h.

◆ height

int _NvDrmFB::height

Holds height of the frame, in pixels.

Definition at line 47 of file NvDrmRenderer.h.

◆ num_buffers

int _NvDrmFB::num_buffers

Holds the number of DRM buffers, which depends on the buffer format.

Definition at line 52 of file NvDrmRenderer.h.

◆ width

int _NvDrmFB::width

Holds width of the frame, in pixels.

Definition at line 46 of file NvDrmRenderer.h.


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