TwiceAsNice
2019-02-18
|
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) |
void vcvt_420i_420p | ( | int | width, |
int | height, | ||
int | plus, | ||
void * | src, | ||
void * | dsty, | ||
void * | dstu, | ||
void * | dstv | ||
) |
void vcvt_420i_bgr24 | ( | 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_rgb24 | ( | 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_yuyv | ( | int | width, |
int | height, | ||
int | plus, | ||
void * | src, | ||
void * | dst | ||
) |