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

/external/webp/src/dec/
H A Didec.c311 return VP8_STATUS_SUSPENDED; // We haven't found a VP8 chunk yet.
346 return VP8_STATUS_SUSPENDED;
398 return VP8_STATUS_SUSPENDED;
403 if (status == VP8_STATUS_SUSPENDED ||
406 return VP8_STATUS_SUSPENDED;
469 return VP8_STATUS_SUSPENDED;
494 if (status == VP8_STATUS_SUSPENDED || status == VP8_STATUS_NOT_ENOUGH_DATA) {
495 return VP8_STATUS_SUSPENDED;
510 dec->status_ = VP8_STATUS_SUSPENDED;
517 dec->status_ = VP8_STATUS_SUSPENDED;
[all...]
H A Dvp8.c179 // This function returns VP8_STATUS_SUSPENDED if we don't have all the
215 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data
H A Dvp8l.c993 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
1012 dec->status_ = VP8_STATUS_SUSPENDED;
/external/skia/src/codec/
H A DSkWebpCodec.cpp248 case VP8_STATUS_SUSPENDED:
/external/webp/include/webp/
H A Ddecode.h234 VP8_STATUS_SUSPENDED, enumerator in enum:VP8StatusCode
255 // if (status != VP8_STATUS_SUSPENDED ||
322 // the image is successfully decoded. Returns VP8_STATUS_SUSPENDED when more
/external/webp/src/webp/
H A Ddecode.h234 VP8_STATUS_SUSPENDED, enumerator in enum:VP8StatusCode
255 // if (status != VP8_STATUS_SUSPENDED ||
322 // the image is successfully decoded. Returns VP8_STATUS_SUSPENDED when more
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp213 VP8StatusCode status = VP8_STATUS_SUSPENDED;
222 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) {
/external/ImageMagick/coders/
H A Dwebp.c323 case VP8_STATUS_SUSPENDED:

Completed in 365 milliseconds