00001
00002
00003 void conv_420p_rgb96 (int width, int height, void *src, void *dst);
00004 void conv_420p_grey (int width, int height, void *src, void *dst);
00005 void conv_rgb24_rgb96(int width, int height, void *src, void *dst);
00006 void conv_rgb24_grey(int width, int height, void *src, void *dst);
00007 void conv_rgb32_rgb96(int width, int height, void *src, void *dst);
00008 void conv_rgb32_grey (int width, int height, void *src, void *dst);
00009
00010 void conv_bgr24_rgb96(int width, int height, void *src, void *dst);
00011