Searched defs:WEBP_DECODER_ABI_VERSION (Results 1 - 2 of 2) sorted by relevance

/external/webp/include/webp/
H A Ddecode.h23 #define WEBP_DECODER_ABI_VERSION 0x0203 // MAJOR(8b) + MINOR(8b) macro
215 return WebPInitDecBufferInternal(buffer, WEBP_DECODER_ABI_VERSION);
430 WEBP_DECODER_ABI_VERSION);
445 #if WEBP_DECODER_ABI_VERSION > 0x0203
448 #if WEBP_DECODER_ABI_VERSION > 0x0204
455 #if WEBP_DECODER_ABI_VERSION < 0x0203
457 #elif WEBP_DECODER_ABI_VERSION < 0x0204
478 return WebPInitDecoderConfigInternal(config, WEBP_DECODER_ABI_VERSION);
/external/webp/src/webp/
H A Ddecode.h23 #define WEBP_DECODER_ABI_VERSION 0x0203 // MAJOR(8b) + MINOR(8b) macro
215 return WebPInitDecBufferInternal(buffer, WEBP_DECODER_ABI_VERSION);
430 WEBP_DECODER_ABI_VERSION);
445 #if WEBP_DECODER_ABI_VERSION > 0x0203
448 #if WEBP_DECODER_ABI_VERSION > 0x0204
455 #if WEBP_DECODER_ABI_VERSION < 0x0203
457 #elif WEBP_DECODER_ABI_VERSION < 0x0204
478 return WebPInitDecoderConfigInternal(config, WEBP_DECODER_ABI_VERSION);

Completed in 179 milliseconds