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

  /external/opencv3/3rdparty/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 76 int VP8SetError(VP8Decoder* const dec,
258 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM,
264 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
277 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
280 return VP8SetError(dec, VP8_STATUS_UNSUPPORTED_FEATURE,
290 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
294 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
325 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
339 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
344 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR
    [all...]

Completed in 44 milliseconds