HomeSort by relevance Sort by last modified time
    Searched refs:DecodeInto (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
webp.c 442 static VP8StatusCode DecodeInto(const uint8_t* const data, size_t data_size,
539 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
591 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
618 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
760 status = DecodeInto(data, data_size, &params);
  /external/webp/src/dec/
webp.c 454 static VP8StatusCode DecodeInto(const uint8_t* const data, size_t data_size,
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 733 milliseconds