Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Dencode.h32 typedef struct WebPPicture WebPPicture; // main structure for I/O typedef
297 struct WebPPicture { struct
304 int use_argb;
307 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).
308 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION)
309 uint8_t *y, *u, *v; // pointers to luma/chroma planes.
310 int y_stride, uv_stride; // luma/chroma strides.
311 uint8_t* a; // pointer to the alpha plane
312 int a_stride; // stride of the alpha plane
313 uint32_t pad1[2]; // padding for later use
[all …]
/third_party/skia/third_party/externals/libwebp/src/webp/
Dencode.h32 typedef struct WebPPicture WebPPicture; // main structure for I/O typedef
300 struct WebPPicture { struct
307 int use_argb;
310 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr).
311 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION)
312 uint8_t* y, *u, *v; // pointers to luma/chroma planes.
313 int y_stride, uv_stride; // luma/chroma strides.
314 uint8_t* a; // pointer to the alpha plane
315 int a_stride; // stride of the alpha plane
316 uint32_t pad1[2]; // padding for later use
[all …]