Main Page   File List  

l4con_pslim.h File Reference

console protocol definitions - pSLIM part More...

Go to the source code of this file.

Data Structures

struct  pslim_rect
 rectangular area of the virtual framebuffer More...

Defines

Param macros for bmap_*
Bitmap type - start least or start most significant bit

#define pSLIM_BMAP_START_MSB   0x02
 `pbm'-style: "The bits are stored eight per byte, high bit first low bit last."
#define pSLIM_BMAP_START_LSB   0x01
param macros for cscs_*
YUV types - plane and packed

#define pSLIM_CSCS_PLN_I420   0x01
#define pSLIM_CSCS_PLN_YV12   0x02
#define pSLIM_CSCS_PCK_YUY2   0x81
#define pSLIM_CSCS_PCK_Y211   0x82

Typedefs

typedef struct pslim_rect l4con_pslim_rect_t
 rectangular area of the virtual framebuffer
typedef l4_uint32_t l4con_pslim_color_t
 color type for the virtual framebuffer


Detailed Description

console protocol definitions - pSLIM part

Date:
2001
Author:
Christian Helmuth <ch12@os.inf.tu-dresden.de>
These macros are used as parameters for the IDL functions.

Definition in file l4con_pslim.h.


Define Documentation

#define pSLIM_BMAP_START_LSB   0x01

the other way round

Definition at line 30 of file l4con_pslim.h.

#define pSLIM_CSCS_PLN_I420   0x01

12 bits/pixel YUV 4:2:0

Definition at line 37 of file l4con_pslim.h.

#define pSLIM_CSCS_PLN_YV12   0x02

12 bits/pixel YVU 4:2:0

Definition at line 38 of file l4con_pslim.h.

#define pSLIM_CSCS_PCK_YUY2   0x81

16 bits/pixel YUYV 4:2:2

Definition at line 39 of file l4con_pslim.h.

#define pSLIM_CSCS_PCK_Y211   0x82

8 bits/pixel YUV 2:1:1

Definition at line 40 of file l4con_pslim.h.


Typedef Documentation

typedef l4_uint32_t l4con_pslim_color_t

color type for the virtual framebuffer

color type

Definition at line 53 of file l4con_pslim.h.


DROPS Console User Manual, part of DROPS  © 2000-2003