FreeRDP
|
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <winpr/sysinfo.h>
#include <freerdp/freerdp.h>
#include <freerdp/codec/color.h>
Macros | |
#define | TEST_RUNS 2 |
Functions | |
static BOOL | TestFreeRDPImageCopy (UINT32 w, UINT32 h, UINT32 srcFormat, UINT32 dstFormat, size_t runs) |
static BOOL | TestFreeRDPImageCopy_no_overlap (UINT32 w, UINT32 h, UINT32 srcFormat, UINT32 dstFormat, size_t runs) |
int | TestFreeRDPCodecCopy (int argc, char *argv[]) |
#define TEST_RUNS 2 |
int TestFreeRDPCodecCopy | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
|
static |