Home
last modified time | relevance | path

Searched refs:WEBP_DECODER_ABI_VERSION (Results 1 – 6 of 6) sorted by relevance

/external/webp/include/webp/
Ddecode.h23 #define WEBP_DECODER_ABI_VERSION 0x0208 // MAJOR(8b) + MINOR(8b) macro
227 return WebPInitDecBufferInternal(buffer, WEBP_DECODER_ABI_VERSION); in WebPInitDecBuffer()
444 WEBP_DECODER_ABI_VERSION); in WebPGetFeatures()
479 return WebPInitDecoderConfigInternal(config, WEBP_DECODER_ABI_VERSION); in WebPInitDecoderConfig()
/external/webp/src/webp/
Ddecode.h23 #define WEBP_DECODER_ABI_VERSION 0x0208 // MAJOR(8b) + MINOR(8b) macro
227 return WebPInitDecBufferInternal(buffer, WEBP_DECODER_ABI_VERSION); in WebPInitDecBuffer()
444 WEBP_DECODER_ABI_VERSION); in WebPGetFeatures()
479 return WebPInitDecoderConfigInternal(config, WEBP_DECODER_ABI_VERSION); in WebPInitDecoderConfig()
/external/webp/src/dec/
Dvp8_dec.h132 return VP8InitIoInternal(io, WEBP_DECODER_ABI_VERSION); in VP8InitIo()
Dwebp_dec.c721 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) { in WebPInitDecoderConfigInternal()
736 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) { in WebPGetFeaturesInternal()
Dbuffer_dec.c232 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) { in WebPInitDecBufferInternal()
Dvp8_dec.c48 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) { in VP8InitIoInternal()