Home
last modified time | relevance | path

Searched refs:VP8_ENC_ERROR_INVALID_CONFIGURATION (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/webp/
Dencode.h278 VP8_ENC_ERROR_INVALID_CONFIGURATION, // configuration is invalid enumerator
/external/webp/include/webp/
Dencode.h278 VP8_ENC_ERROR_INVALID_CONFIGURATION, // configuration is invalid enumerator
/external/webp/src/enc/
Dpicture.c107 return WebPEncodingSetError(picture, VP8_ENC_ERROR_INVALID_CONFIGURATION); in WebPPictureAllocYUVA()
Dwebpenc.c321 return WebPEncodingSetError(pic, VP8_ENC_ERROR_INVALID_CONFIGURATION); in WebPEncode()
Ddelta_palettization.c452 return VP8_ENC_ERROR_INVALID_CONFIGURATION; in WebPSearchOptimalDeltaPalette()
Dpicture_csp.c993 return WebPEncodingSetError(picture, VP8_ENC_ERROR_INVALID_CONFIGURATION); in PictureARGBToYUVA()
1032 return WebPEncodingSetError(picture, VP8_ENC_ERROR_INVALID_CONFIGURATION); in WebPPictureYUVAToARGB()
/external/ImageMagick/coders/
Dwebp.c707 case VP8_ENC_ERROR_INVALID_CONFIGURATION: in WriteWEBPImage()