Home
last modified time | relevance | path

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

/external/webp/src/dec/
Didec.c275 return VP8_STATUS_SUSPENDED; // We haven't found a VP8 chunk yet. in DecodeWebPHeaders()
315 return VP8_STATUS_SUSPENDED; in DecodeVP8FrameHeader()
365 return VP8_STATUS_SUSPENDED; in DecodePartition0()
370 if (status == VP8_STATUS_SUSPENDED || in DecodePartition0()
373 return VP8_STATUS_SUSPENDED; in DecodePartition0()
426 return VP8_STATUS_SUSPENDED; in DecodeRemaining()
453 if (status == VP8_STATUS_SUSPENDED || status == VP8_STATUS_NOT_ENOUGH_DATA) { in ErrorStatusLossless()
454 return VP8_STATUS_SUSPENDED; in ErrorStatusLossless()
469 return VP8_STATUS_SUSPENDED; in DecodeVP8LHeader()
493 return VP8_STATUS_SUSPENDED; in DecodeVP8LData()
[all …]
Dvp8l.c777 VP8_STATUS_BITSTREAM_ERROR : VP8_STATUS_SUSPENDED; in DecodeImageData()
1014 dec->status_ = VP8_STATUS_SUSPENDED; in DecodeImageStream()
Dvp8.c213 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/skia/src/images/
DSkImageDecoder_libwebp.cpp187 VP8StatusCode status = VP8_STATUS_SUSPENDED; in webp_idecode()
197 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) { in webp_idecode()
/external/webp/include/webp/
Ddecode.h229 VP8_STATUS_SUSPENDED, enumerator
/external/skia/legacy/src/images/
DSkImageDecoder_libwebp.cpp198 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) { in webp_idecode()
/external/webp/
DREADME411 These functions will return the decoding status: either VP8_STATUS_SUSPENDED if
476 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) {