20 #ifndef FREERDP_CODEC_BITMAP_H
21 #define FREERDP_CODEC_BITMAP_H
23 #include <freerdp/api.h>
24 #include <freerdp/types.h>
26 #include <freerdp/codec/color.h>
28 #include <winpr/crt.h>
29 #include <winpr/stream.h>
36 FREERDP_API SSIZE_T freerdp_bitmap_compress(
const void* WINPR_RESTRICT srcData, UINT32 width,
37 UINT32 height,
wStream* WINPR_RESTRICT s,
38 UINT32 bpp, UINT32 byte_limit, UINT32 start_line,
39 wStream* WINPR_RESTRICT temp_s, UINT32 e);