Go to the source code of this file.
Functions | |
void | ccvt_420p_bgr24 (int width, int height, const void *src, void *dst) |
void | ccvt_420p_bgr32 (int width, int height, const void *src, void *dst) |
void | ccvt_420p_rgb24 (int width, int height, const void *src, void *dst) |
void | ccvt_420p_rgb32 (int width, int height, const void *src, void *dst) |
void | ccvt_bgr24_420p (int width, int height, const void *src, void *dsty, void *dstu, void *dstv) |
void | ccvt_bgr24_bgr32 (int width, int height, const void *const src, void *const dst) |
void | ccvt_bgr24_rgb32 (int width, int height, const void *const src, void *const dst) |
void | ccvt_bgr32_bgr24 (int width, int height, const void *const src, void *const dst) |
void | ccvt_bgr32_rgb24 (int width, int height, const void *const src, void *const dst) |
void | ccvt_rgb24_420p (int width, int height, const void *src, void *dsty, void *dstu, void *dstv) |
void | ccvt_rgb24_bgr32 (int width, int height, const void *const src, void *const dst) |
void | ccvt_rgb24_rgb32 (int width, int height, const void *const src, void *const dst) |
void | ccvt_rgb32_bgr24 (int width, int height, const void *const src, void *const dst) |
void | ccvt_rgb32_rgb24 (int width, int height, const void *const src, void *const dst) |
void | ccvt_yuyv_420p (int width, int height, const void *src, void *dsty, void *dstu, void *dstv) |
void | ccvt_yuyv_bgr32 (int width, int height, const void *src, void *dst) |
void | ccvt_yuyv_rgb32 (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_bgr32 | ( | int | width, | |
int | height, | |||
const void * | src, | |||
void * | dst | |||
) |
void ccvt_420p_rgb24 | ( | int | width, | |
int | height, | |||
const void * | src, | |||
void * | dst | |||
) |
void ccvt_420p_rgb32 | ( | int | width, | |
int | height, | |||
const void * | src, | |||
void * | dst | |||
) |
void ccvt_bgr24_420p | ( | int | width, | |
int | height, | |||
const void * | src, | |||
void * | dsty, | |||
void * | dstu, | |||
void * | dstv | |||
) |
void ccvt_bgr24_bgr32 | ( | int | width, | |
int | height, | |||
const void *const | src, | |||
void *const | dst | |||
) |
void ccvt_bgr24_rgb32 | ( | int | width, | |
int | height, | |||
const void *const | src, | |||
void *const | dst | |||
) |
void ccvt_bgr32_bgr24 | ( | int | width, | |
int | height, | |||
const void *const | src, | |||
void *const | dst | |||
) |
void ccvt_bgr32_rgb24 | ( | int | width, | |
int | height, | |||
const void *const | src, | |||
void *const | dst | |||
) |
void ccvt_rgb24_420p | ( | int | width, | |
int | height, | |||
const void * | src, | |||
void * | dsty, | |||
void * | dstu, | |||
void * | dstv | |||
) |
void ccvt_rgb24_bgr32 | ( | int | width, | |
int | height, | |||
const void *const | src, | |||
void *const | dst | |||
) |
void ccvt_rgb24_rgb32 | ( | int | width, | |
int | height, | |||
const void *const | src, | |||
void *const | dst | |||
) |
void ccvt_rgb32_bgr24 | ( | int | width, | |
int | height, | |||
const void *const | src, | |||
void *const | dst | |||
) |
void ccvt_rgb32_rgb24 | ( | int | width, | |
int | height, | |||
const void *const | src, | |||
void *const | dst | |||
) |
void ccvt_yuyv_420p | ( | int | width, | |
int | height, | |||
const void * | src, | |||
void * | dsty, | |||
void * | dstu, | |||
void * | dstv | |||
) |
void ccvt_yuyv_bgr32 | ( | int | width, | |
int | height, | |||
const void * | src, | |||
void * | dst | |||
) |
void ccvt_yuyv_rgb32 | ( | int | width, | |
int | height, | |||
const void * | src, | |||
void * | dst | |||
) |