Home
last modified time | relevance | path

Searched refs:WEBP_CSP_MODE (Results 1 – 6 of 6) sorted by relevance

/external/webp/include/webp/
Ddecode.h119 } WEBP_CSP_MODE; typedef
140 WEBP_CSP_MODE colorspace; // Colorspace.
214 WEBP_EXTERN(WebPIDecoder*) WebPINew(WEBP_CSP_MODE mode);
222 WEBP_CSP_MODE mode,
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp139 static WEBP_CSP_MODE webp_decode_mode(SkBitmap* decodedBitmap) { in webp_decode_mode()
140 WEBP_CSP_MODE mode = MODE_LAST; in webp_decode_mode()
207 WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap); in webp_get_config_resize_crop()
241 WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap); in webp_get_config_resize()
/external/webp/src/dec/
Dbuffer.c28 WEBP_CSP_MODE mode = buffer->colorspace; in CheckDecBuffer()
65 WEBP_CSP_MODE mode = buffer->colorspace; in AllocateBuffer()
Dwebp.c117 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, in DecodeIntoRGBABuffer()
193 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* data, in Decode()
Didec.c482 WebPIDecoder* WebPINew(WEBP_CSP_MODE mode) { in WebPINew()
489 WebPIDecoder* WebPINewRGB(WEBP_CSP_MODE mode, uint8_t* output_buffer, in WebPINewRGB()
Dio.c540 static int IsAlphaMode(WEBP_CSP_MODE mode) { in IsAlphaMode()