Home
last modified time | relevance | path

Searched refs:WebPMuxGetChunk (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dwebpmux.c260 err = WebPMuxGetChunk(mux, "ICCP", &icc_profile); in DisplayInfo()
267 err = WebPMuxGetChunk(mux, "EXIF", &exif); in DisplayInfo()
274 err = WebPMuxGetChunk(mux, "XMP ", &xmp); in DisplayInfo()
454 err = WebPMuxGetChunk(mux, kFourccList[i], &metadata); in DuplicateMuxHeader()
920 err = WebPMuxGetChunk(mux, kFourccList[config->type_], &chunk); in Process()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dmux.h179 WEBP_EXTERN WebPMuxError WebPMuxGetChunk(
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME.mux137 WebPMuxGetChunk(mux, "ICCP", &icc_profile);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Dmuxread.c425 WebPMuxError WebPMuxGetChunk(const WebPMux* mux, const char fourcc[4], in WebPMuxGetChunk() function

Completed in 6 milliseconds