Home
last modified time | relevance | path

Searched refs:VP8_STATUS_SUSPENDED (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dec/
Didec.c250 return VP8_STATUS_SUSPENDED; in DecodeHeader()
307 return VP8_STATUS_SUSPENDED; in DecodePartition0()
312 if (status == VP8_STATUS_SUSPENDED || in DecodePartition0()
315 return VP8_STATUS_SUSPENDED; in DecodePartition0()
374 return VP8_STATUS_SUSPENDED; in DecodeRemaining()
406 VP8StatusCode status = VP8_STATUS_SUSPENDED; in IDecode()
535 return VP8_STATUS_SUSPENDED; in IDecCheckStatus()
545 if (status != VP8_STATUS_SUSPENDED) { in WebPIAppend()
566 if (status != VP8_STATUS_SUSPENDED) { in WebPIUpdate()
Dvp8.c204 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data in ParsePartitions()
/external/webkit/Source/WebCore/platform/image-decoders/webp/
DWEBPImageDecoder.cpp125 if (status != VP8_STATUS_OK && status != VP8_STATUS_SUSPENDED) in decode()
/external/webp/include/webp/
Ddecode.h174 VP8_STATUS_SUSPENDED, enumerator
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp186 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) { in webp_idecode()