FreeRDP
rfx_rlgr.h
1 
20 #ifndef FREERDP_LIB_CODEC_RFX_RLGR_H
21 #define FREERDP_LIB_CODEC_RFX_RLGR_H
22 
23 #include <freerdp/codec/rfx.h>
24 #include <freerdp/api.h>
25 
26 FREERDP_LOCAL int rfx_rlgr_encode(RLGR_MODE mode, const INT16* WINPR_RESTRICT data,
27  UINT32 data_size, BYTE* WINPR_RESTRICT buffer,
28  UINT32 buffer_size);
29 
30 FREERDP_LOCAL int rfx_rlgr_decode(RLGR_MODE mode, const BYTE* WINPR_RESTRICT pSrcData,
31  UINT32 SrcSize, INT16* WINPR_RESTRICT pDstData, UINT32 rDstSize);
32 
33 #endif /* FREERDP_LIB_CODEC_RFX_RLGR_H */