FreeRDP
|
Data Fields | |
UINT32 | frameIdx |
UINT16 | numRects |
RFX_RECT * | rects |
UINT16 | numTiles |
size_t | allocatedTiles |
RFX_TILE ** | tiles |
UINT16 | numQuant |
UINT32 * | quantVals |
UINT32 | tilesDataSize |
BOOL | freeArray |
Definition at line 93 of file rfx_types.h.
size_t RFX_MESSAGE::allocatedTiles |
Definition at line 111 of file rfx_types.h.
UINT32 RFX_MESSAGE::frameIdx |
Definition at line 95 of file rfx_types.h.
BOOL RFX_MESSAGE::freeArray |
Definition at line 119 of file rfx_types.h.
UINT16 RFX_MESSAGE::numQuant |
Definition at line 114 of file rfx_types.h.
UINT16 RFX_MESSAGE::numRects |
The rects array represents the updated region of the frame. The UI requires to clip drawing destination base on the union of the rects.
Definition at line 101 of file rfx_types.h.
UINT16 RFX_MESSAGE::numTiles |
The tiles array represents the actual frame data. Each tile is always 64x64. Note that only pixels inside the updated region (represented as rects described above) are valid. Pixels outside of the region may contain arbitrary data.
Definition at line 110 of file rfx_types.h.
UINT32* RFX_MESSAGE::quantVals |
Definition at line 115 of file rfx_types.h.
RFX_RECT* RFX_MESSAGE::rects |
Definition at line 102 of file rfx_types.h.
RFX_TILE** RFX_MESSAGE::tiles |
Definition at line 112 of file rfx_types.h.
UINT32 RFX_MESSAGE::tilesDataSize |
Definition at line 117 of file rfx_types.h.