Home
last modified time | relevance | path

Searched refs:webp (Results 1 – 25 of 56) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.py140 if len(webp[0]) == 0:
142 return webp[0]
148 if len(webp[0]) == 0:
150 return webp[0]
156 if len(webp[0]) == 0:
158 return webp[0]
166 return webp[0]
173 return webp[0]
180 return webp[0]
187 return webp[0]
[all …]
A Dlibwebp.jar ... -INF/MANIFEST.MF com/ com/google/ com/google/webp/ com/google/webp/libwebp.class libwebp.java package ...
A Dlibwebp.swig21 $ mkdir -p java/com/google/webp
23 -package com.google.webp \
24 -outdir java/com/google/webp \
56 #include "webp/types.h"
152 #include "webp/decode.h"
153 #include "webp/encode.h"
408 webp = wrap_##func(
410 if len(webp[0]) == 0:
412 return webp[0]
421 if len(webp[0]) == 0:
[all …]
A Dlibwebp.go38 func WebPGetInfo(webp []byte) (ok bool, width int, height int) {
41 ok = Wrapped_WebPGetInfo(string(webp), w, h) != 0
A DREADME13 import com.google.webp.libwebp;
51 from com.google.webp import libwebp
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A DMakefile.am8 libwebpdemuxinclude_HEADERS += ../webp/decode.h
9 libwebpdemuxinclude_HEADERS += ../webp/demux.h
10 libwebpdemuxinclude_HEADERS += ../webp/mux_types.h
11 libwebpdemuxinclude_HEADERS += ../webp/types.h
13 noinst_HEADERS += ../webp/format_constants.h
17 libwebpdemuxincludedir = $(includedir)/webp
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/
A DMakefile.am18 common_HEADERS += webp/decode.h
19 common_HEADERS += webp/types.h
20 commondir = $(includedir)/webp
24 libwebpinclude_HEADERS += webp/encode.h
27 noinst_HEADERS += webp/format_constants.h
40 libwebpincludedir = $(includedir)/webp
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A DMakefile.am13 libwebpmuxinclude_HEADERS += ../webp/mux.h
14 libwebpmuxinclude_HEADERS += ../webp/mux_types.h
15 libwebpmuxinclude_HEADERS += ../webp/types.h
17 noinst_HEADERS += ../webp/format_constants.h
21 libwebpmuxincludedir = $(includedir)/webp
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DCMakeLists.txt198 # Build the webp library.
219 add_library(webp target
225 target_include_directories(webp
230 webp
246 # Build the webp demux library.
281 set_target_properties(webp
361 webp
428 webp
445 webp
578 webp
[all …]
A Dbuild.gradle78 // https://bugs.chromium.org/p/webp/issues/detail?id=343
104 webp(NativeLibrarySpec) {
260 lib library: "webp", linkage: "static"
276 lib library: "webp", linkage: "static"
293 lib library: "webp", linkage: "static"
315 lib library: "webp", linkage: "static"
336 lib library: "webp", linkage: "static"
357 lib library: "webp"
376 lib library: "webp"
397 lib library: "webp"
[all …]
A DMakefile.in104 CONFIG_HEADER = $(top_builddir)/src/webp/config.h
167 $(top_srcdir)/src/webp/config.h.in AUTHORS COPYING ChangeLog \
391 src/webp/config.h: src/webp/stamp-h1
392 @test -f $@ || rm -f src/webp/stamp-h1
393 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) src/webp/stamp-h1
395 src/webp/stamp-h1: $(top_srcdir)/src/webp/config.h.in $(top_builddir)/config.status
396 @rm -f src/webp/stamp-h1
397 cd $(top_builddir) && $(SHELL) ./config.status src/webp/config.h
398 $(top_srcdir)/src/webp/config.h.in: $(am__configure_deps)
400 rm -f src/webp/stamp-h1
[all …]
A DREADME.mux14 'doc/webp-container-spec.txt' are also provided in this package.
144 (src/webp/mux.h).
188 (src/webp/demux.h).
212 (src/webp/mux.h).
241 (src/webp/demux.h).
248 https://bugs.chromium.org/p/webp
255 Email: webp-discuss@webmproject.org
256 Web: http://groups.google.com/a/webmproject.org/group/webp-discuss
A DAndroid.mk218 LOCAL_MODULE := webp
242 LOCAL_SHARED_LIBRARIES := webp
245 LOCAL_STATIC_LIBRARIES := webp
265 LOCAL_SHARED_LIBRARIES := webp
268 LOCAL_STATIC_LIBRARIES := webp
A Dmakefile.unix287 src/webp/decode.h \
288 src/webp/demux.h \
289 src/webp/encode.h \
290 src/webp/mux.h \
291 src/webp/mux_types.h \
292 src/webp/types.h \
330 src/webp/format_constants.h \
465 $(INSTALL) -m755 -d $(DESTDIR)/include/webp \
468 $(INSTALL) -m644 $(HDRS_INSTALLED) $(DESTDIR)/include/webp
473 for m in man/[cdv]webp.1 man/gif2webp.1 man/webpmux.1 \
[all …]
A DREADME.webp_js29 - compile webp.js using 'make'.
31 - that's it! Upon completion, you should have the webp.js and
32 webp.js.mem files generated.
A Diosbuild.sh125 cp -a ${SRCDIR}/src/webp/{decode,encode,types}.h ${TARGETDIR}/Headers/
128 cp -a ${SRCDIR}/src/webp/{decode,types}.h ${DECTARGETDIR}/Headers/
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dvwebp_sdl.c60 const uint8_t* webp = NULL; in main() local
69 if (!ImgIoUtilReadFile(file, &webp, &webp_size)) { in main()
74 free((void*)webp); in main()
78 ok = WebpToSDL((const char*)webp, (int)webp_size); in main()
79 free((void*)webp); in main()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A DAndroid.mk29 LOCAL_STATIC_LIBRARIES := example_util imageio_util imagedec webpdemux webp
44 LOCAL_STATIC_LIBRARIES := example_util imagedec imageenc webpdemux webp
58 LOCAL_STATIC_LIBRARIES := example_util imageio_util webpmux webp
74 webp
89 LOCAL_STATIC_LIBRARIES := example_util imageio_util webp
A Dcwebp.c438 uint8_t* webp = memory_writer->mem; in WriteWebPWithMetadata() local
457 int ok = (fwrite(webp, kTagSize, 1, out) == 1); in WriteWebPWithMetadata()
460 webp += kChunkHeaderSize; in WriteWebPWithMetadata()
463 ok = ok && (fwrite(webp, kTagSize, 1, out) == 1); in WriteWebPWithMetadata()
464 webp += kTagSize; in WriteWebPWithMetadata()
467 webp[kChunkHeaderSize] |= (uint8_t)(flags & 0xff); in WriteWebPWithMetadata()
468 ok = ok && (fwrite(webp, kVP8XChunkSize, 1, out) == 1); in WriteWebPWithMetadata()
469 webp += kVP8XChunkSize; in WriteWebPWithMetadata()
472 const int is_lossless = !memcmp(webp, "VP8L", kTagSize); in WriteWebPWithMetadata()
488 ok = ok && (fwrite(webp, webp_size, 1, out) == 1); in WriteWebPWithMetadata()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A DMakefile.am8 common_HEADERS = ../webp/types.h
9 commondir = $(includedir)/webp
13 noinst_HEADERS += ../webp/decode.h
14 noinst_HEADERS += ../webp/encode.h
15 noinst_HEADERS += ../webp/format_constants.h
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A DMakefile.am23 libwebpdecodeinclude_HEADERS += ../webp/decode.h
24 libwebpdecodeinclude_HEADERS += ../webp/types.h
26 noinst_HEADERS += ../webp/format_constants.h
29 libwebpdecodeincludedir = $(includedir)/webp
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A DMakefile.am35 libwebpencodeinclude_HEADERS += ../webp/encode.h
36 libwebpencodeinclude_HEADERS += ../webp/types.h
38 noinst_HEADERS += ../webp/format_constants.h
42 libwebpencodeincludedir = $(includedir)/webp
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/doc/
A DREADME14 $ kramdown doc/webp-container-spec.txt --template doc/template.html > \
15 doc/output/webp-container-spec.html
22 $ kramdown doc/webp-lossless-bitstream-spec.txt --template \
25 doc/output/webp-lossless-bitstream-spec.html
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A DMakefile.am10 noinst_HEADERS += ../src/webp/decode.h
11 noinst_HEADERS += ../src/webp/types.h
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A DMakefile.am21 common_HEADERS = ../webp/types.h
22 commondir = $(includedir)/webp
159 noinst_HEADERS += ../webp/decode.h

Completed in 50 milliseconds

123