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

/external/webp/src/dec/
H A Dwebp.c454 static VP8StatusCode DecodeInto(const uint8_t* const data, size_t data_size, function
551 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
603 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
630 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
772 status = DecodeInto(data, data_size, &params);

Completed in 596 milliseconds