Searched refs:webp (Results 1 – 25 of 56) sorted by relevance
123
140 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 …]
... -INF/MANIFEST.MF com/ com/google/ com/google/webp/ com/google/webp/libwebp.class libwebp.java package ...
21 $ mkdir -p java/com/google/webp23 -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 …]
38 func WebPGetInfo(webp []byte) (ok bool, width int, height int) {41 ok = Wrapped_WebPGetInfo(string(webp), w, h) != 0
13 import com.google.webp.libwebp;51 from com.google.webp import libwebp
8 libwebpdemuxinclude_HEADERS += ../webp/decode.h9 libwebpdemuxinclude_HEADERS += ../webp/demux.h10 libwebpdemuxinclude_HEADERS += ../webp/mux_types.h11 libwebpdemuxinclude_HEADERS += ../webp/types.h13 noinst_HEADERS += ../webp/format_constants.h17 libwebpdemuxincludedir = $(includedir)/webp
18 common_HEADERS += webp/decode.h19 common_HEADERS += webp/types.h20 commondir = $(includedir)/webp24 libwebpinclude_HEADERS += webp/encode.h27 noinst_HEADERS += webp/format_constants.h40 libwebpincludedir = $(includedir)/webp
13 libwebpmuxinclude_HEADERS += ../webp/mux.h14 libwebpmuxinclude_HEADERS += ../webp/mux_types.h15 libwebpmuxinclude_HEADERS += ../webp/types.h17 noinst_HEADERS += ../webp/format_constants.h21 libwebpmuxincludedir = $(includedir)/webp
198 # Build the webp library.219 add_library(webp target225 target_include_directories(webp230 webp246 # Build the webp demux library.281 set_target_properties(webp361 webp428 webp445 webp578 webp[all …]
78 // https://bugs.chromium.org/p/webp/issues/detail?id=343104 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 …]
104 CONFIG_HEADER = $(top_builddir)/src/webp/config.h167 $(top_srcdir)/src/webp/config.h.in AUTHORS COPYING ChangeLog \391 src/webp/config.h: src/webp/stamp-h1392 @test -f $@ || rm -f src/webp/stamp-h1393 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) src/webp/stamp-h1395 src/webp/stamp-h1: $(top_srcdir)/src/webp/config.h.in $(top_builddir)/config.status396 @rm -f src/webp/stamp-h1397 cd $(top_builddir) && $(SHELL) ./config.status src/webp/config.h398 $(top_srcdir)/src/webp/config.h.in: $(am__configure_deps) 400 rm -f src/webp/stamp-h1[all …]
14 '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/webp255 Email: webp-discuss@webmproject.org256 Web: http://groups.google.com/a/webmproject.org/group/webp-discuss
218 LOCAL_MODULE := webp242 LOCAL_SHARED_LIBRARIES := webp245 LOCAL_STATIC_LIBRARIES := webp265 LOCAL_SHARED_LIBRARIES := webp268 LOCAL_STATIC_LIBRARIES := webp
287 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/webp473 for m in man/[cdv]webp.1 man/gif2webp.1 man/webpmux.1 \[all …]
29 - compile webp.js using 'make'.31 - that's it! Upon completion, you should have the webp.js and32 webp.js.mem files generated.
125 cp -a ${SRCDIR}/src/webp/{decode,encode,types}.h ${TARGETDIR}/Headers/128 cp -a ${SRCDIR}/src/webp/{decode,types}.h ${DECTARGETDIR}/Headers/
60 const uint8_t* webp = NULL; in main() local69 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()
29 LOCAL_STATIC_LIBRARIES := example_util imageio_util imagedec webpdemux webp44 LOCAL_STATIC_LIBRARIES := example_util imagedec imageenc webpdemux webp58 LOCAL_STATIC_LIBRARIES := example_util imageio_util webpmux webp74 webp89 LOCAL_STATIC_LIBRARIES := example_util imageio_util webp
438 uint8_t* webp = memory_writer->mem; in WriteWebPWithMetadata() local457 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 …]
8 common_HEADERS = ../webp/types.h9 commondir = $(includedir)/webp13 noinst_HEADERS += ../webp/decode.h14 noinst_HEADERS += ../webp/encode.h15 noinst_HEADERS += ../webp/format_constants.h
23 libwebpdecodeinclude_HEADERS += ../webp/decode.h24 libwebpdecodeinclude_HEADERS += ../webp/types.h26 noinst_HEADERS += ../webp/format_constants.h29 libwebpdecodeincludedir = $(includedir)/webp
35 libwebpencodeinclude_HEADERS += ../webp/encode.h36 libwebpencodeinclude_HEADERS += ../webp/types.h38 noinst_HEADERS += ../webp/format_constants.h42 libwebpencodeincludedir = $(includedir)/webp
14 $ kramdown doc/webp-container-spec.txt --template doc/template.html > \15 doc/output/webp-container-spec.html22 $ kramdown doc/webp-lossless-bitstream-spec.txt --template \25 doc/output/webp-lossless-bitstream-spec.html
10 noinst_HEADERS += ../src/webp/decode.h11 noinst_HEADERS += ../src/webp/types.h
21 common_HEADERS = ../webp/types.h22 commondir = $(includedir)/webp159 noinst_HEADERS += ../webp/decode.h
Completed in 50 milliseconds