Chromium Embedded Framework (CEF)  128.4.2+g5c235a2+chromium-128.0.6613.18
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: