Home
last modified time | relevance | path

Searched refs:WebPDecodeBGRAInto (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webp/tests/fuzzer/
H A Dsimple_api_fuzzer.c62 (void)WebPDecodeBGRAInto(data, size, ext_buf, buf_size, stride); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h107 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeBGRAInto(
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c575 uint8_t* WebPDecodeBGRAInto(const uint8_t* data, size_t data_size, in WebPDecodeBGRAInto() function