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

/external/webp/src/dec/
H A Dwebp.c79 static VP8StatusCode DecodeInto(const uint8_t* data, uint32_t data_size, function
133 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
185 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
212 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
351 status = DecodeInto(data, data_size, &params);

Completed in 91 milliseconds