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

  /external/chromium_org/third_party/libwebp/dec/
idec.c 309 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...]
vp8l.c 813 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
    [all...]
vp8.c 182 // 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/
idec.c 309 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...]
vp8l.c 813 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
    [all...]
vp8.c 182 // 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/
SkImageDecoder_libwebp.cpp 215 VP8StatusCode status = VP8_STATUS_SUSPENDED;
224 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) {
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 226 VP8StatusCode status = VP8_STATUS_SUSPENDED;
235 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) {
  /external/chromium_org/third_party/libwebp/webp/
decode.h 231 VP8_STATUS_SUSPENDED,
252 // if (status != VP8_STATUS_SUSPENDED ||
319 // the image is successfully decoded. Returns VP8_STATUS_SUSPENDED when more
  /external/webp/include/webp/
decode.h 231 VP8_STATUS_SUSPENDED,
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/
WEBPImageDecoder.cpp 605 case VP8_STATUS_SUSPENDED:

Completed in 188 milliseconds