RetroArch
Functions
pixconv.h File Reference
#include <clamping.h>
#include <retro_common_api.h>
Include dependency graph for pixconv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

RETRO_BEGIN_DECLS void conv_0rgb1555_argb8888 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_0rgb1555_rgb565 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_rgb565_0rgb1555 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_rgb565_abgr8888 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_rgb565_argb8888 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_rgba4444_argb8888 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_rgba4444_rgb565 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_bgr24_argb8888 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_argb8888_0rgb1555 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_argb8888_rgba4444 (void *output_, const void *input_, int width, int height, int out_stride, int in_stride)
 
void conv_argb8888_rgb565 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_argb8888_bgr24 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_argb8888_abgr8888 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_0rgb1555_bgr24 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_rgb565_bgr24 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_yuyv_argb8888 (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 
void conv_copy (void *output, const void *input, int width, int height, int out_stride, int in_stride)
 

Function Documentation

◆ conv_0rgb1555_argb8888()

RETRO_BEGIN_DECLS void conv_0rgb1555_argb8888 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_0rgb1555_bgr24()

void conv_0rgb1555_bgr24 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_0rgb1555_rgb565()

void conv_0rgb1555_rgb565 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_argb8888_0rgb1555()

void conv_argb8888_0rgb1555 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_argb8888_abgr8888()

void conv_argb8888_abgr8888 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_argb8888_bgr24()

void conv_argb8888_bgr24 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_argb8888_rgb565()

void conv_argb8888_rgb565 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)

◆ conv_argb8888_rgba4444()

void conv_argb8888_rgba4444 ( void output_,
const void input_,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_bgr24_argb8888()

void conv_bgr24_argb8888 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_copy()

void conv_copy ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ conv_rgb565_0rgb1555()

void conv_rgb565_0rgb1555 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_rgb565_abgr8888()

void conv_rgb565_abgr8888 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_rgb565_argb8888()

void conv_rgb565_argb8888 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_rgb565_bgr24()

void conv_rgb565_bgr24 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_rgba4444_argb8888()

void conv_rgba4444_argb8888 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_rgba4444_rgb565()

void conv_rgba4444_rgb565 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ conv_yuyv_argb8888()

void conv_yuyv_argb8888 ( void output,
const void input,
int  width,
int  height,
int  out_stride,
int  in_stride 
)
Here is the call graph for this function:
Here is the caller graph for this function: