Home
last modified time | relevance | path

Searched defs:WebPPicture (Results 1 – 2 of 2) sorted by relevance

/external/webp/include/webp/
Dencode.h32 typedef struct WebPPicture WebPPicture; // main structure for I/O typedef
293 struct WebPPicture { struct
300 int use_argb;
303 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).
304 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION)
305 uint8_t *y, *u, *v; // pointers to luma/chroma planes.
306 int y_stride, uv_stride; // luma/chroma strides.
307 uint8_t* a; // pointer to the alpha plane
308 int a_stride; // stride of the alpha plane
309 uint32_t pad1[2]; // padding for later use
[all …]
/external/webp/src/webp/
Dencode.h32 typedef struct WebPPicture WebPPicture; // main structure for I/O typedef
293 struct WebPPicture { struct
300 int use_argb;
303 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).
304 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION)
305 uint8_t *y, *u, *v; // pointers to luma/chroma planes.
306 int y_stride, uv_stride; // luma/chroma strides.
307 uint8_t* a; // pointer to the alpha plane
308 int a_stride; // stride of the alpha plane
309 uint32_t pad1[2]; // padding for later use
[all …]