colorspace

colorspace

Synopsis

#define             XFM_IN_PLACE
#define             XFM_PASSTHROUGH
#define             XFM_NO_CONVERSION
#define             FOURCC                              (a,
                                                         b,
                                                         c,
                                                         d)
void                (*xfm_func_t)                       (unsigned char *dest_buffer,
                                                         unsigned char *src_buffer,
                                                         int width,
                                                         int height,
                                                         int shift);

Description

Details

XFM_IN_PLACE

#define XFM_IN_PLACE      0x1


XFM_PASSTHROUGH

#define XFM_PASSTHROUGH   0x2


XFM_NO_CONVERSION

#define XFM_NO_CONVERSION 0x4


FOURCC()

#define             FOURCC(a,b,c,d)


xfm_func_t ()

void                (*xfm_func_t)                       (unsigned char *dest_buffer,
                                                         unsigned char *src_buffer,
                                                         int width,
                                                         int height,
                                                         int shift);