Searched defs:omap_overlay_info (Results 1 – 2 of 2) sorted by relevance
240 struct omap_overlay_info { struct241 dma_addr_t paddr;242 dma_addr_t p_uv_addr; /* for NV12 format */243 u16 screen_width;244 u16 width;245 u16 height;246 u32 fourcc;247 u8 rotation;248 enum omap_dss_rotation_type rotation_type;250 u16 pos_x;[all …]
324 struct omap_overlay_info { struct325 dma_addr_t paddr;326 dma_addr_t p_uv_addr; /* for NV12 format */327 u16 screen_width;328 u16 width;329 u16 height;330 enum omap_color_mode color_mode;331 u8 rotation;332 enum omap_dss_rotation_type rotation_type;333 bool mirror;[all …]