Home
last modified time | relevance | path

Searched refs:VP8_ENC_ERROR_BAD_DIMENSION (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/enc/
Dpicture.c76 return WebPEncodingSetError(picture, VP8_ENC_ERROR_BAD_DIMENSION); in WebPPictureAllocARGB()
122 return WebPEncodingSetError(picture, VP8_ENC_ERROR_BAD_DIMENSION); in WebPPictureAllocYUVA()
Dwebpenc.c323 return WebPEncodingSetError(pic, VP8_ENC_ERROR_BAD_DIMENSION); in WebPEncode()
325 return WebPEncodingSetError(pic, VP8_ENC_ERROR_BAD_DIMENSION); in WebPEncode()
/external/webp/src/webp/
Dencode.h279 VP8_ENC_ERROR_BAD_DIMENSION, // picture has invalid width/height enumerator
/external/webp/include/webp/
Dencode.h279 VP8_ENC_ERROR_BAD_DIMENSION, // picture has invalid width/height enumerator
/external/ImageMagick/coders/
Dwebp.c712 case VP8_ENC_ERROR_BAD_DIMENSION: in WriteWEBPImage()