Go to the documentation of this file. 48 #ifndef __WEED_PALETTES_H__ 49 #define __WEED_PALETTES_H__ 59 #define WEED_PALETTE_END 0 60 #define WEED_PALETTE_RGB888 1 61 #define WEED_PALETTE_RGB24 1 62 #define WEED_PALETTE_BGR888 2 63 #define WEED_PALETTE_BGR24 2 64 #define WEED_PALETTE_RGBA8888 3 65 #define WEED_PALETTE_RGBA32 3 66 #define WEED_PALETTE_ARGB8888 4 67 #define WEED_PALETTE_ARGB32 4 68 #define WEED_PALETTE_RGBFLOAT 5 69 #define WEED_PALETTE_RGBAFLOAT 6 70 #define WEED_PALETTE_BGRA8888 7 71 #define WEED_PALETTE_BGRA32 7 74 #define WEED_PALETTE_YUV422P 513 75 #define WEED_PALETTE_YV16 513 76 #define WEED_PALETTE_YUV420P 514 77 #define WEED_PALETTE_YV12 514 78 #define WEED_PALETTE_YVU420P 515 79 #define WEED_PALETTE_I420 515 80 #define WEED_PALETTE_IYUV 515 81 #define WEED_PALETTE_YUV444P 516 82 #define WEED_PALETTE_YUVA4444P 517 83 #define WEED_PALETTE_YUYV8888 518 84 #define WEED_PALETTE_YUYV 518 85 #define WEED_PALETTE_YUY2 518 86 #define WEED_PALETTE_UYVY8888 519 87 #define WEED_PALETTE_UYVY 519 88 #define WEED_PALETTE_YUV411 520 89 #define WEED_PALETTE_IYU1 520 90 #define WEED_PALETTE_YUV888 521 91 #define WEED_PALETTE_IYU2 521 92 #define WEED_PALETTE_YUVA8888 522 95 #define WEED_PALETTE_A1 1025 96 #define WEED_PALETTE_A8 1026 97 #define WEED_PALETTE_AFLOAT 1027 102 #define WEED_YUV_SAMPLING_DEFAULT 0 103 #define WEED_YUV_SAMPLING_JPEG 0 104 #define WEED_YUV_SAMPLING_MPEG 1 105 #define WEED_YUV_SAMPLING_DVPAL 2 106 #define WEED_YUV_SAMPLING_DVNTSC 3 109 #define WEED_YUV_CLAMPING_CLAMPED 0 110 #define WEED_YUV_CLAMPING_UNCLAMPED 1 113 #define WEED_YUV_SUBSPACE_YUV 0 114 #define WEED_YUV_SUBSPACE_YCBCR 1 115 #define WEED_YUV_SUBSPACE_BT709 2