Searched refs:WebPDecode (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/libwebp/extras/ |
D | webp_to_sdl.c | 87 status = WebPDecode((const uint8_t*)data, (size_t)data_size, &config); in WebpToSDL()
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | advanced_api_fuzzer.c | 108 WebPDecode(data, size, &config); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libwebp/ |
D | README.mux | 137 // ... (Consume image; e.g. call WebPDecode() to decode the data). 167 // ... (Consume 'iter'; e.g. Decode 'iter.fragment' with WebPDecode(),
|
D | README | 758 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK); 778 // by WebPDecode().
|
D | ChangeLog | 3943 16612ddd Merge "Add Alpha Decode support from WebPDecode." 3944 d117a940 Add Alpha Decode support from WebPDecode.
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | webpdec.c | 83 return WebPDecode(data, data_size, config); in DecodeWebP()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 496 WEBP_EXTERN VP8StatusCode WebPDecode(const uint8_t* data, size_t data_size,
|
/third_party/gstreamer/gstplugins_bad/ext/webp/ |
D | gstwebpdec.c | 470 if (WebPDecode (map_info.data, map_info.size, in gst_webp_dec_handle_frame()
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | anim_decode.c | 368 if (WebPDecode(in, in_size, config) != VP8_STATUS_OK) { in WebPAnimDecoderGetNext()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | vwebp.c | 174 ok = (WebPDecode(curr->fragment.bytes, curr->fragment.size, in Decode()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | webp_dec.c | 745 VP8StatusCode WebPDecode(const uint8_t* data, size_t data_size, in WebPDecode() function
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 1442 if (WebPDecode(image->bytes, image->size, &config) != VP8_STATUS_OK) { in DecodeFrameOntoCanvas()
|