Home
last modified time | relevance | path

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

/external/webp/src/dec/
Didec.c311 return VP8_STATUS_SUSPENDED; // We haven't found a VP8 chunk yet. in DecodeWebPHeaders()
346 return VP8_STATUS_SUSPENDED; in DecodeVP8FrameHeader()
398 return VP8_STATUS_SUSPENDED; in DecodePartition0()
403 if (status == VP8_STATUS_SUSPENDED || in DecodePartition0()
406 return VP8_STATUS_SUSPENDED; in DecodePartition0()
469 return VP8_STATUS_SUSPENDED; in DecodeRemaining()
494 if (status == VP8_STATUS_SUSPENDED || status == VP8_STATUS_NOT_ENOUGH_DATA) { in ErrorStatusLossless()
495 return VP8_STATUS_SUSPENDED; in ErrorStatusLossless()
510 dec->status_ = VP8_STATUS_SUSPENDED; in DecodeVP8LHeader()
517 dec->status_ = VP8_STATUS_SUSPENDED; in DecodeVP8LHeader()
[all …]
Dvp8.c215 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data in ParsePartitions()
Dvp8l.c993 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED in DecodeAlphaData()
1012 dec->status_ = VP8_STATUS_SUSPENDED; in RestoreState()
/external/opencv3/3rdparty/libwebp/dec/
Didec.c301 return VP8_STATUS_SUSPENDED; // We haven't found a VP8 chunk yet. in DecodeWebPHeaders()
341 return VP8_STATUS_SUSPENDED; in DecodeVP8FrameHeader()
391 return VP8_STATUS_SUSPENDED; in DecodePartition0()
396 if (status == VP8_STATUS_SUSPENDED || in DecodePartition0()
399 return VP8_STATUS_SUSPENDED; in DecodePartition0()
452 return VP8_STATUS_SUSPENDED; in DecodeRemaining()
479 if (status == VP8_STATUS_SUSPENDED || status == VP8_STATUS_NOT_ENOUGH_DATA) { in ErrorStatusLossless()
480 return VP8_STATUS_SUSPENDED; in ErrorStatusLossless()
495 return VP8_STATUS_SUSPENDED; in DecodeVP8LHeader()
519 return VP8_STATUS_SUSPENDED; in DecodeVP8LData()
[all …]
Dvp8l.c790 (!br->eos_) ? VP8_STATUS_BITSTREAM_ERROR : VP8_STATUS_SUSPENDED; \
1044 dec->status_ = VP8_STATUS_SUSPENDED; in DecodeImageStream()
Dvp8.c215 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data in ParsePartitions()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp213 VP8StatusCode status = VP8_STATUS_SUSPENDED; in webp_idecode()
222 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) { in webp_idecode()
/external/skia/src/codec/
DSkWebpCodec.cpp245 case VP8_STATUS_SUSPENDED: in onGetPixels()
/external/webp/include/webp/
Ddecode.h234 VP8_STATUS_SUSPENDED, enumerator
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h231 VP8_STATUS_SUSPENDED, enumerator
/external/webp/src/webp/
Ddecode.h234 VP8_STATUS_SUSPENDED, enumerator
/external/ImageMagick/coders/
Dwebp.c319 case VP8_STATUS_SUSPENDED: in ReadWEBPImage()
/external/webp/
DREADME554 These functions will return the decoding status: either VP8_STATUS_SUSPENDED if
619 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) {