FreeRDP
BITMAP_PLANAR_CONTEXT Struct Reference

#include <planar.h>

Data Fields

UINT32 maxWidth
 
UINT32 maxHeight
 
UINT32 maxPlaneSize
 
BOOL AllowSkipAlpha
 
BOOL AllowRunLengthEncoding
 
BOOL AllowColorSubsampling
 
BOOL AllowDynamicColorFidelity
 
UINT32 ColorLossLevel
 
BYTEplanes [4]
 
BYTEplanesBuffer
 
BYTEdeltaPlanes [4]
 
BYTEdeltaPlanesBuffer
 
BYTErlePlanes [4]
 
BYTErlePlanesBuffer
 
BYTEpTempData
 
UINT32 nTempStep
 
BOOL bgr
 
BOOL topdown
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation RDP6 Planar Codec

Copyright 2013 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2016 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m Copyright 2016 Thincast Technologies GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Field Documentation

◆ AllowColorSubsampling

BOOL BITMAP_PLANAR_CONTEXT::AllowColorSubsampling

◆ AllowDynamicColorFidelity

BOOL BITMAP_PLANAR_CONTEXT::AllowDynamicColorFidelity

◆ AllowRunLengthEncoding

BOOL BITMAP_PLANAR_CONTEXT::AllowRunLengthEncoding

◆ AllowSkipAlpha

BOOL BITMAP_PLANAR_CONTEXT::AllowSkipAlpha

◆ bgr

BOOL BITMAP_PLANAR_CONTEXT::bgr

◆ ColorLossLevel

UINT32 BITMAP_PLANAR_CONTEXT::ColorLossLevel

◆ deltaPlanes

BYTE* BITMAP_PLANAR_CONTEXT::deltaPlanes[4]

◆ deltaPlanesBuffer

BYTE* BITMAP_PLANAR_CONTEXT::deltaPlanesBuffer

◆ maxHeight

UINT32 BITMAP_PLANAR_CONTEXT::maxHeight

◆ maxPlaneSize

UINT32 BITMAP_PLANAR_CONTEXT::maxPlaneSize

◆ maxWidth

UINT32 BITMAP_PLANAR_CONTEXT::maxWidth

◆ nTempStep

UINT32 BITMAP_PLANAR_CONTEXT::nTempStep

◆ planes

BYTE* BITMAP_PLANAR_CONTEXT::planes[4]

◆ planesBuffer

BYTE* BITMAP_PLANAR_CONTEXT::planesBuffer

◆ pTempData

BYTE* BITMAP_PLANAR_CONTEXT::pTempData

◆ rlePlanes

BYTE* BITMAP_PLANAR_CONTEXT::rlePlanes[4]

◆ rlePlanesBuffer

BYTE* BITMAP_PLANAR_CONTEXT::rlePlanesBuffer

◆ topdown

BOOL BITMAP_PLANAR_CONTEXT::topdown

The documentation for this struct was generated from the following file: