Searched refs:VP8_STATUS_SUSPENDED (Results 1 – 9 of 9) sorted by relevance
315 return VP8_STATUS_SUSPENDED; // We haven't found a VP8 chunk yet. in DecodeWebPHeaders()350 return VP8_STATUS_SUSPENDED; in DecodeVP8FrameHeader()402 return VP8_STATUS_SUSPENDED; in DecodePartition0()407 if (status == VP8_STATUS_SUSPENDED || in DecodePartition0()410 return VP8_STATUS_SUSPENDED; in DecodePartition0()483 return VP8_STATUS_SUSPENDED; in DecodeRemaining()509 if (status == VP8_STATUS_SUSPENDED || status == VP8_STATUS_NOT_ENOUGH_DATA) { in ErrorStatusLossless()510 return VP8_STATUS_SUSPENDED; in ErrorStatusLossless()525 dec->status_ = VP8_STATUS_SUSPENDED; in DecodeVP8LHeader()532 dec->status_ = VP8_STATUS_SUSPENDED; in DecodeVP8LHeader()[all …]
226 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data in ParsePartitions()
1086 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED in DecodeAlphaData()1105 dec->status_ = VP8_STATUS_SUSPENDED; in RestoreState()
125 case VP8_STATUS_SUSPENDED: in MakeFromStream()516 case VP8_STATUS_SUSPENDED: in onGetPixels()
243 VP8_STATUS_SUSPENDED, enumerator
341 case VP8_STATUS_SUSPENDED: in ReadWEBPImage()
694 These functions will return the decoding status: either VP8_STATUS_SUSPENDED if759 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) {