|
FreeRDP
|
#include <winpr/crt.h>#include <winpr/print.h>#include <freerdp/freerdp.h>#include <freerdp/codec/rfx.h>Macros | |
| #define | IMG_WIDTH 64ULL |
| #define | IMG_HEIGHT 64ULL |
| #define | FORMAT_SIZE 4ULL |
| #define | FORMAT PIXEL_FORMAT_XRGB32 |
Functions | |
| static INLINE size_t | fuzzyCompare (BYTE b1, BYTE b2) |
| static BOOL | fuzzyCompareImage (const UINT32 *crefImage, const BYTE *img, size_t npixels) |
| int | TestFreeRDPCodecRemoteFX (int argc, char *argv[]) |
Variables | |
| static BYTE | encodeHeaderSample [] |
| static BYTE | encodeDataSample [] |
| static UINT32 | srefImage [] |
| #define FORMAT PIXEL_FORMAT_XRGB32 |
| #define FORMAT_SIZE 4ULL |
| #define IMG_HEIGHT 64ULL |
| #define IMG_WIDTH 64ULL |

|
static |


| int TestFreeRDPCodecRemoteFX | ( | int | argc, |
| char * | argv[] | ||
| ) |

|
static |
|
static |
|
static |