Lines Matching defs:omap_overlay_info
229 struct omap_overlay_info { struct
230 dma_addr_t paddr;
231 dma_addr_t p_uv_addr; /* for NV12 format */
232 u16 screen_width;
233 u16 width;
234 u16 height;
235 u32 fourcc;
236 u8 rotation;
237 enum omap_dss_rotation_type rotation_type;
239 u16 pos_x;
240 u16 pos_y;
241 u16 out_width; /* if 0, out_width == width */
242 u16 out_height; /* if 0, out_height == height */
243 u8 global_alpha;
244 u8 pre_mult_alpha;
245 u8 zorder;