FreeRDP
TestFreeRDPCodecInterleaved.c File Reference
#include <freerdp/config.h>
#include <math.h>
#include <winpr/crt.h>
#include <winpr/print.h>
#include <freerdp/freerdp.h>
#include <freerdp/codec/color.h>
#include <freerdp/codec/bitmap.h>
#include <freerdp/codec/interleaved.h>
#include <winpr/crypto.h>
#include <freerdp/utils/profiler.h>

Functions

static BOOL run_encode_decode_single (UINT16 bpp, BITMAP_INTERLEAVED_CONTEXT *encoder, BITMAP_INTERLEAVED_CONTEXT *decoder)
 
static const char * get_profiler_name (BOOL encode, UINT16 bpp)
 
static BOOL run_encode_decode (UINT16 bpp, BITMAP_INTERLEAVED_CONTEXT *encoder, BITMAP_INTERLEAVED_CONTEXT *decoder)
 
static BOOL TestColorConversion (void)
 
int TestFreeRDPCodecInterleaved (int argc, char *argv[])
 

Function Documentation

◆ get_profiler_name()

static const char* get_profiler_name ( BOOL  encode,
UINT16  bpp 
)
static
Here is the caller graph for this function:

◆ run_encode_decode()

static BOOL run_encode_decode ( UINT16  bpp,
BITMAP_INTERLEAVED_CONTEXT *  encoder,
BITMAP_INTERLEAVED_CONTEXT *  decoder 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_encode_decode_single()

static BOOL run_encode_decode_single ( UINT16  bpp,
BITMAP_INTERLEAVED_CONTEXT *  encoder,
BITMAP_INTERLEAVED_CONTEXT *  decoder 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestColorConversion()

static BOOL TestColorConversion ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestFreeRDPCodecInterleaved()

int TestFreeRDPCodecInterleaved ( int  argc,
char *  argv[] 
)
Here is the call graph for this function: