Files | |
| file | mutex.h |
| Implements recursive mutex (mutual exclusion) over spinlock. | |
| file | syserror.h |
| Error functions. | |
| file | sysmacro.h |
| Macro defines. | |
Modules | |
| Border Texture | |
| border texture | |
| Console | |
| generic console | |
| Controllers | |
| read controller status | |
| Dcar Archiver | |
| tar like file archiver | |
| Display list system. | |
| display list system | |
| Driver and driver type | |
| drivers and driver type. | |
| Exceptions and Guardians handling | |
| exceptions and guardians handling | |
| External Heap | |
| external heap management | |
| PCM fifo | |
| PCM fifo. | |
| File utils | |
| file utils API. | |
| Filename | |
| working with pathes and filenames | |
| Filetypes | |
| filetype API. | |
| Filesystem | |
| virtual filesystem for KOS | |
| Containers | |
| Thread safe container. | |
| Lef Loader | |
| lef loader | |
| Mathematics | |
| mathematics various (float, integer, matrix, vertex, fft ...) | |
| VT52 terminal | |
| VT52 compatible terminal. | |
| Rescursive mutex | |
| rescursive mutex. | |
| PCM and Bitstream buffers | |
| PCM and Bitstream buffers. | |
| Playa | |
| music player | |
| Priorities | |
| Priority settings. | |
| Screen shot | |
| take a screen shot | |
| Shell | |
| shell | |
| Debug facilities | |
| debug facilities | |
| VMU | |
| VMU. | |
| Drawing system. | |
| Drawing system. | |
| Data translators | |
| Data translators. | |
| Plugins | |
| dcplaya plugins | |
Image format macros. | |
| #define | SHAPF_LOG2BPP(A) ((int)(A)&7) |
| Get log 2 of number of bit per pixel. | |
| #define | SHAPF_BPP(A) (1<<SHAPF_LOG2BPP(A)) |
| Get number of bit per pixel. | |
Fixed size integer types | |
| enum | SHApixelFormat_e { SHAPF_IND1 = 0x10, SHAPF_IND2 = 0x01, SHAPF_IND4 = 0x02, SHAPF_IND8 = 0x03, SHAPF_RGB233 = 0x13, SHAPF_GREY8 = 0x23, SHAPF_ARGB2222 = 0x33, SHAPF_RGB565 = 0x04, SHAPF_ARGB1555 = 0x14, SHAPF_ARGB4444 = 0x24, SHAPF_AIND88 = 0x34, SHAPF_ARGB32 = 0x05, SHAPF_UNKNOWN = 0x00 } |
| Pixel format enumeration. More... | |
|
| dcplaya documentation version 1.2 | Generated on January 2004 by doxygen 1.3.5 |