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

  /external/chromium_org/third_party/libwebp/dec/
vp8.c 78 int VP8SetError(VP8Decoder* const dec,
259 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM,
268 return VP8SetError(dec, status, "Incorrect/incomplete header.");
271 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
290 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
303 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
306 return VP8SetError(dec, VP8_STATUS_UNSUPPORTED_FEATURE,
316 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
320 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
352 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA
    [all...]
vp8i.h 293 int VP8SetError(VP8Decoder* const dec,
frame.c 211 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
294 VP8SetError(dec, VP8_STATUS_USER_ABORT, "Frame setup failed");
390 return VP8SetError(dec, VP8_STATUS_OUT_OF_MEMORY,
441 return VP8SetError(dec, VP8_STATUS_OUT_OF_MEMORY,
  /external/webp/src/dec/
vp8.c 78 int VP8SetError(VP8Decoder* const dec,
259 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM,
268 return VP8SetError(dec, status, "Incorrect/incomplete header.");
271 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
290 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
303 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
306 return VP8SetError(dec, VP8_STATUS_UNSUPPORTED_FEATURE,
316 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
320 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
352 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA
    [all...]
vp8i.h 293 int VP8SetError(VP8Decoder* const dec,
frame.c 211 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
294 VP8SetError(dec, VP8_STATUS_USER_ABORT, "Frame setup failed");
390 return VP8SetError(dec, VP8_STATUS_OUT_OF_MEMORY,
441 return VP8SetError(dec, VP8_STATUS_OUT_OF_MEMORY,

Completed in 273 milliseconds