Home
last modified time | relevance | path

Searched refs:VP8_ENC_ERROR_FILE_TOO_BIG (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/webp/
Dencode.h286 VP8_ENC_ERROR_FILE_TOO_BIG, // file is bigger than 4G enumerator
/external/webp/include/webp/
Dencode.h286 VP8_ENC_ERROR_FILE_TOO_BIG, // file is bigger than 4G enumerator
/external/webp/src/enc/
Dsyntax_enc.c354 return WebPEncodingSetError(pic, VP8_ENC_ERROR_FILE_TOO_BIG); in VP8EncWrite()
/external/ImageMagick/coders/
Dwebp.c776 case VP8_ENC_ERROR_FILE_TOO_BIG: in WebPErrorCodeMessage()