Home
last modified time | relevance | path

Searched refs:WebPDecodeBGRInto (Results 1 – 4 of 4) sorted by relevance

/external/webp/tests/fuzzer/
Dsimple_api_fuzzer.c57 WebPDecodeBGRInto(data, size, ext_buf, buf_size, stride); in LLVMFuzzerTestOneInput()
/external/webp/include/webp/
Ddecode.h117 WEBP_EXTERN uint8_t* WebPDecodeBGRInto(
/external/webp/src/webp/
Ddecode.h117 WEBP_EXTERN uint8_t* WebPDecodeBGRInto(
/external/webp/src/dec/
Dwebp_dec.c565 uint8_t* WebPDecodeBGRInto(const uint8_t* data, size_t data_size, in WebPDecodeBGRInto() function