Searched refs:VP8_STATUS_BITSTREAM_ERROR (Results 1 – 14 of 14) sorted by relevance
/external/webp/src/dec/ |
D | webp.c | 64 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 …]
|
D | idec.c | 349 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()
|
D | vp8.c | 277 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()
|
D | vp8l.c | 302 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()
|
D | frame.c | 467 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in FinishRow()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | webp.c | 74 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 …]
|
D | vp8l.c | 182 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 …]
|
D | vp8.c | 271 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()
|
D | idec.c | 344 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()
|
D | frame.c | 211 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, in FinishRow()
|
/external/webp/include/webp/ |
D | decode.h | 232 VP8_STATUS_BITSTREAM_ERROR, enumerator
|
/external/opencv3/3rdparty/libwebp/webp/ |
D | decode.h | 229 VP8_STATUS_BITSTREAM_ERROR, enumerator
|
/external/webp/src/webp/ |
D | decode.h | 232 VP8_STATUS_BITSTREAM_ERROR, enumerator
|
/external/ImageMagick/coders/ |
D | webp.c | 309 case VP8_STATUS_BITSTREAM_ERROR: in ReadWEBPImage()
|