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,
259 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM,
265 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
278 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
281 return VP8SetError(dec, VP8_STATUS_UNSUPPORTED_FEATURE,
291 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
295 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
326 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
340 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
345 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR
    [all...]
vp8i.h 307 int VP8SetError(VP8Decoder* const dec,
frame.c 300 return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
396 VP8SetError(dec, VP8_STATUS_USER_ABORT, "Frame setup failed");
492 return VP8SetError(dec, VP8_STATUS_OUT_OF_MEMORY,
566 return VP8SetError(dec, VP8_STATUS_OUT_OF_MEMORY,

Completed in 30 milliseconds