Lines Matching refs:VP8_STATUS_BITSTREAM_ERROR
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()
377 return VP8_STATUS_BITSTREAM_ERROR; in ParseHeadersInternal()
386 return VP8_STATUS_BITSTREAM_ERROR; in ParseHeadersInternal()
392 return VP8_STATUS_BITSTREAM_ERROR; in ParseHeadersInternal()
756 return VP8_STATUS_BITSTREAM_ERROR; // Not-enough-data treated as error. in WebPDecode()