Lines Matching refs:fb
20 #include <fb.h>
23 #include <linux/fb.h>
218 HIFB_LAYER_BUF_DOUBLE = 0x0, /* 2 display buf in fb */
219 HIFB_LAYER_BUF_ONE = 0x1, /* 1 display buf in fb */
220 HIFB_LAYER_BUF_NONE = 0x2, /* no display buf in fb,the buf user refreshed will be directly set to VO */
221 HIFB_LAYER_BUF_DOUBLE_IMMEDIATE = 0x3, /* 2 display buf in fb, each refresh will be displayed */
222 HIFB_LAYER_BUF_FENCE = 0x4, /* 2 display buf in fb with fence */
284 /* Auto means fb will choose a appropriate antiflicker level automatically according to the color info of map */
332 /* the width of display buf in fb.for 0 buf ,there is no display buf in fb, so it's effectless */
334 HI_U32 u32DisplayHeight; /* the height of display buf in fb. */