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

  /external/webp/src/enc/
picture_enc.c 76 return WebPEncodingSetError(picture, VP8_ENC_ERROR_BAD_DIMENSION);
122 return WebPEncodingSetError(picture, VP8_ENC_ERROR_BAD_DIMENSION);
webp_enc.c 333 return WebPEncodingSetError(pic, VP8_ENC_ERROR_BAD_DIMENSION);
336 return WebPEncodingSetError(pic, VP8_ENC_ERROR_BAD_DIMENSION);
  /external/webp/include/webp/
encode.h 280 VP8_ENC_ERROR_BAD_DIMENSION, // picture has invalid width/height
  /external/webp/src/webp/
encode.h 280 VP8_ENC_ERROR_BAD_DIMENSION, // picture has invalid width/height
  /external/ImageMagick/coders/
webp.c 719 case VP8_ENC_ERROR_BAD_DIMENSION:

Completed in 292 milliseconds