Searched refs:VP8_STATUS_SUSPENDED (Results 1 – 13 of 13) sorted by relevance
311 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 …]
215 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data in ParsePartitions()
993 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED in DecodeAlphaData()1012 dec->status_ = VP8_STATUS_SUSPENDED; in RestoreState()
301 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 …]
790 (!br->eos_) ? VP8_STATUS_BITSTREAM_ERROR : VP8_STATUS_SUSPENDED; \1044 dec->status_ = VP8_STATUS_SUSPENDED; in DecodeImageStream()
213 VP8StatusCode status = VP8_STATUS_SUSPENDED; in webp_idecode()222 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) { in webp_idecode()
245 case VP8_STATUS_SUSPENDED: in onGetPixels()
234 VP8_STATUS_SUSPENDED, enumerator
231 VP8_STATUS_SUSPENDED, enumerator
319 case VP8_STATUS_SUSPENDED: in ReadWEBPImage()
554 These functions will return the decoding status: either VP8_STATUS_SUSPENDED if619 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) {