Home
last modified time | relevance | path

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

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