Searched refs:WEBP_DECODER_ABI_VERSION (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libwebp/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
453 #if WEBP_DECODER_ABI_VERSION > 0x0203
474 return WebPInitDecoderConfigInternal(config, WEBP_DECODER_ABI_VERSION);
/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
453 #if WEBP_DECODER_ABI_VERSION > 0x0203
474 return WebPInitDecoderConfigInternal(config, WEBP_DECODER_ABI_VERSION);
/external/chromium_org/third_party/libwebp/dec/
H A Ddecode_vp8.h132 return VP8InitIoInternal(io, WEBP_DECODER_ABI_VERSION);
H A Dbuffer.c198 #if WEBP_DECODER_ABI_VERSION > 0x0203
211 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) {
H A Dwebp.c512 #if WEBP_DECODER_ABI_VERSION > 0x0203
716 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) {
731 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) {
H A Dvp8.c38 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) {
H A Dframe.c180 #if WEBP_DECODER_ABI_VERSION > 0x0203
H A Didec.c243 #if WEBP_DECODER_ABI_VERSION > 0x0203
/external/webp/src/dec/
H A Ddecode_vp8.h132 return VP8InitIoInternal(io, WEBP_DECODER_ABI_VERSION);
H A Dbuffer.c198 #if WEBP_DECODER_ABI_VERSION > 0x0203
211 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) {
H A Dwebp.c524 #if WEBP_DECODER_ABI_VERSION > 0x0203
728 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) {
743 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) {
H A Dvp8.c38 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) {
H A Dframe.c180 #if WEBP_DECODER_ABI_VERSION > 0x0203
H A Didec.c243 #if WEBP_DECODER_ABI_VERSION > 0x0203

Completed in 143 milliseconds