Home | History | Annotate | Download | only in dec

Lines Matching refs:VP8SetError

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,
350 return VP8SetError(dec, status, "cannot parse partitions");
358 return VP8SetError(dec, VP8_STATUS_UNSUPPORTED_FEATURE,
591 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
596 return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
604 return VP8SetError(dec, VP8_STATUS_USER_ABORT, "Output aborted.");
621 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM,