Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dwebpi_dec.h86 int WebPIoInitFromOptions(const WebPDecoderOptions* const options,
Dwebp_dec.c788 int WebPIoInitFromOptions(const WebPDecoderOptions* const options, in WebPIoInitFromOptions() function
Dio_dec.c560 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup()
Dvp8l_dec.c1690 if (!WebPIoInitFromOptions(params->options, io, MODE_BGRA)) { in VP8LDecodeImage()