HomeSort by relevance Sort by last modified time
    Searched refs:VP8_STATUS_BITSTREAM_ERROR (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
webp.c 56 // VP8_STATUS_BITSTREAM_ERROR for invalid header,
71 return VP8_STATUS_BITSTREAM_ERROR; // Wrong image file signature.
76 return VP8_STATUS_BITSTREAM_ERROR;
79 return VP8_STATUS_BITSTREAM_ERROR;
94 // Returns VP8_STATUS_BITSTREAM_ERROR for invalid VP8X header,
121 return VP8_STATUS_BITSTREAM_ERROR; // Wrong chunk size.
132 return VP8_STATUS_BITSTREAM_ERROR; // image is too large
148 // Returns VP8_STATUS_BITSTREAM_ERROR if any invalid chunk size is encountered,
186 return VP8_STATUS_BITSTREAM_ERROR; // Not a valid chunk size.
194 return VP8_STATUS_BITSTREAM_ERROR; // Not a valid chunk size
    [all...]
vp8l.c 194 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
202 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
225 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
271 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
287 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
313 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
814 : VP8_STATUS_BITSTREAM_ERROR;
    [all...]
vp8.c 80 // something other than VP8_STATUS_BITSTREAM_ERROR on alpha decompression
278 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
295 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
340 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
345 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
idec.c 347 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR);
448 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR);
460 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR);
717 return VP8_STATUS_BITSTREAM_ERROR;
frame.c 300 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
  /external/webp/src/dec/
webp.c 56 // VP8_STATUS_BITSTREAM_ERROR for invalid header,
71 return VP8_STATUS_BITSTREAM_ERROR; // Wrong image file signature.
76 return VP8_STATUS_BITSTREAM_ERROR;
79 return VP8_STATUS_BITSTREAM_ERROR;
94 // Returns VP8_STATUS_BITSTREAM_ERROR for invalid VP8X header,
121 return VP8_STATUS_BITSTREAM_ERROR; // Wrong chunk size.
132 return VP8_STATUS_BITSTREAM_ERROR; // image is too large
148 // Returns VP8_STATUS_BITSTREAM_ERROR if any invalid chunk size is encountered,
186 return VP8_STATUS_BITSTREAM_ERROR; // Not a valid chunk size.
194 return VP8_STATUS_BITSTREAM_ERROR; // Not a valid chunk size
    [all...]
vp8l.c 194 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
202 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
225 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
271 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
287 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
313 dec->status_ = VP8_STATUS_BITSTREAM_ERROR;
814 : VP8_STATUS_BITSTREAM_ERROR;
    [all...]
vp8.c 80 // something other than VP8_STATUS_BITSTREAM_ERROR on alpha decompression
278 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
295 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
340 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
345 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
idec.c 347 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR);
448 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR);
460 return IDecError(idec, VP8_STATUS_BITSTREAM_ERROR);
717 return VP8_STATUS_BITSTREAM_ERROR;
frame.c 300 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
  /external/chromium_org/third_party/libwebp/webp/
decode.h 229 VP8_STATUS_BITSTREAM_ERROR,
  /external/webp/include/webp/
decode.h 229 VP8_STATUS_BITSTREAM_ERROR,

Completed in 104 milliseconds