L4T Multimedia API Reference

32.3.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
_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

NvDrmBO _NvDrmFB::bo[4]

Holds DRM buffer handles.

Definition at line 51 of file NvDrmRenderer.h.

uint32_t _NvDrmFB::fb_id

Holds the frame ID.

Definition at line 45 of file NvDrmRenderer.h.

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.

int _NvDrmFB::height

Holds height of the frame in pixels.

Definition at line 47 of file NvDrmRenderer.h.

int _NvDrmFB::num_buffers

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

Definition at line 52 of file NvDrmRenderer.h.

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: