Holds information about the frame.
Definition at line 44 of file NvDrmRenderer.h.
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... | |
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.