Go to the source code of this file.
|
void | YUV2RGB (word, word, word, byte *, byte *, byte *) |
|
void | YUV2RGB2 (word, word, word, int *, int *, int *) |
|
void | BMP_WriteHeader (int FileHandle, int, int) |
|
void | VideoToBMP (TYPE_VideoFrame *VideoFrame, int BMPwidth, int BMPheight, byte *BMPPixelBuffer, int DstX, int DstY, int DstWidth, int DstHeight) |
|
void | OSDToBMP (TYPE_OsdBaseInfo *OsdBaseInfo, int BMPwidth, int BMPheight, byte *BMPPixelBuffer, int Alpha) |
|
◆ BMP_WriteHeader()
void BMP_WriteHeader |
( |
int |
FileHandle, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
Definition at line 5 of file BMP_WriteHeader.c.
References BMP_INFO::bits_per_pixel, BMP_INFO::color, BMP_INFO::compress, BMP_INFO::height, BMP_INFO::icolor, BMP_HEAD::id, BMP_INFO::img_size, BMP_INFO::info_size, LE16, LE32, BMP_HEAD::offset_h, BMP_HEAD::offset_l, BMP_INFO::plane, BMP_HEAD::size_h, BMP_HEAD::size_l, TRACEENTER, TRACEEXIT, BMP_INFO::width, BMP_INFO::x_res, and BMP_INFO::y_res.
Referenced by SaveBitmap().
◆ OSDToBMP()
void OSDToBMP |
( |
TYPE_OsdBaseInfo * |
OsdBaseInfo, |
|
|
int |
BMPwidth, |
|
|
int |
BMPheight, |
|
|
byte * |
BMPPixelBuffer, |
|
|
int |
Alpha |
|
) |
| |
◆ VideoToBMP()
void VideoToBMP |
( |
TYPE_VideoFrame * |
VideoFrame, |
|
|
int |
BMPwidth, |
|
|
int |
BMPheight, |
|
|
byte * |
BMPPixelBuffer, |
|
|
int |
DstX, |
|
|
int |
DstY, |
|
|
int |
DstWidth, |
|
|
int |
DstHeight |
|
) |
| |
◆ YUV2RGB()
void YUV2RGB |
( |
word |
yy, |
|
|
word |
uu, |
|
|
word |
vv, |
|
|
byte * |
r, |
|
|
byte * |
g, |
|
|
byte * |
b |
|
) |
| |
|
inline |
◆ YUV2RGB2()
void YUV2RGB2 |
( |
word |
yy, |
|
|
word |
uu, |
|
|
word |
vv, |
|
|
int * |
r, |
|
|
int * |
g, |
|
|
int * |
b |
|
) |
| |
|
inline |
◆ fbl_rgn
◆ LibInitialized
Definition at line 8 of file InitTAPex.c.
Referenced by HDD_TAP_Callback(), HDD_TAP_CheckCollision(), HDD_TAP_Disable(), HDD_TAP_GetCurrentDir(), HDD_TAP_isAnyRunning(), HDD_TAP_isDisabledAll(), HDD_TAP_SendEvent(), KeyTranslate(), NoAutoStartTAP(), SDS(), and TAPCOM_OpenChannel().
◆ pAudioTracks
◆ RECShadow