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

  /external/webp/src/dec/
buffer_dec.c 82 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM;
92 return VP8_STATUS_INVALID_PARAM;
105 return VP8_STATUS_INVALID_PARAM;
154 return VP8_STATUS_INVALID_PARAM;
182 return VP8_STATUS_INVALID_PARAM;
192 return VP8_STATUS_INVALID_PARAM; // out of frame boundary.
204 return VP8_STATUS_INVALID_PARAM;
209 return VP8_STATUS_INVALID_PARAM; // rescaling not supported
278 return VP8_STATUS_INVALID_PARAM;
idec_dec.c 769 return VP8_STATUS_INVALID_PARAM;
777 return VP8_STATUS_INVALID_PARAM;
790 return VP8_STATUS_INVALID_PARAM;
798 return VP8_STATUS_INVALID_PARAM;
802 return VP8_STATUS_INVALID_PARAM;
vp8_dec.c 70 if (!dec) return VP8_STATUS_INVALID_PARAM;
269 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM,
675 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM,
webp_dec.c 684 return VP8_STATUS_INVALID_PARAM;
737 return VP8_STATUS_INVALID_PARAM; // version mismatch
740 return VP8_STATUS_INVALID_PARAM;
751 return VP8_STATUS_INVALID_PARAM;
vp8l_dec.c     [all...]
  /external/webp/include/webp/
decode.h 234 VP8_STATUS_INVALID_PARAM,
  /external/webp/src/webp/
decode.h 234 VP8_STATUS_INVALID_PARAM,
  /external/ImageMagick/coders/
webp.c 308 case VP8_STATUS_INVALID_PARAM:

Completed in 189 milliseconds