Searched refs:WebPDecodeBGRA (Results 1 – 6 of 6) sorted by relevance
/external/oss-fuzz/projects/libwebp/ |
D | fuzz_simple_api.c | 35 buf = WebPDecodeBGRA(data, size, &w, &h); in LLVMFuzzerTestOneInput()
|
D | fuzz_webp_enc_dec.cc | 95 uint8_t* const rgba = WebPDecodeBGRA(out_data, out_size, &w, &h); in LLVMFuzzerTestOneInput()
|
/external/webp/include/webp/ |
D | decode.h | 67 WEBP_EXTERN uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size,
|
/external/webp/src/webp/ |
D | decode.h | 67 WEBP_EXTERN uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size,
|
/external/webp/src/dec/ |
D | webp_dec.c | 653 uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size, in WebPDecodeBGRA() function
|
/external/webp/ |
D | README | 175 WebPDecodeBGRA
|