Home
last modified time | relevance | path

Searched refs:WebPDemuxGetChunk (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dwebpdec.c123 if ((flags & ICCP_FLAG) && WebPDemuxGetChunk(demux, "ICCP", 1, &chunk_iter)) { in ExtractMetadata()
128 if ((flags & EXIF_FLAG) && WebPDemuxGetChunk(demux, "EXIF", 1, &chunk_iter)) { in ExtractMetadata()
133 if ((flags & XMP_FLAG) && WebPDemuxGetChunk(demux, "XMP ", 1, &chunk_iter)) { in ExtractMetadata()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddemux.h205 WEBP_EXTERN int WebPDemuxGetChunk(const WebPDemuxer* dmux,
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddemux.h205 WEBP_EXTERN int WebPDemuxGetChunk(const WebPDemuxer* dmux,
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddemux.h205 WEBP_EXTERN int WebPDemuxGetChunk(const WebPDemuxer* dmux,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME.mux175 if (flags & ICCP_FLAG) WebPDemuxGetChunk(demux, "ICCP", 1, &chunk_iter);
178 if (flags & EXIF_FLAG) WebPDemuxGetChunk(demux, "EXIF", 1, &chunk_iter);
181 if (flags & XMP_FLAG) WebPDemuxGetChunk(demux, "XMP ", 1, &chunk_iter);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dvwebp.c568 if (!WebPDemuxGetChunk(kParams.dmux, "ICCP", 1, &kParams.iccp)) goto Error; in main()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Ddemux.c936 int WebPDemuxGetChunk(const WebPDemuxer* dmux, in WebPDemuxGetChunk() function

Completed in 18 milliseconds