HomeSort by relevance Sort by last modified time
    Searched defs:VP8SetError (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 47 milliseconds