79 void ccvt_420p_bgr24(
int width,
int height,
const void *src,
void *dst);
80 void ccvt_420p_rgb24(
int width,
int height,
const void *src,
void *dst);
81 void ccvt_420p_bgr32(
int width,
int height,
const void *src,
void *dst);
82 void ccvt_420p_rgb32(
int width,
int height,
const void *src,
void *dst);
85 void ccvt_yuyv_rgb32(
int width,
int height,
const void *src,
void *dst);
86 void ccvt_yuyv_bgr32(
int width,
int height,
const void *src,
void *dst);
89 void ccvt_yuyv_420p(
int width,
int height,
const void *src,
void *dsty,
void *dstu,
void *dstv);
94 void ccvt_rgb24_420p(
int width,
int height,
const void *src,
void *dsty,
void *dstu,
void *dstv);
95 void ccvt_bgr24_420p(
int width,
int height,
const void *src,
void *dsty,
void *dstu,
void *dstv);
98 void ccvt_bgr24_bgr32(
int width,
int height,
const void *
const src,
void *
const dst);
99 void ccvt_bgr24_rgb32(
int width,
int height,
const void *
const src,
void *
const dst);
100 void ccvt_bgr32_bgr24(
int width,
int height,
const void *
const src,
void *
const dst);
101 void ccvt_bgr32_rgb24(
int width,
int height,
const void *
const src,
void *
const dst);
102 void ccvt_rgb24_bgr32(
int width,
int height,
const void *
const src,
void *
const dst);
103 void ccvt_rgb24_rgb32(
int width,
int height,
const void *
const src,
void *
const dst);
104 void ccvt_rgb32_bgr24(
int width,
int height,
const void *
const src,
void *
const dst);
105 void ccvt_rgb32_rgb24(
int width,
int height,
const void *
const src,
void *
const dst);