Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dwebpi_dec.h91 WEBP_NODISCARD int WebPIoInitFromOptions(
Dwebp_dec.c814 int WebPIoInitFromOptions(const WebPDecoderOptions* const options, in WebPIoInitFromOptions() function
Dio_dec.c573 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup()
Dvp8l_dec.c1729 if (!WebPIoInitFromOptions(params->options, io, MODE_BGRA)) { in VP8LDecodeImage()
/external/webp/
DChangeLog743 b6cf52d5 WebPIoInitFromOptions: treat use_scaling as a bool
744 3b12b7f4 WebPIoInitFromOptions: treat use_cropping as a bool
747 8933bac2 WebPIoInitFromOptions: respect incoming bypass_filtering val