FreeRDP
|
Data Fields | |
RFX_STATE | state |
BOOL | encoder |
UINT16 | flags |
UINT16 | properties |
UINT16 | width |
UINT16 | height |
RLGR_MODE | mode |
UINT32 | version |
UINT32 | codec_id |
UINT32 | codec_version |
UINT32 | pixel_format |
BYTE | bits_per_pixel |
const BYTE * | palette |
UINT32 | frameIdx |
BYTE | numQuant |
UINT32 * | quants |
BYTE | quantIdxY |
BYTE | quantIdxCb |
BYTE | quantIdxCr |
UINT32 | decodedHeaderBlocks |
UINT16 | expectedDataBlockType |
struct S_RFX_MESSAGE | currentMessage |
void(* | quantization_decode )(INT16 *WINPR_RESTRICT buffer, const UINT32 *WINPR_RESTRICT quantization_values) |
void(* | quantization_encode )(INT16 *WINPR_RESTRICT buffer, const UINT32 *WINPR_RESTRICT quantization_values) |
void(* | dwt_2d_decode )(INT16 *WINPR_RESTRICT buffer, INT16 *WINPR_RESTRICT dwt_buffer) |
void(* | dwt_2d_extrapolate_decode )(INT16 *WINPR_RESTRICT src, INT16 *WINPR_RESTRICT temp) |
void(* | dwt_2d_encode )(INT16 *WINPR_RESTRICT buffer, INT16 *WINPR_RESTRICT dwt_buffer) |
int(* | rlgr_decode )(RLGR_MODE mode, const BYTE *WINPR_RESTRICT data, UINT32 data_size, INT16 *WINPR_RESTRICT buffer, UINT32 buffer_size) |
int(* | rlgr_encode )(RLGR_MODE mode, const INT16 *WINPR_RESTRICT data, UINT32 data_size, BYTE *WINPR_RESTRICT buffer, UINT32 buffer_size) |
RFX_CONTEXT_PRIV * | priv |
Definition at line 135 of file rfx_types.h.