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

/external/chromium_org/third_party/libwebp/dec/
H A Didec.c309 return VP8_STATUS_SUSPENDED; // We haven't found a VP8 chunk yet.
344 return VP8_STATUS_SUSPENDED;
394 return VP8_STATUS_SUSPENDED;
399 if (status == VP8_STATUS_SUSPENDED ||
402 return VP8_STATUS_SUSPENDED;
463 return VP8_STATUS_SUSPENDED;
488 if (status == VP8_STATUS_SUSPENDED || status == VP8_STATUS_NOT_ENOUGH_DATA) {
489 return VP8_STATUS_SUSPENDED;
504 return VP8_STATUS_SUSPENDED;
528 return VP8_STATUS_SUSPENDED;
[all...]
H A Dvp8l.c813 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
930 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
1172 dec->status_ = VP8_STATUS_SUSPENDED;
H A Dvp8.c182 // This function returns VP8_STATUS_SUSPENDED if we don't have all the
216 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data
/external/webp/src/dec/
H A Didec.c309 return VP8_STATUS_SUSPENDED; // We haven't found a VP8 chunk yet.
344 return VP8_STATUS_SUSPENDED;
394 return VP8_STATUS_SUSPENDED;
399 if (status == VP8_STATUS_SUSPENDED ||
402 return VP8_STATUS_SUSPENDED;
463 return VP8_STATUS_SUSPENDED;
488 if (status == VP8_STATUS_SUSPENDED || status == VP8_STATUS_NOT_ENOUGH_DATA) {
489 return VP8_STATUS_SUSPENDED;
504 return VP8_STATUS_SUSPENDED;
528 return VP8_STATUS_SUSPENDED;
[all...]
H A Dvp8l.c813 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
930 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
1172 dec->status_ = VP8_STATUS_SUSPENDED;
H A Dvp8.c182 // This function returns VP8_STATUS_SUSPENDED if we don't have all the
216 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp215 VP8StatusCode status = VP8_STATUS_SUSPENDED;
224 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) {
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp226 VP8StatusCode status = VP8_STATUS_SUSPENDED;
235 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) {
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h231 VP8_STATUS_SUSPENDED, enumerator in enum:VP8StatusCode
252 // if (status != VP8_STATUS_SUSPENDED ||
319 // the image is successfully decoded. Returns VP8_STATUS_SUSPENDED when more
/external/webp/include/webp/
H A Ddecode.h231 VP8_STATUS_SUSPENDED, enumerator in enum:VP8StatusCode
252 // if (status != VP8_STATUS_SUSPENDED ||
319 // the image is successfully decoded. Returns VP8_STATUS_SUSPENDED when more
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp605 case VP8_STATUS_SUSPENDED:

Completed in 1015 milliseconds