Chromium Embedded Framework (CEF)  126.2.0+g5c56e98+chromium-126.0.6478.62
cef_accelerated_paint_native_pixmap_plane_t Struct Reference

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...
 

Detailed Description

Structure containing the plane information of the shared texture.

Sync with native_pixmap_handle.h

Member Data Documentation

◆ fd

int cef_accelerated_paint_native_pixmap_plane_t::fd

File descriptor for the underlying memory object (usually dmabuf).

◆ offset

uint64_t cef_accelerated_paint_native_pixmap_plane_t::offset

◆ size

uint64_t cef_accelerated_paint_native_pixmap_plane_t::size

◆ stride

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.


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