Searched refs:VP8_STATUS_SUSPENDED (Results 1 – 8 of 8) sorted by relevance
275 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 …]
777 VP8_STATUS_BITSTREAM_ERROR : VP8_STATUS_SUSPENDED; in DecodeImageData()1014 dec->status_ = VP8_STATUS_SUSPENDED; in DecodeImageStream()
213 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data in ParsePartitions()
125 if (status != VP8_STATUS_OK && status != VP8_STATUS_SUSPENDED) in decode()
187 VP8StatusCode status = VP8_STATUS_SUSPENDED; in webp_idecode()197 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) { in webp_idecode()
229 VP8_STATUS_SUSPENDED, enumerator
198 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) { in webp_idecode()
411 These functions will return the decoding status: either VP8_STATUS_SUSPENDED if476 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) {