Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dwebp_dec.c447 static VP8StatusCode DecodeInto(const uint8_t* const data, size_t data_size, in DecodeInto() function
544 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) { in DecodeIntoRGBABuffer()
596 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) { in WebPDecodeYUVInto()
623 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) { in Decode()
773 status = DecodeInto(data, data_size, &params); in WebPDecode()
779 status = DecodeInto(data, data_size, &params); in WebPDecode()