HomeSort by relevance Sort by last modified time
    Searched refs:WEBP_CSP_MODE (Results 1 - 6 of 6) sorted by null

  /external/webp/include/webp/
decode.h 119 } WEBP_CSP_MODE;
140 WEBP_CSP_MODE colorspace; // Colorspace.
214 WEBP_EXTERN(WebPIDecoder*) WebPINew(WEBP_CSP_MODE mode);
222 WEBP_CSP_MODE mode,
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 138 static WEBP_CSP_MODE webp_decode_mode(SkBitmap* decodedBitmap) {
139 WEBP_CSP_MODE mode = MODE_LAST;
206 WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap);
240 WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap);
  /external/webp/src/dec/
buffer.c 28 WEBP_CSP_MODE mode = buffer->colorspace;
65 WEBP_CSP_MODE mode = buffer->colorspace;
webp.c 117 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace,
193 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* data,
idec.c 482 WebPIDecoder* WebPINew(WEBP_CSP_MODE mode) {
489 WebPIDecoder* WebPINewRGB(WEBP_CSP_MODE mode, uint8_t* output_buffer,
io.c 540 static int IsAlphaMode(WEBP_CSP_MODE mode) {
    [all...]

Completed in 364 milliseconds