framebuffer_device_t 结构体参考文档

framebuffer_device_t 结构体参考文档

#include < fb.h >

数据字段

struct hw_device_t   常见
 
const uint32_t  标志
 
const uint32_t  宽度
 
const uint32_t  height
 
const int  步幅
 
const int  格式
 
const float  xdpi
 
const float  ydpi
 
const float  帧速率
 
const int  minSwapInterval
 
const int  maxSwapInterval
 
const int  numFramebuffers
 
int  reserved [7]
 
int(*  setSwapInterval )(struct framebuffer_device_t *window, int interval)
 
int(*  setUpdateRect )(struct framebuffer_device_t *window, int left, int top, int width, int height)
 
int(*  post )(struct framebuffer_device_t *dev, buffer_handle_t buffer)
 
int(*  compositionComplete )(struct framebuffer_device_t *dev)
 
void(*  dump )(struct framebuffer_device_t *dev, char *buff, int buff_len)
 
int(*  enableScreen )(struct framebuffer_device_t *dev, int enable)
 
void *  reserved_proc [6]
 

详细说明

定义位于文件 fb.h 38 行。

字段文档

struct hw_device_t common

帧缓冲区设备的常用方法。此 必须 framebuffer_device_t 的第一个成员,因为此结构的用户会在已知 hw_device_t 引用 framebuffer_device_t 的情况下,将 hw_device_t 转换为 framebuffer_device_t 指针。

定义位于文件 fb.h 的 45 行

int(* compositionComplete)(struct framebuffer_device_t *dev)

定义位于文件 fb.h 的第 136 行

void(* dump)(struct framebuffer_device_t *dev, char *buff, int buff_len)

定义位于文件 fb.h 的第 143 行

int(* enableScreen)(struct framebuffer_device_t *dev, int enable)

定义位于文件 fb.h 151 行

const uint32_t flags

定义位于文件 fb.h 48 行。

const int format

定义位于文件 fb.h 58 行。

const float fps

定义位于文件 fb.h 65 行。

const uint32_t height

定义位于文件 fb.h 的第 52 行。

const int maxSwapInterval

定义位于文件 fb.h 的第 71 行 。 。

const int minSwapInterval

定义位于文件 fb.h 68 行

const int numFramebuffers

定义位于文件 fb.h 的第 74 行

int(* post)(struct framebuffer_device_t *dev, buffer_handle_t buffer)

定义位于文件 fb.h 的第 128 行。

int reserved[7]

定义位于文件 fb.h 76 行。

void* reserved_proc[6]

定义位于文件 fb.h 153 行

int(* setSwapInterval)(struct framebuffer_device_t *window, int interval)

定义位于文件 fb.h 的第 83 行

int(* setUpdateRect)(struct framebuffer_device_t *window, int left, int top, int width, int height)

定义位于文件 fb.h 106 行

const int stride

定义位于文件 fb.h 55 行。

const uint32_t width

定义位于文件 fb.h 的第 51 行

const float xdpi

定义位于文件 fb.h 61 行

const float ydpi

定义位于文件 fb.h 的第 62 行。


此结构体的文档是根据以下文件生成的:
  • hardware/libhardware/include/hardware/ fb.h