Instrument Neutral Distributed Interface INDI  2.0.2
Functions
vcvt.h File Reference

Go to the source code of this file.

Functions

void vcvt_420i_bgr24 (int width, int height, int plus, void *src, void *dst)
 
void vcvt_420i_rgb24 (int width, int height, int plus, void *src, void *dst)
 
void vcvt_420i_bgr32 (int width, int height, int plus, void *src, void *dst)
 
void vcvt_420i_rgb32 (int width, int height, int plus, void *src, void *dst)
 
void vcvt_420i_420p (int width, int height, int plus, void *src, void *dsty, void *dstu, void *dstv)
 
void vcvt_420i_yuyv (int width, int height, int plus, void *src, void *dst)
 

Function Documentation

◆ vcvt_420i_420p()

void vcvt_420i_420p ( int  width,
int  height,
int  plus,
void *  src,
void *  dsty,
void *  dstu,
void *  dstv 
)

◆ vcvt_420i_bgr24()

void vcvt_420i_bgr24 ( int  width,
int  height,
int  plus,
void *  src,
void *  dst 
)

◆ vcvt_420i_bgr32()

void vcvt_420i_bgr32 ( int  width,
int  height,
int  plus,
void *  src,
void *  dst 
)

◆ vcvt_420i_rgb24()

void vcvt_420i_rgb24 ( int  width,
int  height,
int  plus,
void *  src,
void *  dst 
)

◆ vcvt_420i_rgb32()

void vcvt_420i_rgb32 ( int  width,
int  height,
int  plus,
void *  src,
void *  dst 
)

◆ vcvt_420i_yuyv()

void vcvt_420i_yuyv ( int  width,
int  height,
int  plus,
void *  src,
void *  dst 
)