Home
last modified time | relevance | path

Searched refs:WebPBitstreamFeatures (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h33 typedef struct WebPBitstreamFeatures WebPBitstreamFeatures; typedef
412 struct WebPBitstreamFeatures { struct
424 const uint8_t*, size_t, WebPBitstreamFeatures*, int); argument
439 WebPBitstreamFeatures* features) { in WebPGetFeatures()
464 WebPBitstreamFeatures input; // Immutable bitstream features (optional)
/third_party/skia/third_party/externals/libwebp/imageio/
Dwebpdec.c57 WebPBitstreamFeatures* bitstream) { in LoadWebP()
59 WebPBitstreamFeatures local_features; in LoadWebP()
151 WebPBitstreamFeatures* const bitstream = &config.input; in ReadWebP()
Dwebpdec.h37 WebPBitstreamFeatures* bitstream);
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Danimdecoder_fuzzer.cc24 WebPBitstreamFeatures features; in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebpi_dec.h129 const WebPBitstreamFeatures* const features);
Dwebp_dec.c676 static void DefaultFeatures(WebPBitstreamFeatures* const features) { in DefaultFeatures()
682 WebPBitstreamFeatures* const features) { in GetFeatures()
700 WebPBitstreamFeatures features; in WebPGetInfo()
734 WebPBitstreamFeatures* features, in WebPGetFeaturesInternal()
Didec_dec.c605 const WebPBitstreamFeatures* const features) { in NewDecoder()
646 WebPBitstreamFeatures tmp_features; in WebPIDecode()
647 WebPBitstreamFeatures* const features = in WebPIDecode()
Dbuffer_dec.c303 const WebPBitstreamFeatures* const features) { in WebPAvoidSlowMemory()
/third_party/skia/third_party/externals/libwebp/extras/
Dquality_estimate.c50 WebPBitstreamFeatures features; in VP8EstimateQuality()
Dwebp_to_sdl.c36 WebPBitstreamFeatures* const input = &config.input; in WebpToSDL()
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c197 const WebPBitstreamFeatures* const features, in SetFrameInfo()
257 WebPBitstreamFeatures features; in StoreFrame()
675 WebPBitstreamFeatures features; in CreateRawImageDemuxer()
Danim_decode.c90 WebPBitstreamFeatures features; in WebPAnimDecoderNewInternal()
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpdec.c374 WebPBitstreamFeatures features; in gst_webp_dec_update_src_caps()
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c187 WebPBitstreamFeatures* const bitstream = &config.input; in main()
Dwebpmux.c233 WebPBitstreamFeatures features; in DisplayInfo()
Dwebpinfo.c793 WebPBitstreamFeatures features; in ProcessImageChunk()
/third_party/skia/tests/
DEncodeTest.cpp365 WebPBitstreamFeatures features; in DEF_TEST()
/third_party/skia/src/codec/
DSkWebpCodec.cpp120 WebPBitstreamFeatures features; in MakeFromStream()
/third_party/skia/third_party/externals/libwebp/
DChangeLog1415 1f7148a4 Merge "remove unused fields from WebPDecoderOptions and WebPBitstreamFeatures"
1419 775d3a37 remove unused fields from WebPDecoderOptions and WebPBitstreamFeatures
2574 86c0031e add a 'format' field to WebPBitstreamFeatures
2948 ad452735 WebPBitstreamFeatures: add has_animation field