|
static void | sample_file_free (EGFX_SAMPLE_FILE *file) |
|
static void | test_fill_image_alpha_channel (BYTE *data, int width, int height, BYTE value) |
|
static void * | test_image_memset32 (UINT32 *ptr, UINT32 fill, size_t length) |
|
static int | test_image_fill (BYTE *pDstData, int nDstStep, int nXDst, int nYDst, int nWidth, int nHeight, UINT32 color) |
|
static int | test_image_fill_quarter (BYTE *pDstData, int nDstStep, int nWidth, int nHeight, UINT32 color, int quarter) |
|
static int | test_image_fill_unused_quarters (BYTE *pDstData, int nDstStep, int nWidth, int nHeight, UINT32 color, int quarter) |
|
static BYTE * | test_progressive_load_file (const char *path, const char *file, size_t *size) |
|
static int | test_progressive_load_files (char *ms_sample_path, EGFX_SAMPLE_FILE files[3][4][4]) |
|
static BYTE * | test_progressive_load_bitmap (char *path, char *file, size_t *size, int quarter) |
|
static int | test_progressive_load_bitmaps (char *ms_sample_path, EGFX_SAMPLE_FILE bitmaps[3][4][4]) |
|
static size_t | test_memcmp_count (const BYTE *mem1, const BYTE *mem2, size_t size, int margin) |
|
static int | test_progressive_decode (PROGRESSIVE_CONTEXT *progressive, EGFX_SAMPLE_FILE files[4], EGFX_SAMPLE_FILE bitmaps[4], int quarter, int count) |
|
static int | test_progressive_ms_sample (char *ms_sample_path) |
|
static BOOL | diff (BYTE a, BYTE b) |
|
static BOOL | colordiff (UINT32 format, UINT32 a, UINT32 b) |
|
static BOOL | test_encode_decode (const char *path) |
|
static BOOL | read_cmd (FILE *fp, RDPGFX_SURFACE_COMMAND *cmd, UINT32 *frameId) |
|
static void | free_cmd (RDPGFX_SURFACE_COMMAND *cmd) |
|
static | WINPR_NORETURN (void usage(const char *name)) |
|
static void | print_codec_stats (const char *name, UINT64 timeNS) |
|
static int | test_dump (int argc, char *argv[]) |
|
int | TestFreeRDPCodecProgressive (int argc, char *argv[]) |
|