Instrument Neutral Distributed Interface INDI  2.0.2
Macros | Functions
ccvt_c2.c File Reference
#include "ccvt.h"
#include "ccvt_types.h"

Go to the source code of this file.

Macros

#define WHOLE_FUNC2RGB(type)
 

Functions

void ccvt_420p_bgr32 (int width, int height, const void *src, void *dst)
 
void ccvt_420p_bgr24 (int width, int height, const void *src, void *dst)
 
void ccvt_420p_rgb32 (int width, int height, const void *src, void *dst)
 
void ccvt_420p_rgb24 (int width, int height, const void *src, void *dst)
 

Macro Definition Documentation

◆ WHOLE_FUNC2RGB

#define WHOLE_FUNC2RGB (   type)

Definition at line 31 of file ccvt_c2.c.

Function Documentation

◆ ccvt_420p_bgr24()

void ccvt_420p_bgr24 ( int  width,
int  height,
const void *  src,
void *  dst 
)

4:2:0 YUV planar to RGB/BGR

Definition at line 118 of file ccvt_c2.c.

◆ ccvt_420p_bgr32()

void ccvt_420p_bgr32 ( int  width,
int  height,
const void *  src,
void *  dst 
)

4:2:0 YUV planar to RGB/BGR

Definition at line 113 of file ccvt_c2.c.

◆ ccvt_420p_rgb24()

void ccvt_420p_rgb24 ( int  width,
int  height,
const void *  src,
void *  dst 
)

4:2:0 YUV planar to RGB/BGR

Definition at line 128 of file ccvt_c2.c.

◆ ccvt_420p_rgb32()

void ccvt_420p_rgb32 ( int  width,
int  height,
const void *  src,
void *  dst 
)

4:2:0 YUV planar to RGB/BGR

Definition at line 123 of file ccvt_c2.c.