Home
last modified time | relevance | path

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

/external/webp/src/webp/
Ddemux.h58 #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/
Ddemux.h58 #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/
Ddemux.h56 #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/
Danim_decode.c56 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()
Ddemux.c706 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DEMUX_ABI_VERSION)) return NULL; in WebPDemuxInternal()
/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c676 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DEMUX_ABI_VERSION)) return NULL; in WebPDemuxInternal()