Searched refs:WEBP_DEMUX_ABI_VERSION (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/webp/ |
D | demux.h | 58 #define WEBP_DEMUX_ABI_VERSION 0x0107 // MAJOR(8b) + MINOR(8b) macro 95 return WebPDemuxInternal(data, 0, NULL, WEBP_DEMUX_ABI_VERSION); in WebPDemux() 108 return WebPDemuxInternal(data, 1, state, WEBP_DEMUX_ABI_VERSION); in WebPDemuxPartial() 265 WEBP_DEMUX_ABI_VERSION); in WebPAnimDecoderOptionsInit() 285 WEBP_DEMUX_ABI_VERSION); in WebPAnimDecoderNew()
|
/external/webp/include/webp/ |
D | demux.h | 58 #define WEBP_DEMUX_ABI_VERSION 0x0107 // MAJOR(8b) + MINOR(8b) macro 95 return WebPDemuxInternal(data, 0, NULL, WEBP_DEMUX_ABI_VERSION); in WebPDemux() 108 return WebPDemuxInternal(data, 1, state, WEBP_DEMUX_ABI_VERSION); in WebPDemuxPartial() 265 WEBP_DEMUX_ABI_VERSION); in WebPAnimDecoderOptionsInit() 285 WEBP_DEMUX_ABI_VERSION); in WebPAnimDecoderNew()
|
/external/opencv3/3rdparty/libwebp/webp/ |
D | demux.h | 56 #define WEBP_DEMUX_ABI_VERSION 0x0100 // MAJOR(8b) + MINOR(8b) macro 88 return WebPDemuxInternal(data, 0, NULL, WEBP_DEMUX_ABI_VERSION); in WebPDemux() 96 return WebPDemuxInternal(data, 1, state, WEBP_DEMUX_ABI_VERSION); in WebPDemuxPartial()
|
/external/webp/src/demux/ |
D | anim_decode.c | 56 WEBP_ABI_IS_INCOMPATIBLE(abi_version, WEBP_DEMUX_ABI_VERSION)) { in WebPAnimDecoderOptionsInitInternal() 91 WEBP_ABI_IS_INCOMPATIBLE(abi_version, WEBP_DEMUX_ABI_VERSION)) { in WebPAnimDecoderNewInternal()
|
D | demux.c | 706 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DEMUX_ABI_VERSION)) return NULL; in WebPDemuxInternal()
|
/external/opencv3/3rdparty/libwebp/demux/ |
D | demux.c | 676 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DEMUX_ABI_VERSION)) return NULL; in WebPDemuxInternal()
|