FreeRDP
Loading...
Searching...
No Matches
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
26WINPR_ATTR_NODISCARD
27FREERDP_LOCAL int rfx_rlgr_encode(RLGR_MODE mode, const INT16* WINPR_RESTRICT data,
28 UINT32 data_size, BYTE* WINPR_RESTRICT buffer,
29 UINT32 buffer_size);
30
31WINPR_ATTR_NODISCARD
32FREERDP_LOCAL int rfx_rlgr_decode(RLGR_MODE mode, const BYTE* WINPR_RESTRICT pSrcData,
33 UINT32 SrcSize, INT16* WINPR_RESTRICT pDstData, UINT32 rDstSize);
34
35#endif /* FREERDP_LIB_CODEC_RFX_RLGR_H */