Searched defs:WebPPicture (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | encode.h | 293 struct WebPPicture { struct 300 int use_argb; 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. 308 int a_stride; // stride of the alpha plane 309 uint32_t pad1[2]; // padding for later use 314 uint32_t pad2[3]; // padding for later use 319 WebPWriterFunction writer; // can be NULL 335 WebPAuxStats* stats; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | encode.h | 293 struct WebPPicture { struct 300 int use_argb; 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. 308 int a_stride; // stride of the alpha plane 309 uint32_t pad1[2]; // padding for later use 314 uint32_t pad2[3]; // padding for later use 319 WebPWriterFunction writer; // can be NULL 335 WebPAuxStats* stats; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | encode.h | 293 struct WebPPicture { struct 300 int use_argb; 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. 308 int a_stride; // stride of the alpha plane 309 uint32_t pad1[2]; // padding for later use 314 uint32_t pad2[3]; // padding for later use 319 WebPWriterFunction writer; // can be NULL 335 WebPAuxStats* stats; [all …]
|
Completed in 9 milliseconds