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

  /external/webp/src/dec/
vp8.c 76 int VP8SetError(VP8Decoder* const dec,
257 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM,
266 return VP8SetError(dec, status, "Incorrect/incomplete header.");
269 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
288 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
301 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
304 return VP8SetError(dec, VP8_STATUS_UNSUPPORTED_FEATURE,
314 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
318 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
350 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA
    [all...]
vp8i.h 290 int VP8SetError(VP8Decoder* const dec,
frame.c 209 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
292 VP8SetError(dec, VP8_STATUS_USER_ABORT, "Frame setup failed");
388 return VP8SetError(dec, VP8_STATUS_OUT_OF_MEMORY,
439 return VP8SetError(dec, VP8_STATUS_OUT_OF_MEMORY,

Completed in 241 milliseconds