Lines Matching refs:VP8_STATUS_SUSPENDED
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()
558 assert(dec->status_ == VP8_STATUS_OK || dec->status_ == VP8_STATUS_SUSPENDED); in DecodeVP8LData()
559 return (dec->status_ == VP8_STATUS_SUSPENDED) ? dec->status_ in DecodeVP8LData()
565 VP8StatusCode status = VP8_STATUS_SUSPENDED; in IDecode()
571 return VP8_STATUS_SUSPENDED; // can't continue if we have no decoder. in IDecode()
583 return VP8_STATUS_SUSPENDED; // can't continue if we have no decoder. in IDecode()
773 return VP8_STATUS_SUSPENDED; in IDecCheckStatus()
783 if (status != VP8_STATUS_SUSPENDED) { in WebPIAppend()
804 if (status != VP8_STATUS_SUSPENDED) { in WebPIUpdate()