Searched refs:WebPDemuxGetChunk (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Ddemux.h36 if (flags & ICCP_FLAG) WebPDemuxGetChunk(demux, "ICCP", 1, &chunk_iter);
39 if (flags & EXIF_FLAG) WebPDemuxGetChunk(demux, "EXIF", 1, &chunk_iter);
42 if (flags & XMP_FLAG) WebPDemuxGetChunk(demux, "XMP ", 1, &chunk_iter);
175 // Must be called before any subsequent calls to WebPDemuxGetChunk() on the same
185 // WebPDemuxGetChunk().
203 WEBP_EXTERN(int) WebPDemuxGetChunk(const WebPDemuxer* dmux,
/external/webp/include/webp/
H A Ddemux.h36 if (flags & ICCP_FLAG) WebPDemuxGetChunk(demux, "ICCP", 1, &chunk_iter);
39 if (flags & EXIF_FLAG) WebPDemuxGetChunk(demux, "EXIF", 1, &chunk_iter);
42 if (flags & XMP_FLAG) WebPDemuxGetChunk(demux, "XMP ", 1, &chunk_iter);
175 // Must be called before any subsequent calls to WebPDemuxGetChunk() on the same
185 // WebPDemuxGetChunk().
203 WEBP_EXTERN(int) WebPDemuxGetChunk(const WebPDemuxer* dmux,
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp443 if (!WebPDemuxGetChunk(m_demux, "ICCP", 1, &chunkIterator)) {
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c971 int WebPDemuxGetChunk(const WebPDemuxer* dmux, function
/external/webp/src/demux/
H A Ddemux.c971 int WebPDemuxGetChunk(const WebPDemuxer* dmux, function

Completed in 768 milliseconds