|
|
@@ -31,12 +31,15 @@ struct pipi_image |
|
|
|
* u8: are the image samples still 8-bit per channel? */ |
|
|
|
int wrap, u8; |
|
|
|
|
|
|
|
pipi_format_t codec_format, last_modified; |
|
|
|
/* Translation vectors for wrap around and tiling. */ |
|
|
|
int wrapx1, wrapy1, wrapx2, wrapy2; |
|
|
|
|
|
|
|
/* List of all possible pixel formats */ |
|
|
|
/* List of all possible pixel formats and the last active one. */ |
|
|
|
pipi_pixels_t p[PIPI_PIXELS_MAX]; |
|
|
|
pipi_format_t last_modified; |
|
|
|
|
|
|
|
/* Private data used by the codec */ |
|
|
|
pipi_format_t codec_format; |
|
|
|
void *codec_priv; |
|
|
|
}; |
|
|
|
|
|
|
|