FreeRDP
|
Data Fields | |
UINT16 | blockType |
UINT32 | blockLen |
BYTE | tileSize |
UINT16 | numRects |
BYTE | numQuant |
BYTE | numProgQuant |
BYTE | flags |
UINT16 | numTiles |
UINT16 | usedTiles |
UINT32 | tileDataSize |
RFX_RECT | rects [0x10000] |
RFX_COMPONENT_CODEC_QUANT | quantVals [0x100] |
RFX_PROGRESSIVE_CODEC_QUANT | quantProgVals [0x100] |
RFX_PROGRESSIVE_TILE * | tiles [0x10000] |
Definition at line 154 of file libfreerdp/codec/progressive.h.
UINT32 PROGRESSIVE_BLOCK_REGION::blockLen |
Definition at line 157 of file libfreerdp/codec/progressive.h.
UINT16 PROGRESSIVE_BLOCK_REGION::blockType |
Definition at line 156 of file libfreerdp/codec/progressive.h.
BYTE PROGRESSIVE_BLOCK_REGION::flags |
Definition at line 163 of file libfreerdp/codec/progressive.h.
BYTE PROGRESSIVE_BLOCK_REGION::numProgQuant |
Definition at line 162 of file libfreerdp/codec/progressive.h.
BYTE PROGRESSIVE_BLOCK_REGION::numQuant |
Definition at line 161 of file libfreerdp/codec/progressive.h.
UINT16 PROGRESSIVE_BLOCK_REGION::numRects |
Definition at line 160 of file libfreerdp/codec/progressive.h.
UINT16 PROGRESSIVE_BLOCK_REGION::numTiles |
Definition at line 164 of file libfreerdp/codec/progressive.h.
RFX_PROGRESSIVE_CODEC_QUANT PROGRESSIVE_BLOCK_REGION::quantProgVals[0x100] |
Definition at line 169 of file libfreerdp/codec/progressive.h.
RFX_COMPONENT_CODEC_QUANT PROGRESSIVE_BLOCK_REGION::quantVals[0x100] |
Definition at line 168 of file libfreerdp/codec/progressive.h.
RFX_RECT PROGRESSIVE_BLOCK_REGION::rects[0x10000] |
Definition at line 167 of file libfreerdp/codec/progressive.h.
UINT32 PROGRESSIVE_BLOCK_REGION::tileDataSize |
Definition at line 166 of file libfreerdp/codec/progressive.h.
RFX_PROGRESSIVE_TILE* PROGRESSIVE_BLOCK_REGION::tiles[0x10000] |
Definition at line 170 of file libfreerdp/codec/progressive.h.
BYTE PROGRESSIVE_BLOCK_REGION::tileSize |
Definition at line 159 of file libfreerdp/codec/progressive.h.
UINT16 PROGRESSIVE_BLOCK_REGION::usedTiles |
Definition at line 165 of file libfreerdp/codec/progressive.h.