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... | |
| uint32_t _NvDrmBO::bo_handle |
Holds DRM buffer index.
Definition at line 36 of file NvDrmRenderer.h.
| uint8_t* _NvDrmBO::data |
Holds mapped CPU accessible address.
Definition at line 40 of file NvDrmRenderer.h.
| int _NvDrmBO::height |
Holds height of the DRM buffer, in pixels.
Definition at line 38 of file NvDrmRenderer.h.
| int _NvDrmBO::pitch |
Holds stride/pitch of the DRM buffer.
Definition at line 39 of file NvDrmRenderer.h.
| int _NvDrmBO::width |
Holds width of the DRM buffer, in pixels.
Definition at line 37 of file NvDrmRenderer.h.