FreeRDP
|
Data Fields | |
UINT32 | OrgByteCount [4] |
UINT32 | format |
UINT16 | width |
UINT16 | height |
BYTE * | BitmapData |
size_t | BitmapDataLength |
BYTE * | Planes |
size_t | PlanesSize |
UINT32 | PlaneByteCount [4] |
UINT32 | ColorLossLevel |
UINT32 | ChromaSubsamplingLevel |
BOOL | DynamicColorFidelity |
const BYTE * | palette |
BOOL(* | decode )(NSC_CONTEXT *WINPR_RESTRICT context) |
NSC_CONTEXT *WINPR_RESTRICT | context |
NSC_CONTEXT *WINPR_RESTRICT const BYTE *WINPR_RESTRICT | BitmapData |
NSC_CONTEXT *WINPR_RESTRICT const BYTE *WINPR_RESTRICT UINT32 | rowstride |
NSC_CONTEXT_PRIV * | priv |
Definition at line 55 of file nsc_types.h.
BYTE* NSC_CONTEXT::BitmapData |
Definition at line 61 of file nsc_types.h.
NSC_CONTEXT* WINPR_RESTRICT const BYTE* WINPR_RESTRICT NSC_CONTEXT::BitmapData |
Definition at line 76 of file nsc_types.h.
size_t NSC_CONTEXT::BitmapDataLength |
Definition at line 62 of file nsc_types.h.
UINT32 NSC_CONTEXT::ChromaSubsamplingLevel |
Definition at line 68 of file nsc_types.h.
UINT32 NSC_CONTEXT::ColorLossLevel |
Definition at line 67 of file nsc_types.h.
NSC_CONTEXT* WINPR_RESTRICT NSC_CONTEXT::context |
Definition at line 76 of file nsc_types.h.
BOOL(* NSC_CONTEXT::decode) (NSC_CONTEXT *WINPR_RESTRICT context) |
Definition at line 74 of file nsc_types.h.
BOOL NSC_CONTEXT::DynamicColorFidelity |
Definition at line 69 of file nsc_types.h.
UINT32 NSC_CONTEXT::format |
Definition at line 58 of file nsc_types.h.
UINT16 NSC_CONTEXT::height |
Definition at line 60 of file nsc_types.h.
UINT32 NSC_CONTEXT::OrgByteCount[4] |
Definition at line 57 of file nsc_types.h.
const BYTE* NSC_CONTEXT::palette |
Definition at line 72 of file nsc_types.h.
UINT32 NSC_CONTEXT::PlaneByteCount[4] |
Definition at line 66 of file nsc_types.h.
BYTE* NSC_CONTEXT::Planes |
Definition at line 64 of file nsc_types.h.
size_t NSC_CONTEXT::PlanesSize |
Definition at line 65 of file nsc_types.h.
NSC_CONTEXT_PRIV* NSC_CONTEXT::priv |
Definition at line 78 of file nsc_types.h.
NSC_CONTEXT* WINPR_RESTRICT const BYTE* WINPR_RESTRICT UINT32 NSC_CONTEXT::rowstride |
Definition at line 76 of file nsc_types.h.
UINT16 NSC_CONTEXT::width |
Definition at line 59 of file nsc_types.h.