OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WEBP_DECODER_ABI_VERSION
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/webp/
decode.h
23
#define
WEBP_DECODER_ABI_VERSION
0x0201 // MAJOR(8b) + MINOR(8b)
215
return WebPInitDecBufferInternal(buffer,
WEBP_DECODER_ABI_VERSION
);
430
WEBP_DECODER_ABI_VERSION
);
465
return WebPInitDecoderConfigInternal(config,
WEBP_DECODER_ABI_VERSION
);
/external/webp/include/webp/
decode.h
23
#define
WEBP_DECODER_ABI_VERSION
0x0201 // MAJOR(8b) + MINOR(8b)
215
return WebPInitDecBufferInternal(buffer,
WEBP_DECODER_ABI_VERSION
);
430
WEBP_DECODER_ABI_VERSION
);
465
return WebPInitDecoderConfigInternal(config,
WEBP_DECODER_ABI_VERSION
);
Completed in 24 milliseconds