Home
last modified time | relevance | path

Searched refs:VP8_STATUS_BITSTREAM_ERROR (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/dec/
Dwebp_dec.c64 return VP8_STATUS_BITSTREAM_ERROR; // Wrong image file signature. in ParseRIFF()
69 return VP8_STATUS_BITSTREAM_ERROR; in ParseRIFF()
72 return VP8_STATUS_BITSTREAM_ERROR; in ParseRIFF()
114 return VP8_STATUS_BITSTREAM_ERROR; // Wrong chunk size. in ParseVP8X()
125 return VP8_STATUS_BITSTREAM_ERROR; // image is too large in ParseVP8X()
179 return VP8_STATUS_BITSTREAM_ERROR; // Not a valid chunk size. in ParseOptionalChunks()
187 return VP8_STATUS_BITSTREAM_ERROR; // Not a valid chunk size. in ParseOptionalChunks()
245 return VP8_STATUS_BITSTREAM_ERROR; // Inconsistent size information. in ParseVP8Header()
323 return VP8_STATUS_BITSTREAM_ERROR; in ParseHeadersInternal()
359 return VP8_STATUS_BITSTREAM_ERROR; in ParseHeadersInternal()
[all …]
Didec_dec.c353 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR); in DecodeVP8FrameHeader()
376 return VP8_STATUS_BITSTREAM_ERROR; in CopyParts0Data()
453 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR); in DecodeRemaining()
461 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR); in DecodeRemaining()
474 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR); in DecodeRemaining()
479 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR); in DecodeRemaining()
530 if (dec->status_ == VP8_STATUS_BITSTREAM_ERROR && in DecodeVP8LHeader()
768 return VP8_STATUS_BITSTREAM_ERROR; in IDecCheckStatus()
Dvp8_dec.c288 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
307 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
359 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
364 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
Dvp8l_dec.c303 if (!ok) dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCodeLengths()
335 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCode()
352 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCode()
1087 : VP8_STATUS_BITSTREAM_ERROR; in DecodeAlphaData()
1256 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in DecodeImageData()
1441 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in DecodeImageStream()
1450 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in DecodeImageStream()
1653 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in VP8LDecodeHeader()
Dframe_dec.c457 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in FinishRow()
/external/webp/include/webp/
Ddecode.h241 VP8_STATUS_BITSTREAM_ERROR, enumerator
/external/webp/src/webp/
Ddecode.h241 VP8_STATUS_BITSTREAM_ERROR, enumerator
/external/ImageMagick/coders/
Dwebp.c331 case VP8_STATUS_BITSTREAM_ERROR: in ReadWEBPImage()