Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dwebp.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()
325 return VP8_STATUS_BITSTREAM_ERROR; in ParseHeadersInternal()
362 return VP8_STATUS_BITSTREAM_ERROR; in ParseHeadersInternal()
[all …]
Didec.c349 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR); in DecodeVP8FrameHeader()
372 return VP8_STATUS_BITSTREAM_ERROR; in CopyParts0Data()
454 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR); in DecodeRemaining()
466 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR); in DecodeRemaining()
515 if (dec->status_ == VP8_STATUS_BITSTREAM_ERROR && in DecodeVP8LHeader()
727 return VP8_STATUS_BITSTREAM_ERROR; in IDecCheckStatus()
Dvp8.c277 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
294 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
339 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
344 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
Dvp8l.c302 if (!ok) dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCodeLengths()
334 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCode()
351 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCode()
994 : VP8_STATUS_BITSTREAM_ERROR; in DecodeAlphaData()
1155 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in DecodeImageData()
1339 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in DecodeImageStream()
1348 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in DecodeImageStream()
1545 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in VP8LDecodeHeader()
Dframe.c467 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in FinishRow()
/external/opencv3/3rdparty/libwebp/dec/
Dwebp.c74 return VP8_STATUS_BITSTREAM_ERROR; // Wrong image file signature. in ParseRIFF()
79 return VP8_STATUS_BITSTREAM_ERROR; in ParseRIFF()
82 return VP8_STATUS_BITSTREAM_ERROR; in ParseRIFF()
121 return VP8_STATUS_BITSTREAM_ERROR; // Wrong chunk size. in ParseVP8X()
132 return VP8_STATUS_BITSTREAM_ERROR; // image is too large in ParseVP8X()
186 return VP8_STATUS_BITSTREAM_ERROR; // Not a valid chunk size. in ParseOptionalChunks()
194 return VP8_STATUS_BITSTREAM_ERROR; // Not a valid chunk size. in ParseOptionalChunks()
253 return VP8_STATUS_BITSTREAM_ERROR; // Inconsistent size information. in ParseVP8Header()
318 return VP8_STATUS_BITSTREAM_ERROR; in ParseHeadersInternal()
346 return VP8_STATUS_BITSTREAM_ERROR; in ParseHeadersInternal()
[all …]
Dvp8l.c182 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCodeLengths()
190 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCodeLengths()
213 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCodeLengths()
258 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCode()
281 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCode()
317 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCodes()
790 (!br->eos_) ? VP8_STATUS_BITSTREAM_ERROR : VP8_STATUS_SUSPENDED; \
991 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in DecodeImageStream()
1000 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in DecodeImageStream()
1043 if (dec->status_ == VP8_STATUS_BITSTREAM_ERROR && dec->br_.eos_) { in DecodeImageStream()
[all …]
Dvp8.c271 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
303 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
320 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
366 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
371 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
429 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in VP8GetHeaders()
Didec.c344 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR); in DecodeVP8FrameHeader()
450 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR); in DecodeRemaining()
703 return VP8_STATUS_BITSTREAM_ERROR; in IDecCheckStatus()
Dframe.c211 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in FinishRow()
/external/webp/include/webp/
Ddecode.h232 VP8_STATUS_BITSTREAM_ERROR, enumerator
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h229 VP8_STATUS_BITSTREAM_ERROR, enumerator
/external/webp/src/webp/
Ddecode.h232 VP8_STATUS_BITSTREAM_ERROR, enumerator
/external/ImageMagick/coders/
Dwebp.c309 case VP8_STATUS_BITSTREAM_ERROR: in ReadWEBPImage()