Home
last modified time | relevance | path

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

/external/webp/include/webp/
Dencode.h160 VP8_ENC_ERROR_INVALID_CONFIGURATION, // configuration is invalid enumerator
/external/webp/src/enc/
Dwebpenc.c323 return WebPEncodingSetError(pic, VP8_ENC_ERROR_INVALID_CONFIGURATION); in WebPEncode()