Searched refs:DecodeInto (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dec/ |
D | webp.c | 448 static VP8StatusCode DecodeInto(const uint8_t* const data, size_t data_size, in DecodeInto() function 543 if (DecodeInto(data, data_size, ¶ms) != VP8_STATUS_OK) { in DecodeIntoRGBABuffer() 595 if (DecodeInto(data, data_size, ¶ms) != VP8_STATUS_OK) { in WebPDecodeYUVInto() 622 if (DecodeInto(data, data_size, ¶ms) != VP8_STATUS_OK) { in Decode() 764 status = DecodeInto(data, data_size, ¶ms); in WebPDecode()
|