| Chromium Embedded Framework (CEF)
    128.0.1+gc234e7f+chromium-128.0.6613.7
    | 
Structure containing the plane information of the shared texture. More...
#include "include/internal/cef_types_linux.h"
| Public Attributes | |
| uint32_t | stride | 
| The strides and offsets in bytes to be used when accessing the buffers via a memory mapping.  More... | |
| uint64_t | offset | 
| uint64_t | size | 
| int | fd | 
| File descriptor for the underlying memory object (usually dmabuf).  More... | |
Structure containing the plane information of the shared texture.
Sync with native_pixmap_handle.h
| int cef_accelerated_paint_native_pixmap_plane_t::fd | 
File descriptor for the underlying memory object (usually dmabuf).
| uint64_t cef_accelerated_paint_native_pixmap_plane_t::offset | 
| uint64_t cef_accelerated_paint_native_pixmap_plane_t::size | 
| uint32_t cef_accelerated_paint_native_pixmap_plane_t::stride | 
The strides and offsets in bytes to be used when accessing the buffers via a memory mapping.
One per plane per entry. Size in bytes of the plane is necessary to map the buffers.