1 Star 0 Fork 4.9K

罗小黑 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GrallocBuffer.md 3.53 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

GrallocBuffer

Overview

Related Modules:

Display

Description:

Defines the memory buffer, including the buffer handle, memory type, memory size, and virtual memory address.

Summary

Data Fields

Variable Name

Description

hdl

BufferHandle 

type

MemType 

size

uint32_t 

virAddr

void * 

Details

Field Documentation

hdl

[BufferHandle](BufferHandle.md) GrallocBuffer::hdl

Description:

Buffer handle

size

uint32_t GrallocBuffer::size

Description:

Size of the requested memory

type

[MemType](Display.md#gabd31f838aefffa46191d0d7dc36a96b2) GrallocBuffer::type

Description:

Type of the requested memory

virAddr

void* GrallocBuffer::virAddr

Description:

Virtual address of the requested memory

1
https://gitee.com/lawguiren/docs.git
git@gitee.com:lawguiren/docs.git
lawguiren
docs
docs
master

搜索帮助